Searched refs:ErrorKind (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp82 enum class ErrorKind : int { class in namespace:__anon4192
172 void reportBugIfPreconditionHolds(ErrorKind Error, ExplodedNode *N,
177 void reportBug(ErrorKind Error, ExplodedNode *N, const MemRegion *Region,
189 if (Error == ErrorKind::NilAssignedToNonnull ||
190 Error == ErrorKind::NilPassedToNonnull ||
191 Error == ErrorKind::NilReturnedToNonnull)
392 ErrorKind Error, ExplodedNode *N, const MemRegion *Region,
457 reportBug(ErrorKind::NullableDereferenced, Event.SinkNode, Region, BR);
459 reportBug(ErrorKind::NullablePassedToNonnull, Event.SinkNode, Region, BR);
514 reportBugIfPreconditionHolds(ErrorKind
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc73 const char *ErrorKind = ConvertTypeToString(Type); local
82 ReportErrorSummary(ErrorKind, AI);
88 ReportErrorSummary(ErrorKind, AI);
91 ReportErrorSummary(ErrorKind);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11715 unsigned ErrorKind; local
11717 ErrorKind = 2; // 2 -> unary or binary.
11719 ErrorKind = 0; // 0 -> unary
11723 ErrorKind = 1; // 1 -> binary
11727 << FnDecl->getDeclName() << NumParams << ErrorKind;

Completed in 209 milliseconds