/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 64 BugReporterContext &BRC, 74 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR); 80 getDefaultEndPath(BugReporterContext &BRC, const ExplodedNode *N, 126 BugReporterContext &BRC, 155 BugReporterContext &BRC, 177 BugReporterContext &BRC, 200 BugReporterContext &BRC, 205 BugReporterContext &BRC, 213 BugReporterContext &BRC); 217 BugReporterContext &BRC, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | clear-liverange-spillreg.mir | 166 BRC 14, 8, %bb.2, implicit killed $cc 173 BRC 14, 6, %bb.3, implicit killed $cc 182 BRC 14, 8, %bb.6, implicit killed $cc 189 BRC 14, 6, %bb.7, implicit killed $cc 200 BRC 14, 8, %bb.47, implicit killed $cc 207 BRC 14, 8, %bb.46, implicit killed $cc 214 BRC 14, 8, %bb.36, implicit killed $cc 221 BRC 14, 8, %bb.35, implicit killed $cc 240 BRC 14, 8, %bb.13, implicit killed $cc 261 BRC 14, 6, %bb.15, implicit killed $cc [all …]
|
D | RAbasic-invalid-LR-update.mir | 180 BRC 14, 6, %bb.2, implicit killed $cc 189 BRC 15, 6, %bb.1, implicit killed $cc 232 BRC 14, 6, %bb.7, implicit killed $cc 239 BRC 14, 6, %bb.6, implicit killed $cc 246 BRC 14, 6, %bb.5, implicit killed $cc 261 BRC 14, 6, %bb.10, implicit killed $cc
|
D | load-and-test.mir | 19 BRC 14, 10, %bb.2, implicit $cc 42 BRC 14, 8, %bb.2, implicit $cc
|
D | no-postra-sink.mir | 20 BRC 14, 6, %bb.2, implicit killed $cc 50 BRC 14, 6, %bb.2, implicit killed $cc
|
D | branch-folder-hoist-livein.mir | 29 BRC 14, 6, %bb.2, implicit killed $cc 50 # CHECK-NEXT: BRC 14, 6, %bb.2, implicit killed $cc
|
D | signbits.ll | 23 ; CHECK: BRC
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 105 BugReporterVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() argument 111 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) { in getDefaultEndPath() argument 113 PathDiagnosticLocation::createEndOfPath(EndPathNode,BRC.getSourceManager()); in getDefaultEndPath() 233 BugReporterContext &BRC, in visitNodeInitial() argument 298 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in visitNodeInitial() 326 PathDiagnosticLocation L(Ret, BRC.getSourceManager(), StackFrame); in visitNodeInitial() 335 BugReporterContext &BRC, in visitNodeMaybeUnsuppress() argument 338 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in visitNodeMaybeUnsuppress() 356 ProgramStateManager &StateMgr = BRC.getStateManager(); in visitNodeMaybeUnsuppress() 388 BugReporterContext &BRC, in VisitNode() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 619 LazyCallGraph::RefSCC &BRC = *CG.lookupRefSCC(B); in TEST() local 622 EXPECT_TRUE(ARC.isParentOf(BRC)); in TEST() 634 EXPECT_TRUE(DRC.isChildOf(BRC)); in TEST() 662 EXPECT_EQ(&BRC, CG.lookupRefSCC(B)); in TEST() 683 EXPECT_EQ(&BRC, CG.lookupRefSCC(B)); in TEST() 704 EXPECT_EQ(&BRC, CG.lookupRefSCC(B)); in TEST() 725 EXPECT_EQ(&BRC, CG.lookupRefSCC(B)); in TEST() 769 LazyCallGraph::RefSCC &BRC = *CG.lookupRefSCC(B1); in TEST() local 774 ASSERT_EQ(&BRC, CG.lookupRefSCC(B2)); in TEST() 775 ASSERT_EQ(&BRC, CG.lookupRefSCC(B3)); in TEST() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypeChecker.cpp | 54 BugReporterContext &BRC, 95 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode() argument 119 const LangOptions &LangOpts = BRC.getASTContext().getLangOpts(); in VisitNode() 149 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
|
D | ObjCSuperDeallocChecker.cpp | 78 BugReporterContext &BRC, 254 BugReporterContext &BRC, in VisitNode() argument 273 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in VisitNode()
|
D | TestAfterDivZeroChecker.cpp | 75 BugReporterContext &BRC, 99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE() 126 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in REGISTER_SET_WITH_PROGRAMSTATE()
|
D | MacOSKeychainAPIChecker.cpp | 148 BugReporterContext &BRC, 595 BugReporterContext &BRC, in VisitNode() argument 616 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(), in VisitNode()
|
D | DynamicTypePropagation.cpp | 88 BugReporterContext &BRC, 896 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode() argument 921 const LangOptions &LangOpts = BRC.getASTContext().getLangOpts(); in VisitNode() 950 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
|
/external/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 492 LazyCallGraph::RefSCC &BRC = *CG.lookupRefSCC(B); in TEST() local 495 EXPECT_TRUE(ARC.isParentOf(BRC)); in TEST() 501 EXPECT_TRUE(DRC.isChildOf(BRC)); in TEST() 523 EXPECT_EQ(&BRC, CG.lookupRefSCC(B)); in TEST() 540 EXPECT_EQ(&BRC, CG.lookupRefSCC(B)); in TEST() 557 EXPECT_EQ(&BRC, CG.lookupRefSCC(B)); in TEST() 574 EXPECT_EQ(&BRC, CG.lookupRefSCC(B)); in TEST() 617 LazyCallGraph::RefSCC &BRC = *CG.lookupRefSCC(B1); in TEST() local 622 ASSERT_EQ(&BRC, CG.lookupRefSCC(B2)); in TEST() 623 ASSERT_EQ(&BRC, CG.lookupRefSCC(B3)); in TEST() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIBugReporter.cpp | 89 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode() argument 105 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in VisitNode()
|
D | MPIBugReporter.h | 97 BugReporterContext &BRC,
|
/external/python/cpython2/PC/os2emx/ |
D | Makefile | 168 BRC= ) macro 172 BRC= \) macro
|
/external/icu/icu4c/source/data/curr/ |
D | ks.txt | 117 BRC{ 118 "BRC",
|
D | brx.txt | 149 BRC{ 150 "BRC",
|
D | pa.txt | 113 BRC{ 114 "BRC", 976 BRC{
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 431 if (BRC == opcode || BRCT == opcode || BRCTG == opcode || BRXH == opcode) { in target_at() 464 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG || in target_at_put() 469 if (BRC == opcode || BRCT == opcode || BRCTG == opcode || BRXH == opcode) { in target_at_put() 507 if (BRC == opcode || BRCT == opcode || BRCTG == opcode|| BRXH == opcode || in max_reach_from()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 222 case SystemZ::BRC: in describeTerminator() 392 case SystemZ::BRC: in relaxBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 223 case SystemZ::BRC: in describeTerminator() 397 case SystemZ::BRC: in relaxBranch()
|
/external/clang/test/Sema/ |
D | warn-documentation.m | 188 @interface BRC : NSObject interface 192 @implementation BRC : NSObject implementation
|