HomeSort by relevance Sort by last modified time
    Searched defs:VG_ (Results 1 - 3 of 3) sorted by null

  /external/valgrind/include/
pub_tool_basics_asm.h 44 // VG_/ML_ in both asm and C files.
52 # define VG_(str) VGAPPEND( vgPlain_, str)
55 # define VG_(str) VGAPPEND(_vgPlain_, str)
pub_tool_basics.h 60 // VG_ is for symbols exported from modules. ML_ (module-local) is
65 // Likewise it is a mistake for a VG_ name to appear in a priv_*.h
70 #define VG_(str) VGAPPEND(vgPlain_, str)
129 /* ThreadIds are simply indices into the VG_(threads)[] array. */
404 /* We use a prefix vg_ for vg_alignof as its behaviour slightly
488 #define STATIC_ASSERT(x) extern int VG_(VG_(VG_(unused)))[(x) ? 1 : -1] \
  /external/valgrind/exp-sgcheck/tests/
bad_percentify.c 25 #define VG_(_str) VG_##_str
32 VG_(debugLog_vprintf) (
47 OutputSink VG_(log_output_sink) = { 2, False }; /* 2 = stderr */
89 ret = VG_(debugLog_vprintf)
113 UInt VG_(vprintf) ( const HChar *format, va_list vargs )
115 return vprintf_WRK( &VG_(log_output_sink), format, vargs );
119 UInt VG_(printf) ( const HChar *format, ... )
124 ret = VG_(vprintf)(format, vargs);
337 VG_(debugLog_vprintf) (
    [all...]

Completed in 183 milliseconds