Searched defs:VG_ (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_basics_asm.h44 // VG_/ML_ in both asm and C files.
52 # define VG_(str) VGAPPEND( vgPlain_, str) macro
55 # define VG_(str) VGAPPEND(_vgPlain_, str) macro
H A Dpub_tool_basics.h60 // 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) macro
129 /* ThreadIds are simply indices into the VG_(threads)[] array. */
373 #define STATIC_ASSERT(x) extern int VG_(VG_(VG_(unused)))[(x) ? 1 : -1] \
/external/valgrind/exp-sgcheck/tests/
H A Dbad_percentify.c25 #define VG_(_str) VG_##_str macro
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_vprint
[all...]
/external/valgrind/VEX/useful/
H A Dtest_main.c477 #define VG_(xxxx) xxxx macro
704 VG_(tool_panic)("memcheck:shadowType");
718 default: VG_(tool_panic)("memcheck:definedOfType");
831 VG_(printf)("\n"); ppIRType(vty); VG_(printf)("\n");
832 VG_(tool_panic)("memcheck:mkUifU");
1004 VG_(tool_panic)("mkPCastTo(1)");
1025 VG_(tool_panic)("mkPCastTo(2)");
1161 VG_(tool_panic)("memcheck:isAlwaysDefd:partial overlap");
1322 if (0) VG_(print
[all...]

Completed in 233 milliseconds