Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c519 static int fn_stack_is_empty(fn_stack *);
533 while (!fn_stack_is_empty(ATEXIT_STACK)) { in cleanup()
566 static int fn_stack_is_empty(fn_stack *st) { return st->top == 0; } in fn_stack_is_empty() function