HomeSort by: relevance | last modified time | path
    Searched refs:NODE_POISONED (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 57 if (! (hn->flags & NODE_POISONED))
73 s.flags = hn->flags & NODE_POISONED;
537 if (hn->type != NT_VOID || hn->flags & NODE_POISONED)
611 if (m.flags & NODE_POISONED
612 || h->flags & NODE_POISONED)
directives.cc 634 else if (! (node->flags & NODE_POISONED))
725 h->flags &= ~(NODE_POISONED|NODE_DISABLED|NODE_USED);
1732 if (hp->flags & NODE_POISONED)
1739 hp->flags |= NODE_POISONED | NODE_DIAGNOSTIC;
lex.cc 2171 if ((node->flags & NODE_POISONED) && !pfile->state.poisoned_ok)
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 57 if (! (hn->flags & NODE_POISONED))
73 s.flags = hn->flags & NODE_POISONED;
537 if (hn->type != NT_VOID || hn->flags & NODE_POISONED)
611 if (m.flags & NODE_POISONED
612 || h->flags & NODE_POISONED)
directives.cc 619 else if (! (node->flags & NODE_POISONED))
707 h->flags &= ~(NODE_POISONED|NODE_DISABLED|NODE_USED);
1714 if (hp->flags & NODE_POISONED)
1721 hp->flags |= NODE_POISONED | NODE_DIAGNOSTIC;
lex.cc 1970 if ((result->flags & NODE_POISONED) && !pfile->state.poisoned_ok)
2066 if ((result->flags & NODE_POISONED) && !pfile->state.poisoned_ok)
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 928 /* Poisoned identifiers are flagged NODE_POISONED. NODE_OPERATOR (C++
937 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 881 /* Poisoned identifiers are flagged NODE_POISONED. NODE_OPERATOR (C++
890 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */

Completed in 84 milliseconds