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.cpp6238 PointerType *PointerTypeVar = PointerType::getUnqual(M.getContext()); in createOMPInteropInit() local
6239 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropInit()
6265 PointerType *PointerTypeVar = PointerType::getUnqual(M.getContext()); in createOMPInteropDestroy() local
6266 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropDestroy()
6293 PointerType *PointerTypeVar = PointerType::getUnqual(M.getContext()); in createOMPInteropUse() local
6294 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropUse()