/external/llvm-project/llvm/include/llvm/Passes/ |
D | StandardInstrumentations.h | 106 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/ |
D | VariadicMacroSupport.h | 39 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned " in VariadicMacroScopeGuard() 44 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!")); in VariadicMacroScopeGuard()
|
D | Preprocessor.h | 1907 if(II->isPoisoned()) { in MaybeHandlePoisonedIdentifier()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 262 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/ |
D | IdentifierTable.h | 283 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/ |
D | SlotIndexes.h | 74 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/ |
D | SlotIndexes.h | 74 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/ |
D | StandardInstrumentations.cpp | 712 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/ |
D | SlotIndexes.h | 67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; } in isPoisoned() function 126 assert(!lie.getPointer()->isPoisoned() &&
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 643 CurrentIsPoisoned = Ident__VA_ARGS__->isPoisoned(); in HandleIdentifier() 654 if (II.isPoisoned() && CurPPLexer) { in HandleIdentifier()
|
D | TokenLexer.cpp | 507 if (II->isPoisoned() && TokenIsFromPaste) { in Lex()
|
D | Pragma.cpp | 405 if (II->isPoisoned()) continue; in HandlePragmaPoison()
|
D | PPDirectives.cpp | 2315 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned!"); in HandleDefineDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 814 CurrentIsPoisoned = II.isPoisoned(); in HandleIdentifier() 825 if (II.isPoisoned() && CurPPLexer) { in HandleIdentifier()
|
D | TokenLexer.cpp | 713 if (II->isPoisoned() && TokenIsFromPaste) { in Lex()
|
D | Pragma.cpp | 448 if (II->isPoisoned()) continue; in HandlePragmaPoison()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1546 if(II->isPoisoned()) { in MaybeHandlePoisonedIdentifier()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 3152 II->isPoisoned() || in isInterestingIdentifier() 3255 Bits = (Bits << 1) | unsigned(II->isPoisoned()); in EmitData()
|
D | ASTReader.cpp | 758 II.isPoisoned() || in isInterestingIdentifier()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 3280 if (MacroOffset || II->isPoisoned() || in isInterestingIdentifier() 3387 Bits = (Bits << 1) | unsigned(II->isPoisoned()); in EmitData()
|
D | ASTReader.cpp | 913 return II.hadMacroDefinition() || II.isPoisoned() || in isInterestingIdentifier()
|