Searched defs:preprocessing_asm_p (Results 1 – 2 of 2) sorted by relevance
568 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins() macro
277 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option() local