Home
last modified time | relevance | path

Searched refs:macro_to_expand (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c221 cpp_get_callbacks (pfile)->macro_to_expand = spu_macro_to_expand; in spu_cpu_cpp_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h655 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *); member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c371 cpp_get_callbacks (pfile)->macro_to_expand = s390_macro_to_expand; in s390_cpu_cpp_builtins_internal()
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h696 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *); member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc390 cpp_get_callbacks (pfile)->macro_to_expand = s390_macro_to_expand; in s390_cpu_cpp_builtins_internal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c644 cpp_get_callbacks (pfile)->macro_to_expand = rs6000_macro_to_expand; in rs6000_cpu_cpp_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc643 cpp_get_callbacks (pfile)->macro_to_expand = rs6000_macro_to_expand; in rs6000_cpu_cpp_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c2931 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()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc3051 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()
H A DChangeLog5580 * macro.c (cpp_get_token): If macro_to_expand returns NULL
5728 (struct cpp_callbacks): New macro_to_expand field.