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 41 const Expr *tempExpr = ME->GetTemporaryExpr()->IgnoreParens();
47 SVal V = state->getSVal(tempExpr, Pred->getLocationContext());
  /external/clang/lib/Sema/
SemaStmt.cpp 165 if (const CXXBindTemporaryExpr *TempExpr = dyn_cast<CXXBindTemporaryExpr>(E))
166 E = TempExpr->getSubExpr();
    [all...]

Completed in 362 milliseconds