Home
last modified time | relevance | path

Searched refs:about_to_expand_macro_p (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c1447 pfile->about_to_expand_macro_p = true; in enter_macro_context()
1478 pfile->about_to_expand_macro_p = false; in enter_macro_context()
1561 pfile->about_to_expand_macro_p = false; in enter_macro_context()
1565 pfile->about_to_expand_macro_p = false; in enter_macro_context()
1569 pfile->about_to_expand_macro_p = false; in enter_macro_context()
2696 return (pfile->about_to_expand_macro_p in in_macro_expansion_p()
2865 bool saved_about_to_expand_macro = pfile->about_to_expand_macro_p; in cpp_get_token_1()
2999 pfile->about_to_expand_macro_p = saved_about_to_expand_macro; in cpp_get_token_1()
H A Dinternal.h443 bool about_to_expand_macro_p; member
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc1506 pfile->about_to_expand_macro_p = true; in enter_macro_context()
1537 pfile->about_to_expand_macro_p = false; in enter_macro_context()
1620 pfile->about_to_expand_macro_p = false; in enter_macro_context()
1624 pfile->about_to_expand_macro_p = false; in enter_macro_context()
1628 pfile->about_to_expand_macro_p = false; in enter_macro_context()
2811 return (pfile->about_to_expand_macro_p in in_macro_expansion_p()
2979 bool saved_about_to_expand_macro = pfile->about_to_expand_macro_p; in cpp_get_token_1()
3117 pfile->about_to_expand_macro_p = saved_about_to_expand_macro; in cpp_get_token_1()
H A Dinternal.h459 bool about_to_expand_macro_p; member
H A DChangeLog4328 (cpp_reader::about_to_expand_macro_p): New member flag.
4334 Do not override cpp_reader::about_to_expand_macro_p.
4346 (enter_macro_context): Set the cpp_reader::about_to_expand_macro_p