Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp474 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument
482 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()
487 bool GetLast, in EmitCompoundStmtWithoutScope() argument
491 assert((!GetLast || (GetLast && ExprResult)) && in EmitCompoundStmtWithoutScope()
497 if (GetLast && ExprResult == CurStmt) { in EmitCompoundStmtWithoutScope()
H A DCodeGenFunction.h3225 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
3228 bool GetLast = false,