Searched refs:preprocessing_asm_p (Results 1 – 5 of 5) sorted by relevance
277 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option() local947 if (!preprocessing_asm_p) in c_common_handle_option()954 if (!preprocessing_asm_p) in c_common_handle_option()959 if (!preprocessing_asm_p) in c_common_handle_option()967 if (!preprocessing_asm_p) in c_common_handle_option()973 if (!preprocessing_asm_p) in c_common_handle_option()
568 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins() macro
71 if (preprocessing_asm_p ()) \
417 if (preprocessing_asm_p ()) \
706 @code{preprocessing_asm_p()} will return true, so you might want to