Searched defs:VoidPtr (Results 1 – 15 of 15) sorted by relevance
36 union VoidPtr { union
35 union VoidPtr { union
24 public class VoidPtr extends RSBaseCompute { class
28 typedef void *VoidPtr; typedef
53 using VoidPtr = std::experimental::observer_ptr<void>; in test() typedef
104 Type *VoidPtr = Type::getInt8PtrTy(F.getContext()); in GetFrameMap() local
109 Type *VoidPtr = Type::getInt8PtrTy(F.getContext()); in GetFrameMap() local
201 Type *VoidPtr = Type::getInt8PtrTy(F.getContext()); in GetFrameMap() local
557 TEST_F(RawPtrTest, VoidPtr) { in TEST_F() argument
2348 QualType VoidPtr = Context.getPointerType(Context.VoidTy); in DeclareGlobalNewDelete() local