Searched refs:ErrorKind (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTImportError.h | 24 enum ErrorKind { enum 30 ErrorKind Error; 40 ASTImportError(ErrorKind Error) : Error(Error) {} in ASTImportError()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 70 enum class ErrorKind : int { enum 162 void reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error, CheckKind CK, 168 void reportBug(StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N, in reportBug() 179 if (Error == ErrorKind::NilAssignedToNonnull || in reportBug() 180 Error == ErrorKind::NilPassedToNonnull || in reportBug() 181 Error == ErrorKind::NilReturnedToNonnull) in reportBug() 474 StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N, in reportBugIfInvariantHolds() 551 ErrorKind::NullableDereferenced, CK_NullableDereferenced, in checkEvent() 556 ErrorKind::NullablePassedToNonnull, CK_NullableDereferenced, in checkEvent() 684 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilReturnedToNonnull, in checkPreStmt() [all …]
|
| H A D | StreamChecker.cpp | 334 const StreamErrorState &ErrorKind) const; 338 const StreamErrorState &ErrorKind) const; 962 const StreamErrorState &ErrorKind) const { in evalFeofFerror() 978 if (SS->ErrorState & ErrorKind) { in evalFeofFerror() 984 StreamSym, StreamState::getOpened(Desc, ErrorKind, in evalFeofFerror() 986 !ErrorKind.isFEof()))); in evalFeofFerror() 988 if (StreamErrorState NewES = SS->ErrorState & (~ErrorKind)) { in evalFeofFerror() 1017 const StreamErrorState &ErrorKind) const { in evalSetFeofFerror() 1024 StreamSym, StreamState::getOpened(SS->LastOperation, ErrorKind)); in evalSetFeofFerror()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 83 const char *ErrorKind = ConvertTypeToString(Type); in MaybeReportErrorSummary() local 92 ReportErrorSummary(ErrorKind, AI, GetSanititizerToolName()); in MaybeReportErrorSummary() 98 ReportErrorSummary(ErrorKind, AI, GetSanititizerToolName()); in MaybeReportErrorSummary() 101 ReportErrorSummary(ErrorKind, GetSanititizerToolName()); in MaybeReportErrorSummary()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 338 const RefCountBug &errorKindToBugKind(RefVal::Kind ErrorKind, 342 RefVal::Kind ErrorKind, SymbolRef Sym,
|
| H A D | RetainCountChecker.cpp | 844 RetainCountChecker::errorKindToBugKind(RefVal::Kind ErrorKind, in errorKindToBugKind() argument 846 switch (ErrorKind) { in errorKindToBugKind() 862 RefVal::Kind ErrorKind, in processNonLeakError() argument 880 errorKindToBugKind(ErrorKind, Sym), in processNonLeakError()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_errors.h | 439 enum ErrorKind { enum 445 ErrorKind kind;
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16051 unsigned ErrorKind; in CheckOverloadedOperatorDeclaration() local 16053 ErrorKind = 2; // 2 -> unary or binary. in CheckOverloadedOperatorDeclaration() 16055 ErrorKind = 0; // 0 -> unary in CheckOverloadedOperatorDeclaration() 16059 ErrorKind = 1; // 1 -> binary in CheckOverloadedOperatorDeclaration() 16062 << FnDecl->getDeclName() << NumParams << ErrorKind; in CheckOverloadedOperatorDeclaration()
|