HomeSort by relevance Sort by last modified time
    Searched refs:StmtList (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 103 // This function constructs a new CompoundStmt from the input StmtList.
105 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
106 unsigned NewStmtCount = StmtList.size();
112 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
113 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
130 std::list<clang::Stmt*> &StmtList) {
135 new clang::Stmt*[CS->size() + StmtList.size()];
153 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
154 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
165 std::list<clang::Stmt*>::const_iterator I = StmtList.begin()
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 692 milliseconds