Home
last modified time | relevance | path

Searched refs:GetLast (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp436 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument
444 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()
449 bool GetLast, in EmitCompoundStmtWithoutScope() argument
453 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()
459 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
H A DCodeGenFunction.h3167 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
3170 bool GetLast = false,