Searched defs:CheckName (Results 1 – 7 of 7) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 142 explicit CheckName(StringRef Name) : Name(Name) {} in CheckName() function 145 CheckName() {} in CheckName() function 146 CheckName(const CheckName &Other) : Name(Other.Name) {} in CheckName() function
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 532 CheckName CheckName, const ObjCIvarDecl *FirstIvarDecl, in reportNoInvalidationMethod() argument
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | PathDiagnostic.h | 714 std::string CheckName; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | PathDiagnostic.cpp | 110 PathDiagnostic::PathDiagnostic(StringRef CheckName, const Decl *declWithIssue, in PathDiagnostic()
|
H A D | BugReporter.cpp | 3463 CheckName CheckName, in EmitBasicReport() argument 3478 BugType *BugReporter::getBugTypeForName(CheckName CheckName, StringRef name, in getBugTypeForName() argument
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2235 StringRef CheckName, in emitCheckHandlerCall() 2268 StringRef CheckName, ArrayRef<llvm::Constant *> StaticArgs, in EmitCheck()
|
H A D | CGExprScalar.cpp | 894 StringRef CheckName; in EmitBinOpCheck() local
|