Home
last modified time | relevance | path

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

/petsc/src/sys/tests/linter/
H A DtestValidFunctionDocStrings.c419 PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int bar_parm… in testFunctionPointerArguments() function
/petsc/src/sys/tests/linter/output/
H A DtestValidFunctionDocStrings.patch439 testFunctionPointerArguments - the first set of arguments are unnamed and should be errored
444 -PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int bar_par…
445 +static PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int …