Home
last modified time | relevance | path

Searched refs:body_rend (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h611 reverse_body_iterator body_rend() { in body_rend() function
622 const_reverse_body_iterator body_rend() const { in body_rend() function
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp647 if (LastStmt != CS->body_rend()) in endsWithReturn()
/external/clang/lib/Analysis/
DCFG.cpp1955 for (CompoundStmt::reverse_body_iterator I=C->body_rbegin(), E=C->body_rend(); in VisitCompoundStmt()