Home
last modified time | relevance | path

Searched defs:BR (Results 1 – 25 of 166) sorted by relevance

1234567

/external/webp/src/utils/
Dbit_reader_utils.h33 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument
37 #define VP8GetValue(BR, N, L) VP8GetValue(BR, N) argument
38 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument
39 #define VP8GetSignedValue(BR, N, L) VP8GetSignedValue(BR, N) argument
40 #define VP8GetBit(BR, P, L) VP8GetBit(BR, P) argument
41 #define VP8GetBitAlt(BR, P, L) VP8GetBitAlt(BR, P) argument
42 #define VP8GetSigned(BR, V, L) VP8GetSigned(BR, V) argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp78 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR) { in LLVMBinaryCopyMemoryBuffer()
85 void LLVMDisposeBinary(LLVMBinaryRef BR) { in LLVMDisposeBinary()
89 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { in LLVMBinaryGetType()
135 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, in LLVMMachOUniversalBinaryCopyObjectForArch()
149 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySectionIterator()
157 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd()
163 LLVMSymbolIteratorRef LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySymbolIterator()
171 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd()
/external/llvm-project/llvm/lib/Object/
DObject.cpp78 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR) { in LLVMBinaryCopyMemoryBuffer()
85 void LLVMDisposeBinary(LLVMBinaryRef BR) { in LLVMDisposeBinary()
89 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { in LLVMBinaryGetType()
135 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, in LLVMMachOUniversalBinaryCopyObjectForArch()
149 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySectionIterator()
157 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd()
163 LLVMSymbolIteratorRef LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySymbolIterator()
171 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSmartPtrModeling.cpp247 ArgVal](PathSensitiveBugReport &BR, in evalCall()
248 llvm::raw_ostream &OS) { in evalCall()
350 llvm::raw_ostream &OS) { in handleReset()
385 llvm::raw_ostream &OS) { in handleRelease()
425 llvm::raw_ostream &OS) { in handleSwap()
486 llvm::raw_ostream &OS) { in handleAssignOp()
523 PathSensitiveBugReport &BR, llvm::raw_ostream &OS) { in updateMovedSmartPointers()
547 llvm::raw_ostream &OS) { in updateMovedSmartPointers()
627 [ThisRegion](PathSensitiveBugReport &BR, llvm::raw_ostream &OS) { in handleBoolConversion()
DUndefCapturedBlockVarChecker.cpp38 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S)) in FindBlockDeclRefExpr() local
44 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD)) in FindBlockDeclRefExpr() local
DCXXSelfAssignmentChecker.cpp56 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
66 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
DRunLoopAutoreleaseLeakChecker.cpp82 BugReporter &BR, in emitDiagnostics()
155 checkTempObjectsInSamePool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInSamePool()
174 checkTempObjectsInNoPool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInNoPool()
DCheckObjCInstMethSignature.cpp41 BugReporter &BR, ASTContext &Ctx, in CompareReturnTypes()
79 BugReporter &BR, in CheckObjCInstMethSignature()
DLLVMConventionsChecker.cpp117 BugReporter &BR; member in __anon32f8670b0111::StringRefCheckerVisitor
136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, in CheckStringRefAssignedTemporary()
217 BugReporter &BR; member in __anon32f8670b0211::ASTFieldVisitor
230 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, in CheckASTMemory()
DDebugContainerModeling.cpp101 [Cont, Field](PathSensitiveBugReport &BR) -> std::string { in analyzerContainerDataField()
138 auto &BR = C.getBugReporter(); in reportDebugMsg() local
DCloneChecker.cpp108 BugReporter &BR, AnalysisManager &Mgr, in reportClones()
129 BugReporter &BR, AnalysisManager &Mgr, in reportSuspiciousClones()
DNumberObjectConversionChecker.cpp53 BugReporter &BR; member in __anonc927ca200111::Callback
58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback()
DFuchsiaHandleChecker.cpp360 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall()
392 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()
406 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()
433 PathSensitiveBugReport &BR) -> std::string { in checkPostCall()
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefCapturedBlockVarChecker.cpp39 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S)) in FindBlockDeclRefExpr() local
45 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD)) in FindBlockDeclRefExpr() local
DCheckObjCInstMethSignature.cpp42 BugReporter &BR, ASTContext &Ctx, in CompareReturnTypes()
80 BugReporter &BR, in CheckObjCInstMethSignature()
DLLVMConventionsChecker.cpp119 BugReporter &BR; member in __anon1960a15d0111::StringRefCheckerVisitor
138 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, in CheckStringRefAssignedTemporary()
219 BugReporter &BR; member in __anon1960a15d0211::ASTFieldVisitor
232 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, in CheckASTMemory()
DObjCSuperDeallocChecker.cpp197 std::unique_ptr<BugReport> BR( in reportUseAfterDealloc() local
255 BugReport &BR) { in VisitNode()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp106 const ExplodedNode *EndPathNode, BugReport &BR) { in getEndPath()
111 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) { in getDefaultEndPath()
169 BugReport &BR, in addVisitorIfNecessary()
234 BugReport &BR) { in visitNodeInitial()
336 BugReport &BR) { in visitNodeMaybeUnsuppress()
389 BugReport &BR) override { in VisitNode()
404 BugReport &BR) override { in getEndPath()
453 BugReport &BR) { in VisitNode()
734 BugReport &BR) { in VisitNode()
814 BugReport &BR) { in VisitNode()
[all …]
/external/libcxx/test/std/re/re.regex/re.regex.const/
Dconstants.pass.cpp39 typedef std::basic_regex<CharT> BR; in test() typedef
/external/llvm-project/libcxx/test/std/re/re.regex/re.regex.const/
Dconstants.pass.cpp38 typedef std::basic_regex<CharT> BR; in test() typedef
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp309 const PathSensitiveBugReport &BR) { in getDefaultEndPath()
544 NoStoreFuncVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BR, in VisitNode()
804 PathSensitiveBugReport &BR) override { in VisitNode()
830 bool EnableNullFPSuppression, PathSensitiveBugReport &BR, in addMacroVisitorIfNecessary()
924 PathSensitiveBugReport &BR, in addVisitorIfNecessary()
1004 PathSensitiveBugReport &BR) { in visitNodeInitial()
1131 PathSensitiveBugReport &BR) { in visitNodeMaybeUnsuppress()
1178 PathSensitiveBugReport &BR) override { in VisitNode()
1192 PathSensitiveBugReport &BR) override { in finalizeVisitor()
1362 PathSensitiveBugReport &BR) { in VisitNode()
[all …]
/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp225 auto GetBaseDesc = [this](const RecordDecl *BD, Record *BR) -> Descriptor * { in getOrCreateRecord()
242 Record *BR = getOrCreateRecord(BD); in getOrCreateRecord() local
254 Record *BR = getOrCreateRecord(BD); in getOrCreateRecord() local
/external/pigweed/pw_bloat/py/pw_bloat/
Dbloat_output.py51 BR = '+' variable in AsciiCharset
67 BR = '┘' variable in LineCharset
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DChecker.h32 BugReporter &BR) { in _checkDecl()
51 BugReporter &BR) { in _checkBody()
68 BugReporter &BR) { in _checkEndOfTranslationUnit()
229 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
557 BugReporter *BR; member
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h32 BugReporter &BR) { in _checkDecl()
51 BugReporter &BR) { in _checkBody()
68 BugReporter &BR) { in _checkEndOfTranslationUnit()
229 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
545 BugReporter *BR; member

1234567