Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscerror.h1440 #define PetscStackPush_Private(stack__, file__, func__, line__, petsc_routine__, hot__) \ argument
1442 (void)func__; \
1444 #define PetscStackPop_Private(stack__, func__) (void)func__ argument
1447 #define PetscStackPush_Private(stack__, file__, func__, line__, petsc_routine__, hot__) \ argument
1450 stack__.function[stack__.currentsize] = func__; \
1465 #define PetscStackPop_Private(stack__, func__) \ argument
1467 …ERR_PLIB, "Invalid stack size %d, pop %s %s:%d.\n", stack__.currentsize, func__, __FILE__, __LINE_…
1469 …ne[stack__.currentsize] != 1 || stack__.function[stack__.currentsize] == func__, PETSC_COMM_SELF, …
1470 …], stack__.file[stack__.currentsize], stack__.line[stack__.currentsize], func__, __FILE__, __LINE_…