Home
last modified time | relevance | path

Searched refs:preprocessing_asm_p (Results 1 – 6 of 6) sorted by relevance

/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
623 if (!preprocessing_asm_p) in c_common_handle_option()
629 if (!preprocessing_asm_p) in c_common_handle_option()
635 if (!preprocessing_asm_p) in c_common_handle_option()
641 if (!preprocessing_asm_p) in c_common_handle_option()
647 if (!preprocessing_asm_p) in c_common_handle_option()
653 if (!preprocessing_asm_p) in c_common_handle_option()
658 if (!preprocessing_asm_p) in c_common_handle_option()
663 if (!preprocessing_asm_p) in c_common_handle_option()
668 if (!preprocessing_asm_p) in c_common_handle_option()
[all …]
H A Dc-cppbuiltin.c1414 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins() macro
/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
767 if (!preprocessing_asm_p) in c_common_handle_option()
773 if (!preprocessing_asm_p) in c_common_handle_option()
779 if (!preprocessing_asm_p) in c_common_handle_option()
784 if (!preprocessing_asm_p) in c_common_handle_option()
789 if (!preprocessing_asm_p) in c_common_handle_option()
794 if (!preprocessing_asm_p) in c_common_handle_option()
799 if (!preprocessing_asm_p) in c_common_handle_option()
804 if (!preprocessing_asm_p) in c_common_handle_option()
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-4.7/gcc/doc/
H A Dtm.texi639 macro @code{preprocessing_asm_p()} will return true, so you might want
H A Dtm.texi.in637 macro @code{preprocessing_asm_p()} will return true, so you might want