Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h344 llvm::Type *getIdentTyPointerTy();
H A DCGOpenMPRuntime.cpp1544 llvm::Type *CGOpenMPRuntime::getIdentTyPointerTy() { in getIdentTyPointerTy() function in CGOpenMPRuntime
1569 getIdentTyPointerTy(), // loc in createForStaticInitFunction()
1593 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc in createDispatchInitFunction()
1615 getIdentTyPointerTy(), // loc in createDispatchFiniFunction()
1634 getIdentTyPointerTy(), // loc in createDispatchNextFunction()
H A DCGOpenMPRuntimeGPU.cpp2167 cast<llvm::PointerType>(getIdentTyPointerTy())), in syncCTAThreads()