Home
last modified time | relevance | path

Searched refs:VoidPtr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def46 __OMP_PTR_TYPE(VoidPtr, Int8)
47 __OMP_PTR_TYPE(VoidPtrPtr, VoidPtr)
103 __OMP_FUNCTION_TYPE(ReduceFunction, false, Void, VoidPtr, VoidPtr)
104 __OMP_FUNCTION_TYPE(CopyFunction, false, Void, VoidPtr, VoidPtr)
105 __OMP_FUNCTION_TYPE(KmpcCtor, false, VoidPtr, VoidPtr)
106 __OMP_FUNCTION_TYPE(KmpcDtor, false, Void, VoidPtr)
107 __OMP_FUNCTION_TYPE(KmpcCopyCtor, false, VoidPtr, VoidPtr, VoidPtr)
109 /* kmp_task_t */ VoidPtr)
110 __OMP_FUNCTION_TYPE(ShuffleReduce, false, Void, VoidPtr, Int16, Int16, Int16)
111 __OMP_FUNCTION_TYPE(InterWarpCopy, false, Void, VoidPtr, Int32)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp108 Type *VoidPtr = Type::getInt8PtrTy(F.getContext()); in GetFrameMap() local
117 Metadata.push_back(ConstantExpr::getBitCast(C, VoidPtr)); in GetFrameMap()
130 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)}; in GetFrameMap()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2952 QualType VoidPtr = Context.getPointerType(Context.VoidTy); in DeclareGlobalNewDelete() local
2984 DeclareGlobalAllocationFunctions(OO_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()
2985 DeclareGlobalAllocationFunctions(OO_Array_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()
2986 DeclareGlobalAllocationFunctions(OO_Delete, Context.VoidTy, VoidPtr); in DeclareGlobalNewDelete()
2987 DeclareGlobalAllocationFunctions(OO_Array_Delete, Context.VoidTy, VoidPtr); in DeclareGlobalNewDelete()