Searched refs:directive_result (Results 1 – 6 of 6) sorted by relevance
274 pfile->directive_result.type = CPP_PADDING; in start_directive()1410 pfile->directive_result.src_loc = pragma_token->src_loc; in do_pragma()1411 pfile->directive_result.type = CPP_PRAGMA; in do_pragma()1412 pfile->directive_result.flags = pragma_token->flags; in do_pragma()1413 pfile->directive_result.val.pragma = p->u.ident; in do_pragma()1775 if (pfile->directive_result.type == CPP_PRAGMA) in destringize_and_run()1782 toks[0] = pfile->directive_result; in destringize_and_run()1802 toks[0] = pfile->directive_result; in destringize_and_run()1829 pfile->directive_result.type = CPP_PADDING; in _cpp_do__Pragma()
410 cpp_token directive_result; member
1891 if (pfile->directive_result.type == CPP_PADDING) in _cpp_lex_token()1893 result = &pfile->directive_result; in _cpp_lex_token()1897 result = &pfile->directive_result; in _cpp_lex_token()
303 pfile->directive_result.type = CPP_PADDING; in start_directive()1476 pfile->directive_result.src_loc = pragma_token_virt_loc; in do_pragma()1477 pfile->directive_result.type = CPP_PRAGMA; in do_pragma()1478 pfile->directive_result.flags = pragma_token->flags; in do_pragma()1479 pfile->directive_result.val.pragma = p->u.ident; in do_pragma()1875 if (pfile->directive_result.type == CPP_PRAGMA) in destringize_and_run()1882 toks[0] = pfile->directive_result; in destringize_and_run()1908 toks[0] = pfile->directive_result; in destringize_and_run()1935 pfile->directive_result.type = CPP_PADDING; in _cpp_do__Pragma()
419 cpp_token directive_result; member
2611 if (pfile->directive_result.type == CPP_PADDING) in _cpp_lex_token()2613 result = &pfile->directive_result; in _cpp_lex_token()2617 result = &pfile->directive_result; in _cpp_lex_token()