| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | spu-c.c | 194 if (cpp_get_options (pfile)->lang != CLK_ASM) in spu_cpu_cpp_builtins() 208 if (!flag_iso && cpp_get_options (pfile)->lang != CLK_ASM) in spu_cpu_cpp_builtins()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| H A D | loongarch-c.cc | 30 #define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-ppoutput.c | 124 if (cpp_get_options (parse_in)->lang != CLK_ASM) in init_pp_output() 175 = cpp_get_options (parse_in)->lang != CLK_ASM in scan_translation_unit()
|
| H A D | c-opts.c | 280 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option() 596 cpp_set_lang (parse_in, CLK_ASM); in c_common_handle_option()
|
| H A D | c-cppbuiltin.c | 1472 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-ppoutput.cc | 124 if (cpp_get_options (parse_in)->lang != CLK_ASM) in init_pp_output() 181 do_line_adjustments (cpp_get_options (pfile)->lang != CLK_ASM in token_streamer()
|
| H A D | c-opts.cc | 291 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option() 613 cpp_set_lang (parse_in, CLK_ASM); in c_common_handle_option()
|
| H A D | c-cppbuiltin.cc | 1598 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | init.c | 494 && (CPP_OPTION (pfile, lang) == CLK_ASM in cpp_init_special_builtins() 554 else if (CPP_OPTION (pfile, lang) == CLK_ASM) in cpp_init_builtins()
|
| H A D | traditional.c | 759 && CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_scan_out_logical_line() 766 if (do_it || CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_scan_out_logical_line()
|
| H A D | directives.c | 444 else if (dname->type == CPP_NUMBER && CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_handle_directive() 502 if (CPP_OPTION (pfile, lang) == CLK_ASM) in _cpp_handle_directive()
|
| H A D | macro.c | 985 if (CPP_OPTION (pfile, lang) != CLK_ASM) in paste_tokens() 3542 else if (CPP_OPTION (pfile, lang) != CLK_ASM) in create_iso_definition()
|
| H A D | lex.c | 2050 if (type == CPP_OTHER && CPP_OPTION (pfile, lang) != CLK_ASM) in lex_string()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | init.cc | 506 && (CPP_OPTION (pfile, lang) == CLK_ASM in cpp_init_special_builtins() 571 else if (CPP_OPTION (pfile, lang) == CLK_ASM) in cpp_init_builtins()
|
| H A D | traditional.cc | 764 && CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_scan_out_logical_line() 771 if (do_it || CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_scan_out_logical_line()
|
| H A D | directives.cc | 460 else if (dname->type == CPP_NUMBER && CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_handle_directive() 518 if (CPP_OPTION (pfile, lang) == CLK_ASM) in _cpp_handle_directive()
|
| H A D | macro.cc | 1037 if (CPP_OPTION (pfile, lang) != CLK_ASM) in paste_tokens() 3748 else if (CPP_OPTION (pfile, lang) != CLK_ASM) in create_iso_definition()
|
| H A D | lex.cc | 2686 if (type == CPP_OTHER && CPP_OPTION (pfile, lang) != CLK_ASM) in lex_string()
|
| H A D | ChangeLog | 3514 or __has_cpp_attribute if CLK_ASM or pfile->cb.has_attribute is NULL.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
| H A D | cpplib.h | 176 CLK_GNUCXX2A, CLK_CXX2A, CLK_ASM}; enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
| H A D | cpplib.h | 177 CLK_ASM}; enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 628 if (TARGET_EXTRA_BUILTINS && cpp_get_options (pfile)->lang != CLK_ASM) in rs6000_cpu_cpp_builtins()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.cc | 627 if (TARGET_EXTRA_BUILTINS && cpp_get_options (pfile)->lang != CLK_ASM) in rs6000_cpu_cpp_builtins()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2015 | 36942 macros for CLK_ASM.
|