Searched refs:BR (Results 1 - 25 of 121) sorted by relevance

12345

/external/bison/doc/
H A Dcommon.x2 .BR lex (1),
3 .BR flex (1),
4 .BR yacc (1).
H A Dbison.x15 .BR .y .
28 .BR parse.tab.cxx ,
35 .BR parse.tab.c .
50 .BR \- .
53 .BR \-\-file-prefix ,
55 .BR = .
/external/libcxx/test/std/re/re.regex/re.regex.const/
H A Dconstants.pass.cpp38 typedef std::basic_regex<CharT> BR; typedef
39 static_assert((BR::icase == std::regex_constants::icase), "");
40 static_assert((BR::nosubs == std::regex_constants::nosubs), "");
41 static_assert((BR::optimize == std::regex_constants::optimize), "");
42 static_assert((BR::collate == std::regex_constants::collate), "");
43 static_assert((BR::ECMAScript == std::regex_constants::ECMAScript), "");
44 static_assert((BR::basic == std::regex_constants::basic), "");
45 static_assert((BR::extended == std::regex_constants::extended), "");
46 static_assert((BR::awk == std::regex_constants::awk), "");
47 static_assert((BR
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp26 BugReporter &BR; member in class:__anon1645::WalkAST
32 : BR(br), Checker(checker), AC(ac) {}
66 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC);
67 BR.EmitBasicReport(AC->getDecl(), Checker,
84 BugReporter &BR) const {
85 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D));
H A DCheckObjCInstMethSignature.cpp42 BugReporter &BR, ASTContext &Ctx,
71 BR.getSourceManager());
73 BR.EmitBasicReport(
80 BugReporter &BR,
89 ASTContext &Ctx = BR.getContext();
116 CompareReturnTypes(MethDerived, M, BR, Ctx, ID, Checker);
132 BugReporter &BR) const {
133 CheckObjCInstMethSignature(D, BR, this);
40 CompareReturnTypes(const ObjCMethodDecl *MethDerived, const ObjCMethodDecl *MethAncestor, BugReporter &BR, ASTContext &Ctx, const ObjCImplementationDecl *ID, const CheckerBase *Checker) argument
79 CheckObjCInstMethSignature(const ObjCImplementationDecl *ID, BugReporter &BR, const CheckerBase *Checker) argument
H A DLLVMConventionsChecker.cpp119 BugReporter &BR; member in class:__anon1673::StringRefCheckerVisitor
125 : DeclWithIssue(declWithIssue), BR(br), Checker(checker) {}
138 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, argument
140 StringRefCheckerVisitor walker(D, BR, Checker);
184 PathDiagnosticLocation::createBegin(VD, BR.getSourceManager());
185 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
219 BugReporter &BR; member in class:__anon1674::ASTFieldVisitor
225 : Root(root), BR(br), Checker(checker) {}
232 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, argument
238 ASTFieldVisitor walker(R, BR, Checke
[all...]
H A DUndefCapturedBlockVarChecker.cpp39 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S))
40 if (BR->getDecl() == VD)
41 return BR;
45 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD))
46 return BR;
H A DNSErrorChecker.cpp48 AnalysisManager &mgr, BugReporter &BR) const;
54 BugReporter &BR) const {
76 PathDiagnosticLocation::create(D, BR.getSourceManager());
77 BR.EmitBasicReport(D, this, "Bad return type when passing NSError**",
95 AnalysisManager &mgr, BugReporter &BR) const;
101 BugReporter &BR) const {
123 PathDiagnosticLocation::create(D, BR.getSourceManager());
124 BR.EmitBasicReport(D, this, "Bad return type when passing CFErrorRef*",
246 BugReporter &BR = *event.BR; local
[all...]
H A DDirectIvarAssignment.cpp65 BugReporter &BR; member in class:__anon1662::DirectIvarAssignment::MethodCrawler
73 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR),
93 BugReporter &BR) const;
120 BugReporter &BR) const {
151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this,
200 BR.EmitBasicReport(
204 PathDiagnosticLocation(IvarRef, BR.getSourceManager(), DCtx));
H A DVirtualCallChecker.cpp32 BugReporter &BR; member in class:__anon1733::WalkAST
64 : Checker(checker), BR(br), AC(ac), visitingCallExpr(nullptr) {}
191 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
197 BR.EmitBasicReport(AC->getDecl(), Checker,
206 BR.EmitBasicReport(AC->getDecl(), Checker,
222 BugReporter &BR) const {
223 WalkAST walker(this, BR, mgr.getAnalysisDeclContext(RD));
H A DCheckSecuritySyntaxOnly.cpp63 BugReporter &BR; member in class:__anon1642::WalkAST
74 : BR(br), AC(ac), II_setid(),
75 CheckRand(isArc4RandomAvailable(BR.getContext())),
293 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
294 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter,
323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
328 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
329 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets,
363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
368 PathDiagnosticLocation::createBegin(CE, BR
[all...]
H A DCStringSyntaxChecker.cpp35 BugReporter &BR; member in class:__anon1635::WalkAST
86 : Checker(checker), BR(br), AC(ac) {}
145 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
160 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
181 BugReporter &BR) const {
182 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D));
H A DObjCContainersASTChecker.cpp29 BugReporter &BR; member in class:__anon1694::WalkAST
76 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
145 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
146 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
166 BugReporter &BR) const {
167 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D));
H A DObjCUnusedIVarsChecker.cpp108 BugReporter &BR,
152 SourceManager &SM = BR.getSourceManager();
165 PathDiagnosticLocation::create(I->first, BR.getSourceManager());
166 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization",
180 BugReporter &BR) const {
181 checkObjCUnusedIvar(D, BR, this);
107 checkObjCUnusedIvar(const ObjCImplementationDecl *D, BugReporter &BR, const CheckerBase *Checker) argument
H A DIdenticalExprChecker.cpp38 BugReporter &BR; member in class:__anon1669::FindIdenticalExprVisitor
45 : BR(B), Checker(Checker), AC(A) {}
71 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager());
72 BR.EmitBasicReport(AC->getDecl(), Checker,
120 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC);
121 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
143 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
144 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
173 PathDiagnosticLocation::createBegin(I, BR.getSourceManager(), AC);
174 BR
[all...]
H A DCheckObjCDealloc.cpp81 const LangOptions &LOpts, BugReporter &BR) {
85 ASTContext &Ctx = BR.getContext();
146 PathDiagnosticLocation::createBegin(D, BR.getSourceManager());
158 BR.EmitBasicReport(D, Checker, name, categories::CoreFoundationObjectiveC,
220 PathDiagnosticLocation::createBegin(I, BR.getSourceManager());
222 BR.EmitBasicReport(MD, Checker, name,
237 BugReporter &BR) const {
241 BR);
79 checkObjCDealloc(const CheckerBase *Checker, const ObjCImplementationDecl *D, const LangOptions &LOpts, BugReporter &BR) argument
H A DStackAddrEscapeChecker.cpp69 else if (const BlockDataRegion *BR = dyn_cast<BlockDataRegion>(R)) {
70 const BlockDecl *BD = BR->getCodeRegion()->getDecl();
H A DObjCMissingSuperCallChecker.cpp71 BugReporter &BR) const;
168 BugReporter &BR) const {
169 ASTContext &Ctx = BR.getContext();
198 BR.getSourceManager(),
209 BR.EmitBasicReport(MD, this, Name, categories::CoreFoundationObjectiveC,
H A DDebugCheckers.cpp38 BugReporter &BR) const {
60 BugReporter &BR) const {
80 BugReporter &BR) const {
100 BugReporter &BR) const {
126 BugReporter &BR) const {
146 BugReporter &BR) const {
175 BugReporter &BR) const {
H A DCheckerDocumentation.cpp183 BugReporter &BR,
191 BugReporter &BR) const {}
312 BugReporter &BR) const {}
182 checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) const argument
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DShortNumberUtilTest.java60 assertTrue(shortUtil.connectsToEmergencyNumber("911", RegionCode.BR));
61 assertTrue(shortUtil.connectsToEmergencyNumber("190", RegionCode.BR));
62 assertFalse(shortUtil.connectsToEmergencyNumber("999", RegionCode.BR));
67 assertFalse(shortUtil.connectsToEmergencyNumber("9111", RegionCode.BR));
68 assertFalse(shortUtil.connectsToEmergencyNumber("1900", RegionCode.BR));
69 assertFalse(shortUtil.connectsToEmergencyNumber("9996", RegionCode.BR));
116 assertTrue(shortUtil.isEmergencyNumber("911", RegionCode.BR));
117 assertTrue(shortUtil.isEmergencyNumber("190", RegionCode.BR));
118 assertFalse(shortUtil.isEmergencyNumber("999", RegionCode.BR));
122 assertFalse(shortUtil.isEmergencyNumber("9111", RegionCode.BR));
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h64 BugReport &BR) = 0;
73 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR);
80 BugReport &BR);
111 static void registerStatementVarDecls(BugReport &BR, const Stmt *S,
126 BugReport &BR) override;
155 BugReport &BR) override;
177 BugReport &BR) override;
200 BugReport &BR) override;
205 BugReport &BR);
267 BugReport &BR) overrid
[all...]
/external/libunwind/src/ia64/
H A Dgetcontext.S29 #define BR(n) (SC_BR + (n)*8) define
86 .mem.offset 8,0; st8.spill [r3] = r7, (BR(0) - GR(7)) // M3, bank 0
90 st8.spill [r2] = r6, (BR(1) - GR(6)) // M2, bank 1
91 st8 [r3] = rB0, (BR(4) - BR(0)) // M3, bank 1
96 st8 [r2] = rB1, (BR(2) - BR(1)) // M3, bank 0
100 st8 [r2] = rB2, (BR(3) - BR(2)) // M2, bank 1
101 st8 [r3] = rB4, (SC_LC - BR(
[all...]
/external/libyuv/files/source/
H A Drow_common.cc989 #define BR (VR * 128 + YGB) macro
997 { BB, BG, BR, 0, 0, 0, 0, 0 },
1005 { BR, BG, BB, 0, 0, 0, 0, 0 },
1012 { BB, BG, BR, 0, 0, 0, 0, 0 },
1018 { BR, BG, BB, 0, 0, 0, 0, 0 },
1031 { BR, BR, BR, BR, BR, B
1050 #undef BR macro
1076 #define BR macro
1137 #undef BR macro
1164 #define BR macro
1225 #undef BR macro
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp105 const ExplodedNode *EndPathNode, BugReport &BR) {
110 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) {
114 const auto &Ranges = BR.getRanges();
119 L, BR.getDescription(), Ranges.begin() == Ranges.end());
168 BugReport &BR,
219 BR.markInteresting(CalleeContext);
220 BR.addVisitor(llvm::make_unique<ReturnVisitor>(CalleeContext,
233 BugReport &BR) {
279 BR.markInteresting(V);
280 ReturnVisitor::addVisitorIfNecessary(N, RetE, BR,
104 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) argument
109 getDefaultEndPath( BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) argument
167 addVisitorIfNecessary(const ExplodedNode *Node, const Stmt *S, BugReport &BR, bool InEnableNullFPSuppression) argument
230 visitNodeInitial(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
329 visitNodeMaybeUnsuppress(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
446 VisitNode(const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) argument
727 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
807 VisitNode(const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) argument
1065 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
1103 registerStatementVarDecls(BugReport &BR, const Stmt *S, bool EnableNullFPSuppression) argument
1148 VisitNode(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
1161 VisitNodeImpl(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
1512 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) argument
1582 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
[all...]

Completed in 851 milliseconds

12345