Home
last modified time | relevance | path

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

/petsc/src/sys/tests/linter/output/ !
H A DtestValidFunctionDocStrings.patch70 testIllFormedFunctionDocString(), `testNonExistentFunction()`, testIllFormedMinimalDocString()
75 -testIllFormedFunctionDocString(), `testNonExistentFunction()`, testIllFormedMinimalDocString()
76 +`testIllFormedMinimalDocString()`
80 testIllFormedFunctionDocString(), `testNonExistentFunction()`, testIllFormedMinimalDocString()
102 PetscErrorCode testIllFormedMinimalDocString(void)
106 -PetscErrorCode testIllFormedMinimalDocString(void)
107 +static PetscErrorCode testIllFormedMinimalDocString(void)
/petsc/src/sys/tests/linter/ !
H A DtestValidFunctionDocStrings.c95 PetscErrorCode testIllFormedMinimalDocString(void) in testIllFormedMinimalDocString() function