Searched refs:ErrorKind (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_errormgr.h | 45 ErrorKind; typedef 60 ErrorKind VG_(get_error_kind) ( const Error* err ); 81 extern void VG_(maybe_record_error) ( ThreadId tid, ErrorKind ekind, 91 extern Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NullabilityChecker.cpp | 82 enum class ErrorKind : int { enum 172 void reportBugIfPreconditionHolds(ErrorKind Error, ExplodedNode *N, 177 void reportBug(ErrorKind Error, ExplodedNode *N, const MemRegion *Region, in reportBug() 189 if (Error == ErrorKind::NilAssignedToNonnull || in reportBug() 190 Error == ErrorKind::NilPassedToNonnull || in reportBug() 191 Error == ErrorKind::NilReturnedToNonnull) in reportBug() 392 ErrorKind Error, ExplodedNode *N, const MemRegion *Region, in reportBugIfPreconditionHolds() 457 reportBug(ErrorKind::NullableDereferenced, Event.SinkNode, Region, BR); in checkEvent() 459 reportBug(ErrorKind::NullablePassedToNonnull, Event.SinkNode, Region, BR); in checkEvent() 505 reportBugIfPreconditionHolds(ErrorKind::NilReturnedToNonnull, N, nullptr, C, in checkPreStmt() [all …]
|
D | RetainCountChecker.cpp | 2659 RefVal::Kind ErrorKind, SymbolRef Sym, 3297 RefVal::Kind ErrorKind, in processNonLeakError() argument 3315 switch (ErrorKind) { in processNonLeakError()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 73 const char *ErrorKind = ConvertTypeToString(Type); in MaybeReportErrorSummary() local 82 ReportErrorSummary(ErrorKind, AI); in MaybeReportErrorSummary() 88 ReportErrorSummary(ErrorKind, AI); in MaybeReportErrorSummary() 91 ReportErrorSummary(ErrorKind); in MaybeReportErrorSummary()
|
/external/valgrind/coregrind/ |
D | m_errormgr.c | 141 ErrorKind ekind; // Used by ALL. Must be in the range (0..) 153 ErrorKind VG_(get_error_kind) ( const Error* err ) in VG_() 640 void construct_error ( Error* err, ThreadId tid, ErrorKind ekind, Addr a, in construct_error() 675 ErrorKind ekind, Addr a, in VG_() 856 Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind, Addr a, const HChar* s, in VG_()
|
/external/valgrind/exp-sgcheck/ |
D | pc_common.c | 751 ErrorKind ekind = VG_(get_error_kind)(err); in pc_error_matches_suppression() 782 ErrorKind ekind = VG_(get_error_kind )(err); in pc_get_extra_suppression_info()
|
/external/valgrind/memcheck/ |
D | mc_errors.c | 1397 ErrorKind ekind = VG_(get_error_kind )(err); in MC_() 1525 ErrorKind ekind = VG_(get_error_kind )(err); in MC_()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11682 unsigned ErrorKind; in CheckOverloadedOperatorDeclaration() local 11684 ErrorKind = 2; // 2 -> unary or binary. in CheckOverloadedOperatorDeclaration() 11686 ErrorKind = 0; // 0 -> unary in CheckOverloadedOperatorDeclaration() 11690 ErrorKind = 1; // 1 -> binary in CheckOverloadedOperatorDeclaration() 11694 << FnDecl->getDeclName() << NumParams << ErrorKind; in CheckOverloadedOperatorDeclaration()
|