Home
last modified time | relevance | path

Searched refs:CLK_ASM (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c194 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 Dloongarch-c.cc30 #define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c124 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 Dc-opts.c280 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 Dc-cppbuiltin.c1472 # 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 Dc-ppoutput.cc124 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 Dc-opts.cc291 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 Dc-cppbuiltin.cc1598 # 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 Dinit.c494 && (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 Dtraditional.c759 && 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 Ddirectives.c444 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 Dmacro.c985 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 Dlex.c2050 if (type == CPP_OTHER && CPP_OPTION (pfile, lang) != CLK_ASM) in lex_string()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc506 && (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 Dtraditional.cc764 && 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 Ddirectives.cc460 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 Dmacro.cc1037 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 Dlex.cc2686 if (type == CPP_OTHER && CPP_OPTION (pfile, lang) != CLK_ASM) in lex_string()
H A DChangeLog3514 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 Dcpplib.h176 CLK_GNUCXX2A, CLK_CXX2A, CLK_ASM}; enumerator
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h177 CLK_ASM}; enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c628 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 Drs6000-c.cc627 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 DChangeLog-201536942 macros for CLK_ASM.