Home
last modified time | relevance | path

Searched refs:getStorageDuration (Results 1 – 13 of 13) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2856 return Node.getStorageDuration() == SD_Automatic; in AST_MATCHER()
2872 return Node.getStorageDuration() == SD_Static; in AST_MATCHER()
2888 return Node.getStorageDuration() == SD_Thread; in AST_MATCHER()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp517 if (MTE->getStorageDuration() == SD_Automatic) { in BuildScopeInformation()
DSemaInit.cpp6489 (MTE->getStorageDuration() == SD_Automatic && in Perform()
/external/clang/lib/CodeGen/
DCGExpr.cpp219 switch (StorageDuration Duration = M->getStorageDuration()) { in pushTemporaryCleanup()
276 switch (M->getStorageDuration()) { in pushTemporaryCleanup()
318 switch (M->getStorageDuration()) { in createReferenceTemporary()
427 switch (M->getStorageDuration()) { in EmitMaterializeTemporaryExpr()
433 if (M->getStorageDuration() == SD_Automatic) in EmitMaterializeTemporaryExpr()
DCodeGenModule.cpp3536 assert((E->getStorageDuration() == SD_Static || in GetAddrOfGlobalTemporary()
3537 E->getStorageDuration() == SD_Thread) && "not a global temporary"); in GetAddrOfGlobalTemporary()
3560 if (E->getStorageDuration() == SD_Static) { in GetAddrOfGlobalTemporary()
DCGExprConstant.cpp1112 assert(MTE->getStorageDuration() == SD_Static); in EmitLValue()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp656 if (decl.getStorageDuration() == clang::SD_Static) in IsProbablyConst()
/external/clang/include/clang/AST/
DExprCXX.h4006 StorageDuration getStorageDuration() const { in getStorageDuration() function
4014 return cast<VarDecl>(ExtendingDecl)->getStorageDuration(); in getStorageDuration()
DDecl.h1001 StorageDuration getStorageDuration() const { in getStorageDuration() function
/external/clang/lib/AST/
DExprConstant.cpp1359 return cast<MaterializeTemporaryExpr>(E)->getStorageDuration() == SD_Static; in IsGlobalLValue()
2814 assert(MTE->getStorageDuration() == SD_Static && in findCompleteObject()
4833 if (E->getStorageDuration() == SD_Static) { in VisitMaterializeTemporaryExpr()
4839 createTemporary(E, E->getStorageDuration() == SD_Automatic); in VisitMaterializeTemporaryExpr()
4847 (E->getStorageDuration() == SD_Static && in VisitMaterializeTemporaryExpr()
DASTContext.cpp8856 assert(E && E->getStorageDuration() == SD_Static && in getMaterializedTemporaryValue()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp228 StorageDuration SD = MT->getStorageDuration(); in createTemporaryRegionIfNeeded()
/external/clang/lib/Analysis/
DCFG.cpp3685 BindToTemporary = (MTE->getStorageDuration() != SD_FullExpression); in VisitForTemporaryDtors()