Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.cpp171 bool print_stack = false; in PrintLocation() local
197 print_stack = true; in PrintLocation()
205 print_stack = true; in PrintLocation()
208 if (print_stack) in PrintLocation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.cc184 bool print_stack = false; in PrintLocation() local
208 print_stack = true; in PrintLocation()
216 print_stack = true; in PrintLocation()
219 if (print_stack) in PrintLocation()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.cc182 bool print_stack = false; in PrintLocation() local
206 print_stack = true; in PrintLocation()
214 print_stack = true; in PrintLocation()
217 if (print_stack) in PrintLocation()
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c679 static void print_stack(STATE *state, x509_stack_t *sk, int trustout) in print_stack() function
718 print_stack(state, sk, 0); in print_trust_info()
724 print_stack(state, sk, 0); in print_trust_info()
729 print_stack(state, sk, 1); in print_trust_info()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c271 static void print_stack (FILE *, stack_ptr);
2755 print_stack (FILE *file, stack_ptr s) in print_stack() function
2918 print_stack (dump_file, target_stack); in compensate_edge()
3077 print_stack (dump_file, &bi->stack_in); in convert_regs_1()
3122 print_stack (dump_file, &regstack); in convert_regs_1()
3154 print_stack (dump_file, &regstack); in convert_regs_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc272 static void print_stack (FILE *, stack_ptr);
2768 print_stack (FILE *file, stack_ptr s) in print_stack() function
2931 print_stack (dump_file, target_stack); in compensate_edge()
3088 print_stack (dump_file, &bi->stack_in); in convert_regs_1()
3133 print_stack (dump_file, &regstack); in convert_regs_1()
3165 print_stack (dump_file, &regstack); in convert_regs_1()
H A DChangeLog-19994264 (print_stack): New.
/netbsd-src/usr.bin/dc/
H A Dbcode.c77 static __inline void print_stack(void);
204 { 'f', print_stack },
488 print_stack(void) in print_stack() function