Searched defs:BR (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp26 BugReporter &BR; member in class:__anon4145::WalkAST
H A DObjCUnusedIVarsChecker.cpp107 checkObjCUnusedIvar(const ObjCImplementationDecl *D, BugReporter &BR, const CheckerBase *Checker) argument
H A DCheckObjCDealloc.cpp79 checkObjCDealloc(const CheckerBase *Checker, const ObjCImplementationDecl *D, const LangOptions &LOpts, BugReporter &BR) argument
H A DCheckObjCInstMethSignature.cpp40 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 DCStringSyntaxChecker.cpp35 BugReporter &BR; member in class:__anon4135::WalkAST
H A DDirectIvarAssignment.cpp64 BugReporter &BR; member in class:__anon4162::DirectIvarAssignment::MethodCrawler
H A DDynamicTypeChecker.cpp94 VisitNode( const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
H A DObjCContainersASTChecker.cpp29 BugReporter &BR; member in class:__anon4194::WalkAST
H A DTestAfterDivZeroChecker.cpp97 VisitNode(const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) argument
H A DVirtualCallChecker.cpp32 BugReporter &BR; member in class:__anon4233::WalkAST
H A DCheckerDocumentation.cpp182 checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) const argument
H A DLLVMConventionsChecker.cpp119 BugReporter &BR; member in class:__anon4173::StringRefCheckerVisitor
138 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, argument
219 BugReporter &BR; member in class:__anon4174::ASTFieldVisitor
232 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, argument
[all...]
H A DMallocOverflowSecurityChecker.cpp267 OutputPossibleOverflows( SmallVectorImpl<MallocOverflowCheck> &PossibleMallocOverflows, const Decl *D, BugReporter &BR, AnalysisManager &mgr) const argument
H A DNSErrorChecker.cpp246 BugReporter &BR = *event.BR; local
[all...]
H A DPaddingChecker.cpp37 mutable BugReporter *BR; member in class:__anon4201::PaddingChecker
H A DDeadStoresChecker.cpp126 BugReporter& BR; member in class:__anon4149::DeadStoreObs
H A DIdenticalExprChecker.cpp38 BugReporter &BR; member in class:__anon4169::FindIdenticalExprVisitor
[all...]
H A DCheckSecuritySyntaxOnly.cpp63 BugReporter &BR; member in class:__anon4142::WalkAST
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp54 BranchInst *BR = dyn_cast<BranchInst>(entryBlock->getTerminator()); local
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dia64-opc-b.c81 #define BR(a,b) \ macro
89 #undef BR macro
91 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY macro
190 #undef BR macro
246 #define BR macro
254 #undef BR macro
256 #define BR macro
308 #undef BR macro
311 #define BR macro
362 #undef BR macro
363 #define BR macro
439 #undef BR macro
[all...]
H A Dmips16-opc.c35 #define BR MIPS16_INSN_BRANCH macro
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h90 GRBugReporter BR; member in class:clang::ento::ExprEngine
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h528 GRBugReporter &BR; member in class:clang::ento::BugReporterContext
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); local
531 BugReporter *BR; member in struct:clang::ento::ImplicitNullDerefEvent
31 _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
50 _checkBody(void *checker, const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
65 _checkEndOfTranslationUnit(void *checker, const TranslationUnitDecl *TU, AnalysisManager& mgr, BugReporter &BR) argument
228 _checkEndAnalysis(void *checker, ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp507 void VisitBlockExpr(BlockExpr *BR) { argument

Completed in 92 milliseconds

12