Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp171 bool print_stack = false; in PrintLocation() local
197 print_stack = true; in PrintLocation()
206 print_stack = true; in PrintLocation()
209 if (print_stack) in PrintLocation()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c266 static void print_stack PARAMS ((FILE *, stack));
2359 print_stack (file, s) in print_stack() function
2544 print_stack (file, target_stack);
2693 print_stack (file, &bi->stack_in);
2720 print_stack (file, &regstack);
2734 print_stack (file, &regstack);
H A DChangeLog.24264 (print_stack): New.
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c271 static void print_stack (FILE *, stack);
2532 print_stack (FILE *file, stack s) in print_stack() function
2691 print_stack (dump_file, target_stack); in compensate_edge()
2850 print_stack (dump_file, &bi->stack_in); in convert_regs_1()
2879 print_stack (dump_file, &regstack); in convert_regs_1()
2894 print_stack (dump_file, &regstack); in convert_regs_1()
/openbsd-src/usr.bin/dc/
H A Dbcode.c74 static void print_stack(void);
198 { 'f', print_stack },
486 print_stack(void) in print_stack() function