Home
last modified time | relevance | path

Searched refs:direct_p (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dmacro.c495 if (context->direct_p) in paste_all_tokens()
964 context->direct_p = false; in push_ptoken_context()
978 context->direct_p = true; in _cpp_push_token_context()
992 context->direct_p = true; in _cpp_push_text_context()
1091 if (context->direct_p) in cpp_get_token()
1208 if (pfile->context->direct_p) in _cpp_backup_tokens()
H A Dinternal.h173 bool direct_p; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c489 if (context->direct_p)
986 context->direct_p = false;
1003 context->direct_p = true;
1020 context->direct_p = true;
1124 if (context->direct_p)
1239 if (pfile->context->direct_p)
H A Dcpphash.h209 bool direct_p; member