HomeSort by: relevance | last modified time | path
    Searched refs:getStorageDuration (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ConstructionContext.cpp 56 MTE->getStorageDuration() != SD_FullExpression)) {
63 if (MTE->getStorageDuration() != SD_FullExpression) {
CFG.cpp 4707 ExternallyDestructed = (MTE->getStorageDuration() != SD_FullExpression);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 269 assert(MTE->getStorageDuration() != SD_FullExpression);
280 if (MTE->getStorageDuration() == SD_Static ||
281 MTE->getStorageDuration() == SD_Thread)
ExprEngine.cpp 379 StorageDuration SD = MT->getStorageDuration();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 570 if (MTE->getStorageDuration() == SD_Automatic) {
SemaDeclAttr.cpp 7443 assert(cast<VarDecl>(D)->getStorageDuration() == SD_Automatic &&
SemaInit.cpp 8269 if (MTE->getStorageDuration() == SD_Automatic &&
SemaOpenMP.cpp 1216 if (VD->getStorageDuration() == SD_Static &&
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 1105 if (!MTE || MTE->getStorageDuration() == SD_FullExpression)
DeclCXX.cpp 2956 StorageDuration LifetimeExtendedTemporaryDecl::getStorageDuration() const {
2969 return cast<VarDecl>(ExtendingDecl)->getStorageDuration();
2973 assert(getStorageDuration() == SD_Static &&
JSONNodeDumper.cpp 1368 switch (MTE->getStorageDuration()) {
ExprConstant.cpp 1999 return cast<MaterializeTemporaryExpr>(E)->getStorageDuration() == SD_Static;
4118 assert(MTE->getStorageDuration() == SD_Static &&
8243 if (E->getStorageDuration() == SD_Static) {
8251 E->getStorageDuration() == SD_FullExpression ? ScopeKind::FullExpression
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 4248 return Node.getStorageDuration() == SD_Automatic;
4268 return Node.getStorageDuration() == SD_Static;
4284 return Node.getStorageDuration() == SD_Thread;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 1908 VD->getStorageDuration() == SD_Static)
2681 VD->getStorageDuration() == SD_Static)
5418 assert((E->getStorageDuration() == SD_Static ||
5419 E->getStorageDuration() == SD_Thread) && "not a global temporary");
5455 if (E->getStorageDuration() == SD_Static && VD && VD->evaluateValue()) {
CGExpr.cpp 294 switch (StorageDuration Duration = M->getStorageDuration()) {
351 switch (M->getStorageDuration()) {
395 switch (M->getStorageDuration()) {
526 switch (M->getStorageDuration()) {
CGExprConstant.cpp 2026 assert(E->getStorageDuration() == SD_Static);
CGDecl.cpp 189 if (D.getStorageDuration() != SD_Automatic) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 4487 StorageDuration getStorageDuration() const {
4490 ->getStorageDuration();
DeclCXX.h 3132 StorageDuration getStorageDuration() const;
Decl.h 1118 StorageDuration getStorageDuration() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1018 if (D->getStorageDuration() == SD_Static) {
1074 D->getStorageDuration() != SD_Static &&
ASTReaderDecl.cpp 1457 if (VD->getStorageDuration() == SD_Static && Record.readInt()) {

Completed in 160 milliseconds