HomeSort by relevance Sort by last modified time
    Searched full:sizeoftype (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 198 QualType SizeofType = SFinder.Sizeofs[0]->getTypeOfArgument();
200 if (typesCompatible(BR.getContext(), PointeeType, SizeofType))
205 if (compatibleWithArrayType(BR.getContext(), PointeeType, SizeofType))
227 << "sizeof operand type '" << SizeofType.getAsString() << "'";
  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 13 static int badsize(size_t sizeoftype, size_t hardcodetype)
15 return sizeoftype != hardcodetype;
  /libcore/luni/src/main/java/java/nio/
Buffer.java 157 void checkIndex(int index, int sizeOfType) {
158 if (index < 0 || index > limit - sizeOfType) {
160 ", size of type=" + sizeOfType);
  /external/oprofile/libpopt/
popt.c 560 /*@-sizeoftype@*/
574 /*@=sizeoftype@*/
637 /*@-sizeoftype@*/
642 /*@=sizeoftype@*/
738 /*@-sizeoftype@*/
743 /*@=sizeoftype@*/
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 669 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
683 return ML_(sizeOfType)( tyents, ent->Te.TyQual.typeR );
690 return ML_(sizeOfType)( tyents, ent->Te.TyTyDef.typeR );
709 eszB = ML_(sizeOfType)( tyents, ent->Te.TyArray.typeR );
728 VG_(printf)("ML_(sizeOfType): unhandled: ");
822 mul = ML_(sizeOfType)( tyents, field->Te.Field.typeR );
884 mul = ML_(sizeOfType)( tyents, ty->Te.TyArray.typeR );
priv_tytypes.h 176 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
debuginfo.c     [all...]
storage.c     [all...]
readdwarf3.c 72 ML_(sizeOfType): differentiate between zero sized types and types
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 805 milliseconds