Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h81 llvm::PointerType *getGenericVoidPointerType();
H A DCGOpenCLRuntime.cpp119 llvm::PointerType *CGOpenCLRuntime::getGenericVoidPointerType() { in getGenericVoidPointerType() function in CGOpenCLRuntime
H A DCGBlocks.cpp467 .getGenericVoidPointerType()); /* invoke function */ in initializeForBlockHeader()
928 IsOpenCL ? CGM.getOpenCLRuntime().getGenericVoidPointerType() : VoidPtrTy; in EmitBlockLiteral()
1237 {IntTy, IntTy, getOpenCLRuntime().getGenericVoidPointerType()}); in getGenericBlockLiteralType()
1294 GenericVoidPtrTy = CGM.getOpenCLRuntime().getGenericVoidPointerType(); in EmitBlockCallExpr()
1589 ? CGM.getOpenCLRuntime().getGenericVoidPointerType() in GenerateBlockFunction()