Home
last modified time | relevance | path

Searched refs:testNoDuplicatesSwitch (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/tests/linter/output/
H A DtestDuplicates.patch123 -PetscErrorCode testNoDuplicatesSwitch(PetscInt *a, PetscScalar *b, PetscBool cond)
124 +static PetscErrorCode testNoDuplicatesSwitch(PetscInt *a, PetscScalar *b, PetscBool cond)
/petsc/src/sys/tests/linter/
H A DtestDuplicates.c54 PetscErrorCode testNoDuplicatesSwitch(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesSwitch() function