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

12

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp46 const DeclRefExpr *BR = FindBlockDeclRefExpr(child, VD); local
H A DCheckSizeofPointer.cpp26 BugReporter &BR; member in class:__anon3343::WalkAST
H A DCheckObjCInstMethSignature.cpp40 CompareReturnTypes(const ObjCMethodDecl *MethDerived, const ObjCMethodDecl *MethAncestor, BugReporter &BR, ASTContext &Ctx, const ObjCImplementationDecl *ID) argument
79 CheckObjCInstMethSignature(const ObjCImplementationDecl *ID, BugReporter& BR) argument
H A DObjCUnusedIVarsChecker.cpp113 checkObjCUnusedIvar(const ObjCImplementationDecl *D, BugReporter &BR) argument
H A DCStringSyntaxChecker.cpp34 BugReporter &BR; member in class:__anon3333::WalkAST
H A DCheckObjCDealloc.cpp100 checkObjCDealloc(const ObjCImplementationDecl *D, const LangOptions& LOpts, BugReporter& BR) argument
H A DObjCContainersASTChecker.cpp29 BugReporter &BR; member in class:__anon3386::WalkAST
H A DVirtualCallChecker.cpp31 BugReporter &BR; member in class:__anon3423::WalkAST
H A DCheckerDocumentation.cpp172 checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) const argument
H A DDirectIvarAssignment.cpp71 BugReporter &BR; member in class:__anon3358::DirectIvarAssignment::MethodCrawler
H A DLLVMConventionsChecker.cpp118 BugReporter &BR; member in class:__anon3368::StringRefCheckerVisitor
136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR) { argument
218 BugReporter &BR; member in class:__anon3369::ASTFieldVisitor
228 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR) { argument
[all...]
H A DMallocOverflowSecurityChecker.cpp199 OutputPossibleOverflows( SmallVectorImpl<MallocOverflowCheck> &PossibleMallocOverflows, const Decl *D, BugReporter &BR, AnalysisManager &mgr) const argument
H A DNSErrorChecker.cpp244 BugReporter &BR = *event.BR; local
[all...]
H A DDeadStoresChecker.cpp128 BugReporter& BR; member in class:__anon3347::DeadStoreObs
H A DIdempotentOperationChecker.cpp345 checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) const argument
H A DCheckSecuritySyntaxOnly.cpp52 BugReporter &BR; member in class:__anon3340::WalkAST
[all...]
H A DIvarInvalidationChecker.cpp212 BugReporter &BR; member in class:__anon3366::IvarInvalidationCheckerImpl
[all...]
/freebsd-10.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-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp53 BranchInst *BR = dyn_cast<BranchInst>(entryBlock->getTerminator()); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h264 VisitNode(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h91 GRBugReporter BR; member in class:clang::ento::ExprEngine
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp272 SDNode *BR = 0; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h37 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); local
501 BugReporter *BR; member in struct:clang::ento::ImplicitNullDerefEvent
35 _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
54 _checkBody(void *checker, const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
69 _checkEndOfTranslationUnit(void *checker, const TranslationUnitDecl *TU, AnalysisManager& mgr, BugReporter &BR) argument
217 _checkEndAnalysis(void *checker, ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp451 void VisitBlockExpr(BlockExpr *BR) { argument

Completed in 230 milliseconds

12