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.cpp566 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument
574 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()
579 bool GetLast, in EmitCompoundStmtWithoutScope() argument
583 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()
589 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
H A DCodeGenFunction.h3583 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
3586 EmitCompoundStmtWithoutScope(const CompoundStmt &S, bool GetLast = false,