Searched refs:about_to_expand_macro_p (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libcpp/
H A Dmacro.c1093 pfile->about_to_expand_macro_p = true;
1134 pfile->about_to_expand_macro_p = false;
1221 pfile->about_to_expand_macro_p = false;
1225 pfile->about_to_expand_macro_p = false;
1229 pfile->about_to_expand_macro_p = false;
2263 return (pfile->about_to_expand_macro_p
2429 /* pfile->about_to_expand_macro_p can be overriden by indirect calls
2432 bool saved_about_to_expand_macro = pfile->about_to_expand_macro_p;
2566 pfile->about_to_expand_macro_p = saved_about_to_expand_macro;
H A Dinternal.h435 bool about_to_expand_macro_p; member in struct:cpp_reader

Completed in 49 milliseconds