Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DUseAnyOfAllOfCheck.cpp33 assert(I != C->body_end() && "C is parent of Node"); in AST_MATCHER_P()
34 if (++I == C->body_end()) in AST_MATCHER_P()
DSimplifyBooleanExprCheck.cpp650 for (++After; After != Compound->body_end() && *Current != Ret; in replaceCompoundReturnWithCondition()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTStructExtractor.cpp65 be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl()
DASTResultSynthesizer.cpp211 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult()
/external/llvm-project/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp167 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in VisitCompoundStmt()
301 Stmt::child_iterator SI = scope.End, SE = compoundS->body_end(); in handlePoolScope()
DTransEmptyStatementsAndDealloc.cpp156 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
DTransforms.cpp249 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
/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/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp441 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
/external/llvm-project/polly/test/ScopInfo/
Dranged_parameter_wrap_2.ll194 br label %for.body_end
196 for.body_end:
/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/llvm-project/clang/include/clang/AST/
DStmt.h1431 body_range body() { return body_range(body_begin(), body_end()); } in body()
1433 body_iterator body_end() { return body_begin() + size(); } in body_end() function
1444 return body_const_range(body_begin(), body_end()); in body()
1451 const_body_iterator body_end() const { return body_begin() + size(); } in body_end() function
1464 return reverse_body_iterator(body_end()); in body_rbegin()
1475 return const_reverse_body_iterator(body_end()); in body_rbegin()
1513 child_range children() { return child_range(body_begin(), body_end()); } in children()
1516 return const_child_range(body_begin(), body_end()); in children()
/external/libwebm/webm_parser/demo/
Ddemo.cc636 const std::uint64_t body_end = body_start + metadata.size; in PrintElementMetadata() local
637 std::cout << body_end; in PrintElementMetadata()
/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/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5072 CS->body_end(), Finder, in AST_POLYMORPHIC_MATCHER_P()
5073 Builder) != CS->body_end(); in AST_POLYMORPHIC_MATCHER_P()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def366 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/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def379 HANDLE_DW_AT(0x2106, body_end, 0, GNU)
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp1537 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/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()

12