Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp502 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument
510 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()
515 bool GetLast, in EmitCompoundStmtWithoutScope() argument
519 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()
525 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
H A DCodeGenFunction.h3538 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
3541 bool GetLast = false,