Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-cppbuiltin.c561 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) in c_cpp_builtins() macro
H A Dc-opts.c279 bool preprocessing_asm_p = (cpp_get_options (parse_in)->lang == CLK_ASM); in c_common_handle_option() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c5033 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM) macro