Home
last modified time | relevance | path

Searched refs:CreateCXXTemporaryObject (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h464 void CreateCXXTemporaryObject(const MaterializeTemporaryExpr *ME,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp25 void ExprEngine::CreateCXXTemporaryObject(const MaterializeTemporaryExpr *ME, in CreateCXXTemporaryObject() function in ExprEngine
DExprEngine.cpp1233 CreateCXXTemporaryObject(MTE, Pred, Dst); in Visit()