Searched defs:PetscFunctionReturn (Results 1 – 2 of 2) sorted by relevance
1436 #define PetscFunctionReturn(...) return __VA_ARGS__ macro1841 #define PetscFunctionReturn(...) \ macro1889 #define PetscFunctionReturn(...) return __VA_ARGS__ macro
18 #define PetscFunctionReturn(x) return x macro