Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3782 PointerType *PointerTypeVar = Type::getInt8PtrTy(M.getContext()); in createOMPInteropInit() local
3783 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropInit()
3809 PointerType *PointerTypeVar = Type::getInt8PtrTy(M.getContext()); in createOMPInteropDestroy() local
3810 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropDestroy()
3837 PointerType *PointerTypeVar = Type::getInt8PtrTy(M.getContext()); in createOMPInteropUse() local
3838 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropUse()