Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c94 unsigned short stack_count; member
608 if (file->stack_count) in should_stack_file()
713 if (CPP_OPTION (pfile, deps.style) > !!sysp && !file->stack_count) in _cpp_stack_file()
721 file->stack_count++; in _cpp_stack_file()
1067 if (file->cmacro == NULL && file->stack_count == 1 && !file->main_file) in report_missing_guard()
1472 if (f->stack_count == 0) in _cpp_save_file_entries()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp73 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument
80 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
H A Dtsan_interface.h126 int *stack_count, int *mop_count, int *loc_count,