Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2560 return Node.getStorageDuration() == SD_Automatic; in AST_MATCHER()
2576 return Node.getStorageDuration() == SD_Static; in AST_MATCHER()
2592 return Node.getStorageDuration() == SD_Thread; in AST_MATCHER()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp500 if (MTE->getStorageDuration() == SD_Automatic) { in BuildScopeInformation()
DSemaInit.cpp6326 (MTE->getStorageDuration() == SD_Automatic && in Perform()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3263 assert((E->getStorageDuration() == SD_Static || in GetAddrOfGlobalTemporary()
3264 E->getStorageDuration() == SD_Thread) && "not a global temporary"); in GetAddrOfGlobalTemporary()
3287 if (E->getStorageDuration() == SD_Static) { in GetAddrOfGlobalTemporary()
DCGExpr.cpp218 switch (StorageDuration Duration = M->getStorageDuration()) { in pushTemporaryCleanup()
275 switch (M->getStorageDuration()) { in pushTemporaryCleanup()
317 switch (M->getStorageDuration()) { in createReferenceTemporary()
DCGExprConstant.cpp1099 assert(MTE->getStorageDuration() == SD_Static); in EmitLValue()
/external/clang/include/clang/AST/
DExprCXX.h3958 StorageDuration getStorageDuration() const { in getStorageDuration() function
3966 return cast<VarDecl>(ExtendingDecl)->getStorageDuration(); in getStorageDuration()
DDecl.h928 StorageDuration getStorageDuration() const { in getStorageDuration() function
/external/clang/lib/AST/
DExprConstant.cpp1283 return cast<MaterializeTemporaryExpr>(E)->getStorageDuration() == SD_Static; in IsGlobalLValue()
2711 assert(MTE->getStorageDuration() == SD_Static && in findCompleteObject()
4677 if (E->getStorageDuration() == SD_Static) { in VisitMaterializeTemporaryExpr()
4683 createTemporary(E, E->getStorageDuration() == SD_Automatic); in VisitMaterializeTemporaryExpr()
4691 (E->getStorageDuration() == SD_Static && in VisitMaterializeTemporaryExpr()
DASTContext.cpp8665 assert(E && E->getStorageDuration() == SD_Static && in getMaterializedTemporaryValue()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp227 StorageDuration SD = MT->getStorageDuration(); in createTemporaryRegionIfNeeded()
/external/clang/lib/Analysis/
DCFG.cpp3653 BindToTemporary = (MTE->getStorageDuration() != SD_FullExpression); in VisitForTemporaryDtors()