Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgcc.c134 static int pass_exit_codes; variable
3663 pass_exit_codes = 1; in process_command()
6825 : error_count > 0 ? (pass_exit_codes ? greatest_status : 1) in main()
6945 exit (pass_exit_codes ? ICE_EXIT_CODE : 1); in fatal_ice()
H A DChangeLog-19993714 * gcc.c (pass_exit_codes, greatest_status): New variables.
3719 (main): Look at pass_exit_codes and greatest_status on call to exit.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td2468 def pass_exit_codes : Flag<["-", "--"], "pass-exit-codes">, Flags<[Unsupported]>;