| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/ |
| D | ConstructionContext.h | 102 ConstructionContextItem(const CXXBindTemporaryExpr *BTE, 104 : Data(BTE), in Data() argument 287 const CXXBindTemporaryExpr *BTE, 296 BumpVectorContext &C, const CXXBindTemporaryExpr *BTE, 369 const CXXBindTemporaryExpr *BTE; variable 374 const DeclStmt *DS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyVariableConstructionContext() argument 375 : VariableConstructionContext(CXX17ElidedCopyVariableKind, DS), BTE(BTE) { in CXX17ElidedCopyVariableConstructionContext() 376 assert(BTE); in CXX17ElidedCopyVariableConstructionContext() 380 const CXXBindTemporaryExpr *getCXXBindTemporaryExpr() const { return BTE; } in getCXXBindTemporaryExpr() 441 const CXXBindTemporaryExpr *BTE; variable [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | ConstructionContext.cpp | 47 const CXXBindTemporaryExpr *BTE, in createMaterializedTemporaryFromLayers() argument 54 if (!BTE && !(MTE->getType().getCanonicalType()->getAsCXXRecordDecl() in createMaterializedTemporaryFromLayers() 64 BTE = nullptr; in createMaterializedTemporaryFromLayers() 84 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers() 87 C, BTE, MTE, ElidedCE, ElidedCC); in createMaterializedTemporaryFromLayers() 92 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers() 96 BumpVectorContext &C, const CXXBindTemporaryExpr *BTE, in createBoundTemporaryFromLayers() argument 103 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, in createBoundTemporaryFromLayers() 113 return create<CXX17ElidedCopyVariableConstructionContext>(C, DS, BTE); in createBoundTemporaryFromLayers() 124 BTE); in createBoundTemporaryFromLayers() [all …]
|
| D | Consumed.cpp | 1350 const CXXBindTemporaryExpr *BTE = DTor.getBindTemporaryExpr(); in run() local 1352 Visitor.checkCallability(PropagationInfo(BTE), in run() 1354 BTE->getExprLoc()); in run() 1355 CurrStates->remove(BTE); in run()
|
| D | CFG.cpp | 1480 auto *BTE = cast<CXXBindTemporaryExpr>(Child); in findConstructionContexts() local 1481 findConstructionContexts(withExtraLayer(BTE), BTE->getSubExpr()); in findConstructionContexts() 5730 if (const Stmt *BTE = ACC->getCXXBindTemporaryExpr()) { in print_construction_context() local 5732 Helper.handledStmt(const_cast<Stmt *>(BTE), OS); in print_construction_context()
|
| D | ThreadSafety.cpp | 2092 if (auto *BTE = dyn_cast<CXXBindTemporaryExpr>(E)) in UnpackConstruction() local 2093 E = BTE->getSubExpr(); in UnpackConstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMMachineFunctionInfo.cpp | 22 if (const auto *BTE = mdconst::extract_or_null<ConstantInt>( in GetBranchTargetEnforcement() local 24 return BTE->getZExtValue(); in GetBranchTargetEnforcement()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZLongBranch.cpp | 361 for (unsigned BTI = 0, BTE = Block.NumTerminators; BTI != BTE; ++BTI) { in setWorstCaseAddresses() local 462 for (unsigned BTI = 0, BTE = Block.NumTerminators; BTI != BTE; ++BTI) { in relaxBranches() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64MachineFunctionInfo.cpp | 97 if (const auto *BTE = mdconst::extract_or_null<ConstantInt>( in AArch64FunctionInfo() local 99 BranchTargetEnforcement = BTE->getZExtValue(); in AArch64FunctionInfo()
|
| D | AArch64AsmPrinter.cpp | 237 if (const auto *BTE = mdconst::extract_or_null<ConstantInt>( in emitStartOfAsmFile() local 239 if (BTE->getZExtValue()) in emitStartOfAsmFile()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | IgnoreExpr.h | 118 if (auto *BTE = dyn_cast<CXXBindTemporaryExpr>(E)) in IgnoreImplicitSingleStep() local 119 return BTE->getSubExpr(); in IgnoreImplicitSingleStep()
|
| D | JSONNodeDumper.h | 297 void VisitCXXBindTemporaryExpr(const CXXBindTemporaryExpr *BTE);
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | ExprEngine.h | 340 void processCleanupTemporaryBranch(const CXXBindTemporaryExpr *BTE, 554 void VisitCXXBindTemporaryExpr(const CXXBindTemporaryExpr *BTE, 1003 const CXXBindTemporaryExpr *BTE, 1009 const CXXBindTemporaryExpr *BTE, 1016 const CXXBindTemporaryExpr *BTE,
|
| D | CoreEngine.h | 121 void HandleCleanupTemporaryBranch(const CXXBindTemporaryExpr *BTE,
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineCXX.cpp | 458 if (const auto *BTE = TCC->getCXXBindTemporaryExpr()) in updateObjectsUnderConstruction() local 459 State = elideDestructor(State, BTE, LCtx); in updateObjectsUnderConstruction() 474 if (const auto *BTE = TCC->getCXXBindTemporaryExpr()) in updateObjectsUnderConstruction() local 475 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction() 495 if (const auto *BTE = ACC->getCXXBindTemporaryExpr()) in updateObjectsUnderConstruction() local 496 State = addObjectUnderConstruction(State, BTE, LCtx, V); in updateObjectsUnderConstruction()
|
| D | ExprEngine.cpp | 616 const CXXBindTemporaryExpr *BTE, in elideDestructor() argument 618 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in elideDestructor() 626 const CXXBindTemporaryExpr *BTE, in cleanupElidedDestructor() argument 628 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in cleanupElidedDestructor() 634 const CXXBindTemporaryExpr *BTE, in isDestructorElided() argument 636 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in isDestructorElided() 1546 const CXXBindTemporaryExpr *BTE = D.getBindTemporaryExpr(); in ProcessTemporaryDtor() local 1563 if (isDestructorElided(State, BTE, LC)) { in ProcessTemporaryDtor() 1564 State = cleanupElidedDestructor(State, BTE, LC); in ProcessTemporaryDtor() 1619 void ExprEngine::processCleanupTemporaryBranch(const CXXBindTemporaryExpr *BTE, in processCleanupTemporaryBranch() argument [all …]
|
| D | CoreEngine.cpp | 464 void CoreEngine::HandleCleanupTemporaryBranch(const CXXBindTemporaryExpr *BTE, in HandleCleanupTemporaryBranch() argument 470 ExprEng.processCleanupTemporaryBranch(BTE, Ctx, Pred, Dst, *(B->succ_begin()), in HandleCleanupTemporaryBranch()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaExceptionSpec.cpp | 1236 auto *BTE = cast<CXXBindTemporaryExpr>(S); in canThrow() local 1239 canCalleeThrow(*this, BTE, BTE->getTemporary()->getDestructor()); in canThrow() 1242 return mergeCanThrow(CT, canSubStmtsThrow(*this, BTE)); in canThrow()
|
| D | SemaExprCXX.cpp | 1591 if (CXXBindTemporaryExpr *BTE = dyn_cast_or_null<CXXBindTemporaryExpr>(Inner)) in BuildCXXTypeConstructExpr() local 1592 Inner = BTE->getSubExpr(); in BuildCXXTypeConstructExpr()
|
| D | SemaInit.cpp | 7609 if (CXXBindTemporaryExpr *BTE = dyn_cast<CXXBindTemporaryExpr>(Init)) in visitLocalsRetainedByInitializer() local 7610 Init = BTE->getSubExpr(); in visitLocalsRetainedByInitializer()
|
| D | SemaExpr.cpp | 10334 if (auto *BTE = dyn_cast<CXXBindTemporaryExpr>(Op)) in OriginalOperand() local 10335 Op = BTE->getSubExpr(); in OriginalOperand()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 1200 if (const auto *BTE = mdconst::extract_or_null<ConstantInt>( in getJumpTableEntrySize() local 1202 if (BTE->getZExtValue()) in getJumpTableEntrySize() 1237 if (const auto *BTE = mdconst::extract_or_null<ConstantInt>( in createJumpTableEntry() local 1239 if (BTE->getZExtValue()) in createJumpTableEntry()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | JSONNodeDumper.cpp | 1440 const CXXBindTemporaryExpr *BTE) { in VisitCXXBindTemporaryExpr() argument 1441 const CXXTemporary *Temp = BTE->getTemporary(); in VisitCXXBindTemporaryExpr()
|