Searched refs:getVoidPtr (Results 1 – 3 of 3) sorted by relevance
64 consteval void *getVoidPtr() { in getVoidPtr() function67 template <typename T, T *i = getVoidPtr()>
157 void *getVoidPtr(void);161 (*((int *)(&x))) = (int)getVoidPtr(); in testCastVoidPtrToIntPtrThroughIntTypedAssignment()175 (*((int *)(&x))) = (int)(unsigned *)getVoidPtr(); in testCastVoidPtrToIntPtrThroughUIntTypedAssignment()
126 void *P = is<N>() ? getVoidPtr() : nullptr; in get()134 getVoidPtr()); in cast()195 void *getVoidPtr() const { in getVoidPtr() function