/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 63 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/ |
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 | 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 | 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 | DynamicTypePropagation.cpp | 88 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()
|
D | MacOSKeychainAPIChecker.cpp | 148 BugReporterContext &BRC, 603 BugReporterContext &BRC, in VisitNode() argument 624 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(), in VisitNode()
|
D | RetainCountChecker.cpp | 1765 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 …]
|
D | NullabilityChecker.cpp | 159 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/ |
D | ks.txt | 123 BRC{ 124 "BRC",
|
D | brx.txt | 155 BRC{ 156 "BRC",
|
D | pa.txt | 119 BRC{ 120 "BRC", 960 BRC{
|
D | ja.txt | 183 BRC{ 184 "BRC", 1429 BRC{
|
D | zh_Hant.txt | 184 BRC{ 185 "BRC", 1431 BRC{
|
D | zh.txt | 183 BRC{ 184 "BRC", 1411 BRC{
|
D | ug.txt | 183 BRC{ 184 "BRC", 1373 BRC{
|
D | ml.txt | 155 BRC{ 156 "BRC", 1347 BRC{
|
D | el.txt | 151 BRC{ 152 "BRC", 1316 BRC{
|
D | th.txt | 179 BRC{ 180 "BRC",
|
D | bs_Cyrl.txt | 156 BRC{ 157 "BRC", 1298 BRC{
|
D | lo.txt | 179 BRC{ 180 "BRC",
|
D | ko.txt | 179 BRC{ 180 "BRC",
|
D | bn.txt | 155 BRC{ 156 "BRC",
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 219 case SystemZ::BRC: in describeTerminator() 389 case SystemZ::BRC: in relaxBranch()
|
D | SystemZElimCompare.cpp | 193 if (Branch->getOpcode() != SystemZ::BRC || in convertToBRCT() 389 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
|