HomeSort by relevance Sort by last modified time
    Searched defs:BR (Results 1 - 25 of 29) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 38 typedef std::basic_regex<CharT> BR;
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::grep == std::regex_constants::grep), "")
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 26 BugReporter &BR;
30 WalkAST(BugReporter &br, AnalysisDeclContext* ac) : BR(br), AC(ac) {}
65 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC);
66 BR.EmitBasicReport(AC->getDecl(),
83 BugReporter &BR) const {
84 WalkAST walker(BR, mgr.getAnalysisDeclContext(D));
UndefCapturedBlockVarChecker.cpp 39 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S))
40 if (BR->getDecl() == VD)
41 return BR;
46 const DeclRefExpr *BR = FindBlockDeclRefExpr(child, VD);
47 if (BR)
48 return BR;
CStringSyntaxChecker.cpp 34 BugReporter &BR;
84 WalkAST(BugReporter &br, AnalysisDeclContext* ac) :
85 BR(br), AC(ac) {
146 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
161 BR.EmitBasicReport(FD, "Anti-pattern in the argument", "C String API",
182 BugReporter &BR) const {
183 WalkAST walker(BR, Mgr.getAnalysisDeclContext(D));
ObjCContainersASTChecker.cpp 29 BugReporter &BR;
74 WalkAST(BugReporter &br, AnalysisDeclContext* ac)
75 : BR(br), AC(ac), ASTC(AC->getASTContext()),
145 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
146 BR.EmitBasicReport(AC->getDecl(),
166 BugReporter &BR) const {
167 WalkAST walker(BR, Mgr.getAnalysisDeclContext(D));
DirectIvarAssignment.cpp 71 BugReporter &BR;
78 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR), DCtx(InDCtx) {}
97 BugReporter &BR) const;
124 BugReporter &BR) const {
161 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, DCtx);
213 BR.EmitBasicReport(MD,
218 BR.getSourceManager(),
NSErrorChecker.cpp 48 AnalysisManager &mgr, BugReporter &BR) const;
54 BugReporter &BR) const {
77 PathDiagnosticLocation::create(D, BR.getSourceManager());
78 BR.EmitBasicReport(D, "Bad return type when passing NSError**",
96 AnalysisManager &mgr, BugReporter &BR) const;
102 BugReporter &BR) const {
125 PathDiagnosticLocation::create(D, BR.getSourceManager());
126 BR.EmitBasicReport(D, "Bad return type when passing CFErrorRef*",
244 BugReporter &BR = *event.BR;
    [all...]
VirtualCallChecker.cpp 31 BugReporter &BR;
61 WalkAST(BugReporter &br, AnalysisDeclContext *ac)
62 : BR(br),
184 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
190 BR.EmitBasicReport(AC->getDecl(),
200 BR.EmitBasicReport(AC->getDecl(),
217 BugReporter &BR) const {
218 WalkAST walker(BR, mgr.getAnalysisDeclContext(RD));
DeadStoresChecker.cpp 127 BugReporter& BR;
139 BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents,
141 : cfg(cfg), Ctx(ctx), BR(br), AC(ac), Parents(parents),
203 BR.EmitBasicReport(AC->getDecl(), BugType, "Dead store", os.str(), L, R);
221 PathDiagnosticLocation::createBegin(Ex, BR.getSourceManager(), AC);
377 PathDiagnosticLocation::create(V, BR.getSourceManager());
424 BugReporter &BR) const {
440 DeadStoreObs A(cfg, BR.getContext(), BR, AC, pmap, FS.Escaped)
    [all...]
LLVMConventionsChecker.cpp 118 BugReporter &BR;
121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br)
122 : BR(br), DeclWithIssue(declWithIssue) {}
136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR) {
137 StringRefCheckerVisitor walker(D, BR);
181 PathDiagnosticLocation::createBegin(VD, BR.getSourceManager());
182 BR.EmitBasicReport(DeclWithIssue, desc, "LLVM Conventions", desc,
218 BugReporter &BR;
220 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br)
    [all...]
CheckSecuritySyntaxOnly.cpp 52 BugReporter &BR;
61 WalkAST(BugReporter &br, AnalysisDeclContext* ac,
63 : BR(br), AC(ac), II_setid(),
64 CheckRand(isArc4RandomAvailable(BR.getContext())),
283 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
284 BR.EmitBasicReport(AC->getDecl(),
313 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
319 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
320 BR.EmitBasicReport(AC->getDecl()
    [all...]
IvarInvalidationChecker.cpp 212 BugReporter &BR;
220 Mgr (InMgr), BR(InBR), Filter(InFilter) {}
459 BR.getContext()).VisitStmt(D->getBody());
512 BR.getContext()).VisitStmt(D->getBody());
558 PathDiagnosticLocation::createBegin(FirstIvarDecl, BR.getSourceManager());
560 BR.EmitBasicReport(FirstIvarDecl, "Incomplete invalidation",
576 BR.getSourceManager(),
578 BR.EmitBasicReport(MethodD, "Incomplete invalidation",
582 BR.EmitBasicReport(IvarD, "Incomplete invalidation",
585 BR.getSourceManager()))
    [all...]
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 53 BranchInst *BR = dyn_cast<BranchInst>(entryBlock->getTerminator());
54 if (!BR || BR->isUnconditional())
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 31 static final String BR = "BR";
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 91 GRBugReporter BR;
134 BugReporter& getBugReporter() { return BR; }
CallEvent.h 514 const BlockDataRegion *BR = getBlockRegion();
515 if (!BR)
517 return BR->getDecl();
    [all...]
  /external/jpeg/
jcphuff.c 625 unsigned int BR;
663 BR = 0; /* BR = count of buffered bits added now */
680 emit_buffered_bits(entropy, BR_buffer, BR);
682 BR = 0;
692 BR_buffer[BR++] = (char) (temp & 1);
707 emit_buffered_bits(entropy, BR_buffer, BR);
709 BR = 0;
713 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
715 entropy->BE += BR; /* concat my correction bits to older ones *
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcphuff.c 625 unsigned int BR;
663 BR = 0; /* BR = count of buffered bits added now */
680 emit_buffered_bits(entropy, BR_buffer, BR);
682 BR = 0;
692 BR_buffer[BR++] = (char) (temp & 1);
707 emit_buffered_bits(entropy, BR_buffer, BR);
709 BR = 0;
713 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
715 entropy->BE += BR; /* concat my correction bits to older ones *
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 36 BugReporter &BR) {
37 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR);
55 BugReporter &BR) {
56 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR);
72 BugReporter &BR) {
73 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR);
218 BugReporter &BR, ExprEngine &Eng) {
219 ((const CHECKER *)checker)->checkEndAnalysis(G, BR, Eng);
501 BugReporter *BR;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 533 GRBugReporter &BR;
535 BugReporterContext(GRBugReporter& br) : BR(br) {}
539 GRBugReporter& getBugReporter() { return BR; }
541 ExplodedGraph &getGraph() { return BR.getGraph(); }
544 return BR.getStateManager();
552 return BR.getContext();
556 return BR.getSourceManager();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 425 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion();
426 assert(BR && "If we have the block definition we should have its region");
430 BR);
    [all...]
MemRegion.cpp 737 const BlockDataRegion *BR =
741 I = BR->referenced_vars_begin(),
742 E = BR->referenced_vars_end(); I != E; ++I) {
    [all...]
  /external/libyuv/files/source/
row_common.cc 439 #define BR UR * 128 + VR * 128
455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
838 uint32 br = src_argb1[2]; local
841 dst_argb[2] = BLEND(fr, br, a);
850 br = src_argb1[4 + 2];
853 dst_argb[4 + 2] = BLEND(fr, br, a);
867 uint32 br = src_argb1[2]; local
870 dst_argb[2] = BLEND(fr, br, a);
    [all...]
row_posix.cc     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 421 /// last parameter, also switches branch target with BR if the need arise
429 SDNode *BR = 0;
440 // Get the target from BR if we don't negate the condition
441 BR = findUser(BRCOND, ISD::BR);
442 Target = BR->getOperand(1);
464 if (BR) {
467 BR->getOperand(0),
470 DAG.MorphNodeTo(BR, ISD::BR, BR->getVTList(), Ops, 2)
    [all...]

Completed in 406 milliseconds

1 2