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 42 NotAllowedWithTrap = Vptr,
70 bool sanitizesVptr() const { return Kind & Vptr; }
185 /// "-fsanitize=thread,vptr -faddress-sanitizer" with mask \c NeedsUbsanRt
186 /// 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/Camera2/jni/
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 40 CGM.getSanOpts().Vptr),
    [all...]
CGExpr.cpp 449 // communicate the addresses to the runtime handler for the vptr check.
515 // If possible, check that the vptr indicates that there is a subobject of
524 if (SanOpts->Vptr &&
539 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
562 // hard work of checking whether the vptr is for an object of the right
    [all...]

Completed in 297 milliseconds