Searched defs:SizeT (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h66 typedef unsigned long SizeT; typedef
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c142 typedef UWord SizeT; typedef
170 SizeT img_szB;
177 SizeT macho_img_szB;
182 Bool is_macho_object_file( const void* buf, SizeT szB )
240 { SizeT size;
/external/lzma/C/
H A DTypes.h90 typedef UInt32 SizeT; typedef
92 typedef size_t SizeT; typedef
/external/valgrind/cachegrind/
H A Dcg_merge.c52 typedef size_t SizeT; typedef
64 void* (*alloc_nofail)( SizeT ),
69 WordFM* newFM( void* (*alloc_nofail)( SizeT ),
998 void* (*alloc_nofail)( SizeT );
1347 void*(alloc_nofail)(SizeT) )
1398 void* (*alloc_nofail)( SizeT ),
1410 WordFM* newFM( void* (*alloc_nofail)( SizeT ),
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2107 QualType SizeT = Context.getSizeType(); local
2112 VoidPtr, SizeT, QualType(), AssumeSaneOperatorNew);
2115 VoidPtr, SizeT, QualType(), AssumeSaneOperatorNew);

Completed in 246 milliseconds