Searched refs:CLK_ASM (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | c-opts.c | 277 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()
|
| D | c-ppoutput.c | 106 if (cpp_get_options (parse_in)->lang != CLK_ASM) in init_pp_output()
|
| D | c-cppbuiltin.c | 568 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins()
|
| /freebsd-12-stable/contrib/gcclibs/libcpp/ |
| D | traditional.c | 617 && 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()
|
| D | init.c | 391 else if (CPP_OPTION (pfile, lang) == CLK_ASM) in cpp_init_builtins()
|
| D | macro.c | 480 if (CPP_OPTION (pfile, lang) != CLK_ASM) in paste_tokens() 1528 else if (CPP_OPTION (pfile, lang) != CLK_ASM) in create_iso_definition()
|
| D | directives.c | 402 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()
|
| D | lex.c | 663 && CPP_OPTION (pfile, lang) != CLK_ASM in lex_string()
|
| /freebsd-12-stable/contrib/gcclibs/libcpp/include/ |
| D | cpplib.h | 158 CLK_GNUCXX, CLK_CXX98, CLK_ASM}; enumerator
|