Home
last modified time | relevance | path

Searched refs:BRC (Results 1 – 25 of 123) sorted by relevance

12345

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h64 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/
Dclear-liverange-spillreg.mir166 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 …]
DRAbasic-invalid-LR-update.mir180 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
Dload-and-test.mir19 BRC 14, 10, %bb.2, implicit $cc
42 BRC 14, 8, %bb.2, implicit $cc
Dno-postra-sink.mir20 BRC 14, 6, %bb.2, implicit killed $cc
50 BRC 14, 6, %bb.2, implicit killed $cc
Dbranch-folder-hoist-livein.mir29 BRC 14, 6, %bb.2, implicit killed $cc
50 # CHECK-NEXT: BRC 14, 6, %bb.2, implicit killed $cc
Dsignbits.ll23 ; CHECK: BRC
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp105 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/
DLazyCallGraphTest.cpp619 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/
DDynamicTypeChecker.cpp54 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()
DObjCSuperDeallocChecker.cpp78 BugReporterContext &BRC,
254 BugReporterContext &BRC, in VisitNode() argument
273 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in VisitNode()
DTestAfterDivZeroChecker.cpp75 BugReporterContext &BRC,
99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
126 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in REGISTER_SET_WITH_PROGRAMSTATE()
DMacOSKeychainAPIChecker.cpp148 BugReporterContext &BRC,
595 BugReporterContext &BRC, in VisitNode() argument
616 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(), in VisitNode()
DDynamicTypePropagation.cpp88 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/
DLazyCallGraphTest.cpp492 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/
DMPIBugReporter.cpp89 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode() argument
105 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in VisitNode()
DMPIBugReporter.h97 BugReporterContext &BRC,
/external/python/cpython2/PC/os2emx/
DMakefile168 BRC= ) macro
172 BRC= \) macro
/external/icu/icu4c/source/data/curr/
Dks.txt117 BRC{
118 "BRC",
Dbrx.txt149 BRC{
150 "BRC",
Dpa.txt113 BRC{
114 "BRC",
976 BRC{
/external/v8/src/s390/
Dassembler-s390.cc431 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/
DSystemZLongBranch.cpp222 case SystemZ::BRC: in describeTerminator()
392 case SystemZ::BRC: in relaxBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp223 case SystemZ::BRC: in describeTerminator()
397 case SystemZ::BRC: in relaxBranch()
/external/clang/test/Sema/
Dwarn-documentation.m188 @interface BRC : NSObject interface
192 @implementation BRC : NSObject implementation

12345