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

  /ndk/tests/device/test-stlport_shared-exception/jni/
vtable2.cpp 136 #define CMP_VPTR(A, B) (*(void **)(A) == *(void **)(B))
145 #define CMP_VPTR(A, B) (*(A) == (ptrdiff_t)(B))
175 if (! CMP_VPTR (vtbl, &S3_s3))
178 if (! CMP_VPTR (vtbl, &S4_s1))
  /ndk/tests/device/test-stlport_static-exception/jni/
vtable2.cpp 136 #define CMP_VPTR(A, B) (*(void **)(A) == *(void **)(B))
145 #define CMP_VPTR(A, B) (*(A) == (ptrdiff_t)(B))
175 if (! CMP_VPTR (vtbl, &S3_s3))
178 if (! CMP_VPTR (vtbl, &S4_s1))

Completed in 36 milliseconds