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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp482 /// EmitCompoundStmt - Emit a compound statement {..} node. If GetLast is true,
485 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, argument
493 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot);
498 bool GetLast,
502 assert((!GetLast || (GetLast && ExprResult)) &&
503 "If GetLast is true then the CompoundStmt must have a StmtExprResult");
508 if (GetLast && ExprResult == CurStmt) {
497 EmitCompoundStmtWithoutScope(const CompoundStmt &S, bool GetLast, AggValueSlot AggSlot) argument
H A DCodeGenFunction.h3312 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
3315 bool GetLast = false,

Completed in 123 milliseconds