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

1 2 3

  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
ParentMap.cpp 163 isa<ExprWithCleanups>(P))) {
ASTDumper.cpp 337 void VisitExprWithCleanups(const ExprWithCleanups *Node);
    [all...]
ExprClassification.cpp 313 return ClassifyInternal(Ctx, cast<ExprWithCleanups>(E)->getSubExpr());
DeclPrinter.cpp 517 if (ExprWithCleanups *Tmp = dyn_cast<ExprWithCleanups>(Init))
    [all...]
Stmt.cpp 98 if (ExprWithCleanups *ewc = dyn_cast<ExprWithCleanups>(s))
    [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 262 isa<ExprWithCleanups>(OuterS)));
385 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Rec))
TransAutoreleasePool.cpp 406 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S))
Transforms.cpp 80 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(E))
TransUnbridgedCasts.cpp 377 } while (parent && isa<ExprWithCleanups>(parent));
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 162 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init);
DeadStoresChecker.cpp 329 while (const ExprWithCleanups *exprClean =
330 dyn_cast<ExprWithCleanups>(E))
  /external/clang/lib/Analysis/
LiveVariables.cpp 235 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) {
314 S = cast<ExprWithCleanups>(S)->getSubExpr();
CFG.cpp 379 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E, AddStmtChoice asc);
    [all...]
ThreadSafety.cpp 439 } else if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Exp)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 32 E = cast<ExprWithCleanups>(E)->getSubExpr();
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 450 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(SubStmt)) {
SemaLambda.cpp 602 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue);
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 778 assert(isa<ExprWithCleanups>(getter));
    [all...]
CGBlocks.cpp 631 void CodeGenFunction::enterNonTrivialFullExpression(const ExprWithCleanups *E) {
633 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects();
634 for (ArrayRef<ExprWithCleanups::CleanupObject>::iterator
    [all...]
CGDecl.cpp 583 if (const ExprWithCleanups *ewc = dyn_cast<ExprWithCleanups>(init)) {
    [all...]
CGExprAgg.cpp 172 void VisitExprWithCleanups(ExprWithCleanups *E);
    [all...]
CGExprCXX.cpp 431 if (const ExprWithCleanups *E = dyn_cast<ExprWithCleanups>(Exp))
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 564 VISIT(ExprWithCleanups);
703 DECL_VISIT_EXPR(ExprWithCleanups) {
    [all...]

Completed in 1225 milliseconds

1 2 3