Home
last modified time | relevance | path

Searched defs:preprocessing_asm_p (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-opts.c258 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option() local
H A Dc-cppbuiltin.c913 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins() macro
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-opts.c275 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option() local
H A Dc-cppbuiltin.c1414 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins() macro