Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5912 PointerType *PointerTypeVar = PointerType::getUnqual(M.getContext()); in createOMPInteropInit() local
5913 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropInit()
5939 PointerType *PointerTypeVar = PointerType::getUnqual(M.getContext()); in createOMPInteropDestroy() local
5940 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropDestroy()
5967 PointerType *PointerTypeVar = PointerType::getUnqual(M.getContext()); in createOMPInteropUse() local
5968 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropUse()