Searched defs:opt_idx (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | opts-common.c | 1000 cancel_option (int opt_idx, int next_opt_idx, int orig_next_opt_idx) in cancel_option() 1033 unsigned int j, opt_idx, next_opt_idx; in prune_options() local 1551 option_enabled (int opt_idx, unsigned lang_mask, void *opts) in option_enabled()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | opts-common.cc | 1101 cancel_option (int opt_idx, int next_opt_idx, int orig_next_opt_idx) in cancel_option() 1134 unsigned int j, opt_idx, next_opt_idx; in prune_options() local 1742 option_enabled (int opt_idx, unsigned lang_mask, void *opts) in option_enabled()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-recording.c | 1616 int opt_idx; in log_all_options() local 1802 for (int opt_idx = 0; opt_idx < GCC_JIT_NUM_STR_OPTIONS; opt_idx++) in dump_reproducer_to_file() local 1815 for (int opt_idx = 0; opt_idx < GCC_JIT_NUM_INT_OPTIONS; opt_idx++) in dump_reproducer_to_file() local 1823 for (int opt_idx = 0; opt_idx < GCC_JIT_NUM_BOOL_OPTIONS; opt_idx++) in dump_reproducer_to_file() local 1830 for (int opt_idx = 0; opt_idx < NUM_INNER_BOOL_OPTIONS; opt_idx++) in dump_reproducer_to_file() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.cc | 1725 int opt_idx; in log_all_options() local 1911 for (int opt_idx = 0; opt_idx < GCC_JIT_NUM_STR_OPTIONS; opt_idx++) in dump_reproducer_to_file() local 1924 for (int opt_idx = 0; opt_idx < GCC_JIT_NUM_INT_OPTIONS; opt_idx++) in dump_reproducer_to_file() local 1932 for (int opt_idx = 0; opt_idx < GCC_JIT_NUM_BOOL_OPTIONS; opt_idx++) in dump_reproducer_to_file() local 1939 for (int opt_idx = 0; opt_idx < NUM_INNER_BOOL_OPTIONS; opt_idx++) in dump_reproducer_to_file() local
|