HomeSort by relevance Sort by last modified time
    Searched full:tempexpr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 29 const Expr *tempExpr = ME->GetTemporaryExpr()->IgnoreParens();
33 state = createTemporaryRegionIfNeeded(state, LCtx, tempExpr, ME);
  /external/clang/lib/Sema/
SemaStmt.cpp 216 if (const CXXBindTemporaryExpr *TempExpr = dyn_cast<CXXBindTemporaryExpr>(E))
217 E = TempExpr->getSubExpr();
    [all...]

Completed in 103 milliseconds