Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dc-opts.c277 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option()
890 cpp_set_lang (parse_in, CLK_ASM); in c_common_handle_option()
Dc-ppoutput.c106 if (cpp_get_options (parse_in)->lang != CLK_ASM) in init_pp_output()
Dc-cppbuiltin.c568 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins()
/freebsd-12-stable/contrib/gcclibs/libcpp/
Dtraditional.c617 && CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_scan_out_logical_line()
624 if (do_it || CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_scan_out_logical_line()
Dinit.c391 else if (CPP_OPTION (pfile, lang) == CLK_ASM) in cpp_init_builtins()
Dmacro.c480 if (CPP_OPTION (pfile, lang) != CLK_ASM) in paste_tokens()
1528 else if (CPP_OPTION (pfile, lang) != CLK_ASM) in create_iso_definition()
Ddirectives.c402 else if (dname->type == CPP_NUMBER && CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_handle_directive()
460 if (CPP_OPTION (pfile, lang) == CLK_ASM) in _cpp_handle_directive()
Dlex.c663 && CPP_OPTION (pfile, lang) != CLK_ASM in lex_string()
/freebsd-12-stable/contrib/gcclibs/libcpp/include/
Dcpplib.h158 CLK_GNUCXX, CLK_CXX98, CLK_ASM}; enumerator