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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp194 /// EmitCompoundStmt - Emit a compound statement {..} node. If GetLast is true,
197 llvm::Value* CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, argument
205 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot);
210 bool GetLast,
214 E = S.body_end()-GetLast; I != E; ++I)
218 if (GetLast) {
209 EmitCompoundStmtWithoutScope(const CompoundStmt &S, bool GetLast, AggValueSlot AggSlot) argument
/external/libvpx/libwebm/
H A Dmkvparser.cpp2744 const CuePoint* Cues::GetLast() const function in class:mkvparser::Cues
3246 const Cluster* Segment::GetLast() const function in class:mkvparser::Segment
3490 pResult = GetLast();
7339 const long status = GetLast(pEntry);
7588 long Cluster::GetLast(const BlockEntry*& pLast) const

Completed in 273 milliseconds