Home
last modified time | relevance | path

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

123

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h60 BugReporterContext &BRC,
70 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR);
76 getDefaultEndPath(BugReporterContext &BRC, const ExplodedNode *N,
123 BugReporterContext &BRC,
153 BugReporterContext &BRC,
175 BugReporterContext &BRC,
197 BugReporterContext &BRC,
202 BugReporterContext &BRC,
210 BugReporterContext &BRC);
214 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/
DTestAfterDivZeroChecker.cpp75 BugReporterContext &BRC,
99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
126 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in REGISTER_SET_WITH_PROGRAMSTATE()
DMacOSKeychainAPIChecker.cpp150 BugReporterContext &BRC,
605 BugReporterContext &BRC, in VisitNode() argument
626 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(), in VisitNode()
DRetainCountChecker.cpp1742 BugReporterContext &BRC,
1745 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
1756 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
1868 BugReporterContext &BRC, in VisitNode() argument
1979 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
1988 const ExplodedNode *OrigNode = BRC.getNodeResolver().getOriginalNode(N); in VisitNode()
2156 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
2274 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() argument
2277 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR); in getEndPath()
2281 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() argument
[all …]
/external/icu/icu4c/source/data/curr/
Dks.txt123 BRC{
124 "BRC",
Dbrx.txt155 BRC{
156 "BRC",
Dpa.txt119 BRC{
120 "BRC",
915 BRC{
Dzh_Hant.txt184 BRC{
185 "BRC",
1386 BRC{
Dzh.txt183 BRC{
184 "BRC",
1366 BRC{
Dja.txt183 BRC{
184 "BRC",
1384 BRC{
Des_MX.txt68 BRC{
69 "BRC",
Del.txt151 BRC{
152 "BRC",
1271 BRC{
Dml.txt155 BRC{
156 "BRC",
1302 BRC{
Dug.txt183 BRC{
184 "BRC",
1373 BRC{
Dlo.txt179 BRC{
180 "BRC",
Dko.txt179 BRC{
180 "BRC",
Dth.txt179 BRC{
180 "BRC",
Dbs_Cyrl.txt156 BRC{
157 "BRC",
1298 BRC{
Dbn.txt155 BRC{
156 "BRC",
Dka.txt151 BRC{
152 "BRC",
Dsr.txt155 BRC{
156 "BRC",
1355 BRC{
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp219 case SystemZ::BRC: in describeTerminator()
389 case SystemZ::BRC: in relaxBranch()
DSystemZElimCompare.cpp183 if (Branch->getOpcode() != SystemZ::BRC || in convertToBRCT()
377 if (Branch->getOpcode() != SystemZ::BRC) in fuseCompareAndBranch()
/external/clang/test/Sema/
Dwarn-documentation.m188 @interface BRC : NSObject interface
192 @implementation BRC : NSObject implementation

123