/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | UseAnyOfAllOfCheck.cpp | 33 assert(I != C->body_end() && "C is parent of Node"); in AST_MATCHER_P() 34 if (++I == C->body_end()) in AST_MATCHER_P()
|
D | SimplifyBooleanExprCheck.cpp | 650 for (++After; After != Compound->body_end() && *Current != Ret; in replaceCompoundReturnWithCondition()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ASTStructExtractor.cpp | 65 be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl()
|
D | ASTResultSynthesizer.cpp | 211 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 167 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()
|
D | TransEmptyStatementsAndDealloc.cpp | 156 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
D | Transforms.cpp | 249 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
/external/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 168 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()
|
D | TransEmptyStatementsAndDealloc.cpp | 158 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
D | Transforms.cpp | 254 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
/external/llvm-project/polly/test/ScopInfo/ |
D | ranged_parameter_wrap_2.ll | 194 br label %for.body_end 196 for.body_end:
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 437 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 441 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 581 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/ |
D | Stmt.h | 1431 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/ |
D | demo.cc | 636 const std::uint64_t body_end = body_start + metadata.size; in PrintElementMetadata() local 637 std::cout << body_end; in PrintElementMetadata()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 341 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/ |
D | ASTMatchers.h | 5072 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/ |
D | Dwarf.def | 366 HANDLE_DW_AT(0x2106, body_end, 0, GNU)
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3566 CS->body_end(), Finder, Builder); in AST_POLYMORPHIC_MATCHER_P()
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 379 HANDLE_DW_AT(0x2106, body_end, 0, GNU)
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1537 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 6721 while (I != CS->body_end()) { in ActOnOpenMPTargetDirective() 6729 assert(I != CS->body_end() && "Not found statement"); in ActOnOpenMPTargetDirective()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 4910 if (ImportArrayChecked(S->body_begin(), S->body_end(), ToStmts.begin())) in VisitCompoundStmt()
|
D | ExprConstant.cpp | 4542 BE = CS->body_end(); in VisitStmtExpr()
|