Searched refs:print_location (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/testsuite/backend/genesys/ |
H A D | minigtest.h | 30 inline void print_location(std::ostream& out, const char* function, const char* path, in print_location() function 42 print_location(std::cerr, function, path, line); in check_equal() 47 print_location(std::cerr, function, path, line); in check_equal() 61 print_location(std::cerr, function, path, line); in check_true() 69 print_location(std::cerr, function, path, line); in check_raises_success() 77 print_location(std::cerr, function, path, line); in check_raises_did_not_raise() 86 print_location(std::cerr, function, path, line); in check_raises_raised_unexpected()
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-scanner.c | 3241 bool print_location = false; in scanner_scan_all() local 3405 print_location = true; in scanner_scan_all() 3424 print_location = true; in scanner_scan_all() 3431 print_location = true; in scanner_scan_all() 3456 print_location = true; in scanner_scan_all() 3463 print_location = true; in scanner_scan_all() 3470 print_location = false; in scanner_scan_all() 3494 if (print_location) in scanner_scan_all()
|
Completed in 6 milliseconds