Searched refs:macro_to_expand (Results 1 – 10 of 10) sorted by relevance
221 cpp_get_callbacks (pfile)->macro_to_expand = spu_macro_to_expand; in spu_cpu_cpp_builtins()
655 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *); member
371 cpp_get_callbacks (pfile)->macro_to_expand = s390_macro_to_expand; in s390_cpu_cpp_builtins_internal()
696 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *); member
390 cpp_get_callbacks (pfile)->macro_to_expand = s390_macro_to_expand; in s390_cpu_cpp_builtins_internal()
644 cpp_get_callbacks (pfile)->macro_to_expand = rs6000_macro_to_expand; in rs6000_cpu_cpp_builtins()
643 cpp_get_callbacks (pfile)->macro_to_expand = rs6000_macro_to_expand; in rs6000_cpu_cpp_builtins()
2931 if (pfile->cb.macro_to_expand) in cpp_get_token_1()2938 node = pfile->cb.macro_to_expand (pfile, result); in cpp_get_token_1()
3051 if (pfile->cb.macro_to_expand) in cpp_get_token_1()3058 node = pfile->cb.macro_to_expand (pfile, result); in cpp_get_token_1()
5580 * macro.c (cpp_get_token): If macro_to_expand returns NULL5728 (struct cpp_callbacks): New macro_to_expand field.