Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1037 inline bool cpp_fun_like_macro_p (cpp_hashnode *node) in cpp_fun_like_macro_p() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1131 inline bool cpp_fun_like_macro_p (cpp_hashnode *node) in cpp_fun_like_macro_p() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c231 if (is_macro && cpp_fun_like_macro_p (ident)) in rs6000_macro_to_expand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc231 if (is_macro && cpp_fun_like_macro_p (ident)) in rs6000_macro_to_expand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c445 if (!cpp_fun_like_macro_p (map_a->macro)) in spelled_the_same_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc447 if (!cpp_fun_like_macro_p (map_a->macro)) in spelled_the_same_p()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c1576 cpp_fun_like_macro_p (pfile->top_most_macro_node) in enter_macro_context()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc1635 cpp_fun_like_macro_p (pfile->top_most_macro_node) in enter_macro_context()
H A DChangeLog1741 (cpp_fun_like_macro_p): Make inline, define.
1743 (cpp_fun_like_macro_p): Delete.
2733 * include/cpplib.h (cpp_fun_like_macro_p): New prototype.
2734 * macro.c (cpp_fun_like_macro_p): New function.
H A Dlex.cc3325 && !cpp_fun_like_macro_p (node)) in cpp_maybe_module_directive()