Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp9684 void Sema::computeNRVO(Stmt *Body, FunctionScopeInfo *Scope) { in computeNRVO() function in Sema
9804 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
9818 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
DSemaExpr.cpp10430 computeNRVO(Body, getCurBlock()); in ActOnBlockStmtExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1567 void computeNRVO(Stmt *Body, sema::FunctionScopeInfo *Scope);