| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ConstructionContext.cpp | 56 MTE->getStorageDuration() != SD_FullExpression)) { in createMaterializedTemporaryFromLayers() 63 if (MTE->getStorageDuration() != SD_FullExpression) { in createMaterializedTemporaryFromLayers()
|
| H A D | CFG.cpp | 5100 ExternallyDestructed = (MTE->getStorageDuration() != SD_FullExpression); in VisitForTemporaryDtors()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.cpp | 1460 (vd->getStorageDuration() == SD_Static || in mustBeEmitted() 1461 vd->getStorageDuration() == SD_Thread)) || in mustBeEmitted() 1462 (codeGenOpts.KeepStaticConsts && vd->getStorageDuration() == SD_Static && in mustBeEmitted()
|
| H A D | CIRGenDecl.cpp | 211 if (d.getStorageDuration() != SD_Automatic) { in emitVarDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 298 StorageDuration SD = MTE->getStorageDuration(); in computeObjectUnderConstruction() 316 assert(MTE->getStorageDuration() == SD_FullExpression); in computeObjectUnderConstruction()
|
| H A D | ExprEngine.cpp | 392 StorageDuration SD = MT->getStorageDuration(); in createTemporaryRegionIfNeeded() 402 assert(MT->getStorageDuration() == SD_FullExpression); in createTemporaryRegionIfNeeded()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2817 (VD->getStorageDuration() == SD_Static || in SetCommonAttributes() 2818 VD->getStorageDuration() == SD_Thread)) || in SetCommonAttributes() 2819 (CodeGenOpts.KeepStaticConsts && VD->getStorageDuration() == SD_Static && in SetCommonAttributes() 3761 (VD->getStorageDuration() == SD_Static || in MustBeEmitted() 3762 VD->getStorageDuration() == SD_Thread)) || in MustBeEmitted() 3763 (CodeGenOpts.KeepStaticConsts && VD->getStorageDuration() == SD_Static && in MustBeEmitted() 6914 assert((E->getStorageDuration() == SD_Static || in GetAddrOfGlobalTemporary() 6915 E->getStorageDuration() == SD_Thread) && "not a global temporary"); in GetAddrOfGlobalTemporary() 6955 if (E->getStorageDuration() == SD_Static && VD->evaluateValue()) { in GetAddrOfGlobalTemporary()
|
| H A D | CGExpr.cpp | 347 switch (StorageDuration Duration = M->getStorageDuration()) { in pushTemporaryCleanup() 393 switch (M->getStorageDuration()) { in pushTemporaryCleanup() 442 switch (M->getStorageDuration()) { in createReferenceTemporary() 578 switch (M->getStorageDuration()) { in EmitMaterializeTemporaryExpr()
|
| H A D | CGExprConstant.cpp | 2432 assert(E->getStorageDuration() == SD_Static); in VisitMaterializeTemporaryExpr()
|
| H A D | CGDecl.cpp | 208 if (D.getStorageDuration() != SD_Automatic) { in EmitVarDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3303 StorageDuration LifetimeExtendedTemporaryDecl::getStorageDuration() const { in getStorageDuration() function in LifetimeExtendedTemporaryDecl 3316 return cast<VarDecl>(ExtendingDecl)->getStorageDuration(); in getStorageDuration() 3320 assert(getStorageDuration() == SD_Static && in getOrCreateValue()
|
| H A D | APValue.cpp | 1191 if (!MTE || MTE->getStorageDuration() == SD_FullExpression) in getLVForValue()
|
| H A D | Decl.cpp | 1113 return !VD || VD->getStorageDuration() == SD_Automatic; in isPlaceholderVar() 1121 return VD->getStorageDuration() == StorageDuration::SD_Automatic; in isPlaceholderVar() 1126 return !VD || VD->getStorageDuration() == StorageDuration::SD_Automatic; in isPlaceholderVar()
|
| H A D | JSONNodeDumper.cpp | 1574 switch (MTE->getStorageDuration()) { in VisitMaterializeTemporaryExpr()
|
| H A D | ExprConstant.cpp | 2128 return cast<MaterializeTemporaryExpr>(E)->getStorageDuration() == SD_Static; in IsGlobalLValue() 4503 assert(MTE->getStorageDuration() == SD_Static && in findCompleteObject() 9085 if (E->getStorageDuration() == SD_Static) { in VisitMaterializeTemporaryExpr() 9095 E->getStorageDuration() == SD_FullExpression ? ScopeKind::FullExpression in VisitMaterializeTemporaryExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4533 return Node.getStorageDuration() == SD_Automatic; in AST_MATCHER() 4553 return Node.getStorageDuration() == SD_Static; in AST_MATCHER() 4569 return Node.getStorageDuration() == SD_Thread; in AST_MATCHER()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 580 if (MTE->getStorageDuration() == SD_Automatic) { in BuildScopeInformation()
|
| H A D | Sema.cpp | 1472 if (VD->getStorageDuration() == SD_Static || in ActOnEndOfTranslationUnit() 1473 VD->getStorageDuration() == SD_Thread) in ActOnEndOfTranslationUnit()
|
| H A D | SemaInit.cpp | 6637 if (Var->getStorageDuration() == SD_Static || in InitializeFrom() 6638 Var->getStorageDuration() == SD_Thread) in InitializeFrom() 8064 if (MTE->getStorageDuration() == SD_Automatic && in Perform()
|
| H A D | SemaDecl.cpp | 14366 if (Var->getStorageDuration() == SD_Static || in ActOnUninitializedDecl() 14367 Var->getStorageDuration() == SD_Thread) in ActOnUninitializedDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 382 if (VD->getStorageDuration() != SD_Static) in shouldVarGenerateHereOnly() 1359 !HasDeducedType && D->getStorageDuration() != SD_Static && in VisitVarDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 4883 StorageDuration getStorageDuration() const { in getStorageDuration() function 4886 ->getStorageDuration(); in getStorageDuration()
|
| H A D | DeclCXX.h | 3338 StorageDuration getStorageDuration() const;
|
| H A D | Decl.h | 1208 StorageDuration getStorageDuration() const { in getStorageDuration() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 2823 bool IsStatic = E->getStorageDuration() == SD_Static; in VisitMaterializeTemporaryExpr()
|