Home
last modified time | relevance | path

Searched refs:body_end (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc384 int body_end = scanner()->peek_location().end_pos; in ParseStatementListAndLogFunction() local
386 log_.LogFunction(body_end, formals->num_parameters(), in ParseStatementListAndLogFunction()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp168 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in VisitCompoundStmt()
302 Stmt::child_iterator SI = scope.End, SE = compoundS->body_end(); in handlePoolScope()
DTransEmptyStatementsAndDealloc.cpp158 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
DTransforms.cpp254 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp437 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
/external/clang/include/clang/AST/
DStmt.h581 body_range body() { return body_range(body_begin(), body_end()); } in body()
583 body_iterator body_end() { return Body + size(); } in body_end() function
596 return body_const_range(body_begin(), body_end()); in body()
599 const_body_iterator body_end() const { return Body + size(); } in body_end() function
609 return reverse_body_iterator(body_end()); in body_rbegin()
619 return const_reverse_body_iterator(body_end()); in body_rbegin()
/external/clang/lib/CodeGen/
DCGStmt.cpp341 E = S.body_end()-GetLast; I != E; ++I) in EmitCompoundStmtWithoutScope()
1329 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/external/elfutils/libdw/
Dknown-dwarf.h59 DWARF_ONE_KNOWN_DW_AT (body_end, DW_AT_body_end) \
/external/v8/tools/gcmole/
Dgcmole.cc1029 clang::CompoundStmt::body_iterator end = stmt->body_end(); in DECL_VISIT_STMT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def343 HANDLE_DW_AT(0x2106, body_end, 0, GNU)
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3566 CS->body_end(), Finder, Builder); in AST_POLYMORPHIC_MATCHER_P()
/external/clang/lib/Sema/
DSemaOpenMP.cpp6721 while (I != CS->body_end()) { in ActOnOpenMPTargetDirective()
6729 assert(I != CS->body_end() && "Not found statement"); in ActOnOpenMPTargetDirective()
/external/clang/lib/AST/
DASTImporter.cpp4910 if (ImportArrayChecked(S->body_begin(), S->body_end(), ToStmts.begin())) in VisitCompoundStmt()
DExprConstant.cpp4542 BE = CS->body_end(); in VisitStmtExpr()