Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4357 PointerType *PointerTypeVar = PointerType::getUnqual(M.getContext()); in createOMPInteropInit() local
4358 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropInit()
4384 PointerType *PointerTypeVar = PointerType::getUnqual(M.getContext()); in createOMPInteropDestroy() local
4385 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropDestroy()
4412 PointerType *PointerTypeVar = PointerType::getUnqual(M.getContext()); in createOMPInteropUse() local
4413 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropUse()