Home
last modified time | relevance | path

Searched refs:isPoisoned (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/llvm/include/llvm/Passes/
DStandardInstrumentations.h106 bool isPoisoned() const { return !getValPtr(); } in isPoisoned() function
115 return !isPoisoned() && !G.isPoisoned() && Graph == G.Graph;
118 bool isPoisoned() const { in isPoisoned() function
121 if (BB.second.isPoisoned()) in isPoisoned()
/external/llvm-project/clang/include/clang/Lex/
DVariadicMacroSupport.h39 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned " in VariadicMacroScopeGuard()
44 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!")); in VariadicMacroScopeGuard()
DPreprocessor.h1907 if(II->isPoisoned()) { in MaybeHandlePoisonedIdentifier()
/external/clang/include/clang/Basic/
DIdentifierTable.h262 bool isPoisoned() const { return IsPoisoned; } in isPoisoned() function
361 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() | in RecomputeNeedsHandleIdentifier()
376 : II(II), OldValue(II ? II->isPoisoned() : false) { in PoisonIdentifierRAIIObject()
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h283 bool isPoisoned() const { return IsPoisoned; } in isPoisoned() function
410 NeedsHandleIdentifier = isPoisoned() || hasMacroDefinition() || in RecomputeNeedsHandleIdentifier()
426 : II(II), OldValue(II ? II->isPoisoned() : false) { in PoisonIdentifierRAIIObject()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSlotIndexes.h74 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } in isPoisoned() function
118 assert(!lie.getPointer()->isPoisoned() &&
/external/llvm-project/llvm/include/llvm/CodeGen/
DSlotIndexes.h74 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } in isPoisoned() function
118 assert(!lie.getPointer()->isPoisoned() &&
/external/llvm-project/llvm/lib/Passes/
DStandardInstrumentations.cpp712 assert(!After.isPoisoned()); in printDiff()
718 else if (!Before.isPoisoned() && !Before.Graph.empty()) in printDiff()
725 if (Before.isPoisoned()) { in printDiff()
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } in isPoisoned() function
126 assert(!lie.getPointer()->isPoisoned() &&
/external/clang/lib/Lex/
DPreprocessor.cpp643 CurrentIsPoisoned = Ident__VA_ARGS__->isPoisoned(); in HandleIdentifier()
654 if (II.isPoisoned() && CurPPLexer) { in HandleIdentifier()
DTokenLexer.cpp507 if (II->isPoisoned() && TokenIsFromPaste) { in Lex()
DPragma.cpp405 if (II->isPoisoned()) continue; in HandlePragmaPoison()
DPPDirectives.cpp2315 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned!"); in HandleDefineDirective()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp814 CurrentIsPoisoned = II.isPoisoned(); in HandleIdentifier()
825 if (II.isPoisoned() && CurPPLexer) { in HandleIdentifier()
DTokenLexer.cpp713 if (II->isPoisoned() && TokenIsFromPaste) { in Lex()
DPragma.cpp448 if (II->isPoisoned()) continue; in HandlePragmaPoison()
/external/clang/include/clang/Lex/
DPreprocessor.h1546 if(II->isPoisoned()) { in MaybeHandlePoisonedIdentifier()
/external/clang/lib/Serialization/
DASTWriter.cpp3152 II->isPoisoned() || in isInterestingIdentifier()
3255 Bits = (Bits << 1) | unsigned(II->isPoisoned()); in EmitData()
DASTReader.cpp758 II.isPoisoned() || in isInterestingIdentifier()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3280 if (MacroOffset || II->isPoisoned() || in isInterestingIdentifier()
3387 Bits = (Bits << 1) | unsigned(II->isPoisoned()); in EmitData()
DASTReader.cpp913 return II.hadMacroDefinition() || II.isPoisoned() || in isInterestingIdentifier()