HomeSort by relevance Sort by last modified time
    Searched refs:ExprWithCleanups (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 161 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init);
DeadStoresChecker.cpp 331 while (const ExprWithCleanups *exprClean =
332 dyn_cast<ExprWithCleanups>(E))
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 252 isa<ExprWithCleanups>(OuterS)));
375 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Rec))
TransAutoreleasePool.cpp 406 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S))
Transforms.cpp 82 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(E))
TransUnbridgedCasts.cpp 377 } while (parent && isa<ExprWithCleanups>(parent));
  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
ParentMap.cpp 165 isa<ExprWithCleanups>(P))) {
ExprClassification.cpp 320 return ClassifyInternal(Ctx, cast<ExprWithCleanups>(E)->getSubExpr());
DeclPrinter.cpp 582 if (ExprWithCleanups *Tmp = dyn_cast<ExprWithCleanups>(Init))
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 234 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) {
313 S = cast<ExprWithCleanups>(S)->getSubExpr();
CFG.cpp 456 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E, AddStmtChoice asc);
    [all...]
ThreadSafety.cpp     [all...]
Consumed.cpp 469 if (auto Cleanups = dyn_cast<ExprWithCleanups>(E))
475 if (auto Cleanups = dyn_cast<ExprWithCleanups>(E))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 32 E = cast<ExprWithCleanups>(E)->getSubExpr();
  /external/clang/lib/CodeGen/
CGObjC.cpp 828 assert(isa<ExprWithCleanups>(getter));
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 502 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S);
    [all...]
SemaStmt.cpp 235 if (const ExprWithCleanups *Temps = dyn_cast<ExprWithCleanups>(E))
600 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 596 VISIT(ExprWithCleanups);
735 DECL_VISIT_EXPR(ExprWithCleanups) {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]

Completed in 687 milliseconds

1 2 3 4