HomeSort by: relevance | last modified time | path
    Searched refs:ErrorKind (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 70 enum class ErrorKind : int {
160 void reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error, CheckKind CK,
166 void reportBug(StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N,
177 if (Error == ErrorKind::NilAssignedToNonnull ||
178 Error == ErrorKind::NilPassedToNonnull ||
179 Error == ErrorKind::NilReturnedToNonnull)
438 StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N,
502 ErrorKind::NullableDereferenced, CK_NullableDereferenced,
507 ErrorKind::NullablePassedToNonnull, CK_NullableDereferenced,
635 reportBugIfInvariantHolds(OS.str(), ErrorKind::NilReturnedToNonnull
    [all...]
StreamChecker.cpp 299 const StreamErrorState &ErrorKind) const;
303 const StreamErrorState &ErrorKind) const;
751 const StreamErrorState &ErrorKind) const {
767 if (SS->ErrorState & ErrorKind) {
768 // Execution path with error of ErrorKind.
773 StreamSym, StreamState::getOpened(Desc, ErrorKind,
775 !ErrorKind.isFEof())));
777 if (StreamErrorState NewES = SS->ErrorState & (~ErrorKind)) {
778 // Execution path(s) with ErrorKind not set.
780 // New error state is everything before minus ErrorKind
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTImporter.h 55 enum ErrorKind {
61 ErrorKind Error;
71 ImportError(ErrorKind Error) : Error(Error) { }
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 78 const char *ErrorKind = ConvertTypeToString(Type);
87 ReportErrorSummary(ErrorKind, AI, GetSanititizerToolName());
93 ReportErrorSummary(ErrorKind, AI, GetSanititizerToolName());
96 ReportErrorSummary(ErrorKind, GetSanititizerToolName());
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp 85 const char *ErrorKind = ConvertTypeToString(Type);
94 ReportErrorSummary(ErrorKind, AI, GetSanititizerToolName());
100 ReportErrorSummary(ErrorKind, AI, GetSanititizerToolName());
103 ReportErrorSummary(ErrorKind, GetSanititizerToolName());
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp 83 const char *ErrorKind = ConvertTypeToString(Type);
92 ReportErrorSummary(ErrorKind, AI, GetSanititizerToolName());
98 ReportErrorSummary(ErrorKind, AI, GetSanititizerToolName());
101 ReportErrorSummary(ErrorKind, GetSanititizerToolName());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.h 338 const RefCountBug &errorKindToBugKind(RefVal::Kind ErrorKind,
342 RefVal::Kind ErrorKind, SymbolRef Sym,
RetainCountChecker.cpp 843 RetainCountChecker::errorKindToBugKind(RefVal::Kind ErrorKind,
845 switch (ErrorKind) {
861 RefVal::Kind ErrorKind,
879 errorKindToBugKind(ErrorKind, Sym),
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.h 398 enum ErrorKind {
404 ErrorKind kind;
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_errors.h 416 enum ErrorKind {
422 ErrorKind kind;
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_errors.h 439 enum ErrorKind {
445 ErrorKind kind;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 15563 unsigned ErrorKind;
15565 ErrorKind = 2; // 2 -> unary or binary.
15567 ErrorKind = 0; // 0 -> unary
15571 ErrorKind = 1; // 1 -> binary
15575 << FnDecl->getDeclName() << NumParams << ErrorKind;

Completed in 63 milliseconds