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

  /external/clang/lib/Driver/
SanitizerArgs.h 41 NotAllowedWithTrap = Vptr
64 bool sanitizesVptr() const { return Kind & Vptr; }
163 /// "-fsanitize=thread,vptr -faddress-sanitizer" with mask \c NeedsUbsanRt
164 /// would produce "-fsanitize=vptr".
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 352 unsigned char* Vptr = planar + planeSize;
353 unsigned char* Uptr = Vptr + planeSize;
358 *Vptr++ = *in++;
  /packages/apps/Gallery2/jni_mosaic/
feature_mos_jni.cpp 352 unsigned char* Vptr = planar + planeSize;
353 unsigned char* Uptr = Vptr + planeSize;
358 *Vptr++ = *in++;
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 352 unsigned char* Vptr = planar + planeSize;
353 unsigned char* Uptr = Vptr + planeSize;
358 *Vptr++ = *in++;
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 39 CGM.getSanOpts().Vptr),
    [all...]
CGExpr.cpp 509 // communicate the addresses to the runtime handler for the vptr check.
575 // If possible, check that the vptr indicates that there is a subobject of
584 if (SanOpts->Vptr &&
599 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
622 // hard work of checking whether the vptr is for an object of the right
    [all...]

Completed in 2257 milliseconds