Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dfiles.c96 unsigned short stack_count; member
677 if (file->stack_count) in should_stack_file()
782 if (CPP_OPTION (pfile, deps.style) > !!sysp && !file->stack_count) in _cpp_stack_file()
790 file->stack_count++; in _cpp_stack_file()
1153 if (file->cmacro == NULL && file->stack_count == 1 && !file->main_file) in report_missing_guard()
1558 if (f->stack_count == 0) in _cpp_save_file_entries()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cc74 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument
81 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
H A Dtsan_interface.h115 int *stack_count, int *mop_count, int *loc_count,