Home
last modified time | relevance | path

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

1234

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h63 BugReporterContext &BRC,
73 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR);
79 getDefaultEndPath(BugReporterContext &BRC, const ExplodedNode *N,
125 BugReporterContext &BRC,
154 BugReporterContext &BRC,
176 BugReporterContext &BRC,
199 BugReporterContext &BRC,
204 BugReporterContext &BRC,
212 BugReporterContext &BRC);
216 BugReporterContext &BRC,
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp104 BugReporterVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() argument
110 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) { in getDefaultEndPath() argument
112 PathDiagnosticLocation::createEndOfPath(EndPathNode,BRC.getSourceManager()); in getDefaultEndPath()
232 BugReporterContext &BRC, in visitNodeInitial() argument
297 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in visitNodeInitial()
325 PathDiagnosticLocation L(Ret, BRC.getSourceManager(), StackFrame); in visitNodeInitial()
331 BugReporterContext &BRC, in visitNodeMaybeUnsuppress() argument
334 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in visitNodeMaybeUnsuppress()
352 ProgramStateManager &StateMgr = BRC.getStateManager(); in visitNodeMaybeUnsuppress()
384 BugReporterContext &BRC, in VisitNode() argument
[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()
DTestAfterDivZeroChecker.cpp75 BugReporterContext &BRC,
99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
126 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in REGISTER_SET_WITH_PROGRAMSTATE()
DDynamicTypePropagation.cpp88 BugReporterContext &BRC,
872 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode() argument
897 const LangOptions &LangOpts = BRC.getASTContext().getLangOpts(); in VisitNode()
926 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
DMacOSKeychainAPIChecker.cpp148 BugReporterContext &BRC,
603 BugReporterContext &BRC, in VisitNode() argument
624 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(), in VisitNode()
DRetainCountChecker.cpp1765 BugReporterContext &BRC,
1768 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
1779 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
1891 BugReporterContext &BRC, in VisitNode() argument
2002 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
2011 const ExplodedNode *OrigNode = BRC.getNodeResolver().getOriginalNode(N); in VisitNode()
2179 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
2298 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() argument
2301 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR); in getEndPath()
2305 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() argument
[all …]
DNullabilityChecker.cpp159 BugReporterContext &BRC,
281 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode() argument
314 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
/external/icu/icu4c/source/data/curr/
Dks.txt123 BRC{
124 "BRC",
Dbrx.txt155 BRC{
156 "BRC",
Dpa.txt119 BRC{
120 "BRC",
960 BRC{
Dja.txt183 BRC{
184 "BRC",
1429 BRC{
Dzh_Hant.txt184 BRC{
185 "BRC",
1431 BRC{
Dzh.txt183 BRC{
184 "BRC",
1411 BRC{
Dug.txt183 BRC{
184 "BRC",
1373 BRC{
Dml.txt155 BRC{
156 "BRC",
1347 BRC{
Del.txt151 BRC{
152 "BRC",
1316 BRC{
Dth.txt179 BRC{
180 "BRC",
Dbs_Cyrl.txt156 BRC{
157 "BRC",
1298 BRC{
Dlo.txt179 BRC{
180 "BRC",
Dko.txt179 BRC{
180 "BRC",
Dbn.txt155 BRC{
156 "BRC",
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp219 case SystemZ::BRC: in describeTerminator()
389 case SystemZ::BRC: in relaxBranch()
DSystemZElimCompare.cpp193 if (Branch->getOpcode() != SystemZ::BRC || in convertToBRCT()
389 if (Branch->getOpcode() != SystemZ::BRC) in fuseCompareAndBranch()
/external/clang/test/Sema/
Dwarn-documentation.m188 @interface BRC : NSObject interface
192 @implementation BRC : NSObject implementation

1234