Searched refs:stack_count (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_debugging.cc | 68 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument 75 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
|
H A D | tsan_interface.h | 115 int *stack_count, int *mop_count, int *loc_count,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_debugging.cpp | 73 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 D | tsan_interface.h | 119 int *stack_count, int *mop_count, int *loc_count,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_debugging.cc | 66 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument 73 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
|
H A D | tsan_interface.h | 113 int *stack_count, int *mop_count, int *loc_count,
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | files.c | 98 unsigned short stack_count; member 817 if (file->stack_count) in is_known_idempotent_file() 933 && !file->stack_count in _cpp_stack_file() 940 file->stack_count++; in _cpp_stack_file() 1409 && file->stack_count == 1 && !file->main_file) in report_missing_guard() 1877 if (f->stack_count == 0) in _cpp_save_file_entries()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | files.cc | 98 unsigned short stack_count; member 817 if (file->stack_count) in is_known_idempotent_file() 970 && !file->stack_count in _cpp_stack_file() 978 file->stack_count++; in _cpp_stack_file() 1546 && file->stack_count == 1 in report_missing_guard() 2017 if (f->stack_count == 0) in _cpp_save_file_entries()
|