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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 104 Bool isPtr;
tytypes.c 133 te->Te.TyPorR.isPtr ? 'P' : 'R',
242 VG_(printf)("%s", ent->Te.TyPorR.isPtr ? "*" : "&");
511 r = Bool__cmp(te1->Te.TyPorR.isPtr, te2->Te.TyPorR.isPtr);
readdwarf3.c     [all...]
  /frameworks/native/opengl/libs/EGL/
trace.cpp 238 bool isPtr = type[strlen(type)-1] == '*'
240 if (isPtr) {

Completed in 520 milliseconds