HomeSort by relevance Sort by last modified time
    Searched refs:ErrorKind (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/include/
pub_tool_errormgr.h 45 ErrorKind;
60 ErrorKind VG_(get_error_kind) ( Error* err );
75 extern void VG_(maybe_record_error) ( ThreadId tid, ErrorKind ekind,
85 extern Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind,
  /external/valgrind/main/coregrind/
m_errormgr.c 140 ErrorKind ekind; // Used by ALL. Must be in the range (0..)
152 ErrorKind VG_(get_error_kind) ( Error* err )
634 void construct_error ( Error* err, ThreadId tid, ErrorKind ekind, Addr a,
669 ErrorKind ekind, Addr a, const HChar* s, void* extra )
841 Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind, Addr a, const HChar* s,
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.c 752 ErrorKind ekind = VG_(get_error_kind)(err);
783 ErrorKind ekind = VG_(get_error_kind )(err);
  /external/valgrind/main/memcheck/
mc_errors.c     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 404 milliseconds