/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 60 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/ |
D | BugReporterVisitors.cpp | 104 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/ |
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 | 150 BugReporterContext &BRC, 605 BugReporterContext &BRC, in VisitNode() argument 626 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(), in VisitNode()
|
D | RetainCountChecker.cpp | 1742 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/ |
D | ks.txt | 123 BRC{ 124 "BRC",
|
D | brx.txt | 155 BRC{ 156 "BRC",
|
D | pa.txt | 119 BRC{ 120 "BRC", 915 BRC{
|
D | zh_Hant.txt | 184 BRC{ 185 "BRC", 1386 BRC{
|
D | zh.txt | 183 BRC{ 184 "BRC", 1366 BRC{
|
D | ja.txt | 183 BRC{ 184 "BRC", 1384 BRC{
|
D | es_MX.txt | 68 BRC{ 69 "BRC",
|
D | el.txt | 151 BRC{ 152 "BRC", 1271 BRC{
|
D | ml.txt | 155 BRC{ 156 "BRC", 1302 BRC{
|
D | ug.txt | 183 BRC{ 184 "BRC", 1373 BRC{
|
D | lo.txt | 179 BRC{ 180 "BRC",
|
D | ko.txt | 179 BRC{ 180 "BRC",
|
D | th.txt | 179 BRC{ 180 "BRC",
|
D | bs_Cyrl.txt | 156 BRC{ 157 "BRC", 1298 BRC{
|
D | bn.txt | 155 BRC{ 156 "BRC",
|
D | ka.txt | 151 BRC{ 152 "BRC",
|
D | sr.txt | 155 BRC{ 156 "BRC", 1355 BRC{
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 219 case SystemZ::BRC: in describeTerminator() 389 case SystemZ::BRC: in relaxBranch()
|
D | SystemZElimCompare.cpp | 183 if (Branch->getOpcode() != SystemZ::BRC || in convertToBRCT() 377 if (Branch->getOpcode() != SystemZ::BRC) in fuseCompareAndBranch()
|
/external/clang/test/Sema/ |
D | warn-documentation.m | 188 @interface BRC : NSObject interface 192 @implementation BRC : NSObject implementation
|