Home
last modified time | relevance | path

Searched refs:getPointerType (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DWinPointerEvents.cpp22 WinPointerEvents::GetPointerTypePtr WinPointerEvents::getPointerType = nullptr; member in WinPointerEvents
36 if (getPointerType) { in InitLibrary()
43 getPointerType = in InitLibrary()
51 if (!getPointerType || !getPointerInfo || !getPointerPenInfo) { in InitLibrary()
53 getPointerType = nullptr; in InitLibrary()
82 if (!getPointerType) { in GetPointerType()
85 return getPointerType(aPointerId, aPointerType); in GetPointerType()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DWinPointerEvents.cpp22 WinPointerEvents::GetPointerTypePtr WinPointerEvents::getPointerType = nullptr; member in WinPointerEvents
36 if (getPointerType) { in InitLibrary()
43 getPointerType = in InitLibrary()
51 if (!getPointerType || !getPointerInfo || !getPointerPenInfo) { in InitLibrary()
53 getPointerType = nullptr; in InitLibrary()
82 if (!getPointerType) { in GetPointerType()
85 return getPointerType(aPointerId, aPointerType); in GetPointerType()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DWinPointerEvents.cpp22 WinPointerEvents::GetPointerTypePtr WinPointerEvents::getPointerType = nullptr; member in WinPointerEvents
36 if (getPointerType) { in InitLibrary()
43 getPointerType = in InitLibrary()
51 if (!getPointerType || !getPointerInfo || !getPointerPenInfo) { in InitLibrary()
53 getPointerType = nullptr; in InitLibrary()
82 if (!getPointerType) { in GetPointerType()
85 return getPointerType(aPointerId, aPointerType); in GetPointerType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/GPUToCUDA/
H A DConvertLaunchFuncToCudaCalls.cpp86 LLVM::LLVMType getPointerType() { return llvmPointerType; } in getPointerType() function in __anon7bbe63990111::GpuLaunchFuncToCudaCallsPass
166 getPointerType() /* void *cubin */ in declareCudaFunctions()
179 getPointerType(), /* void *module */ in declareCudaFunctions()
180 getPointerType() /* char *name */ in declareCudaFunctions()
194 getPointerType(), /* void* f */ in declareCudaFunctions()
202 getPointerType(), /* void *hstream */ in declareCudaFunctions()
227 getPointerType(), /* void *ptr */ in declareCudaFunctions()
261 builder.create<LLVM::BitcastOp>(loc, getPointerType(), memLocation); in setupParamsArray()
375 builder.create<LLVM::LoadOp>(loc, getPointerType(), cuModule); in translateGpuLaunchCalls()
388 loc, ArrayRef<Type>{getPointerType()}, in translateGpuLaunchCalls()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DWinPointerEvents.cpp22 WinPointerEvents::GetPointerTypePtr WinPointerEvents::getPointerType = nullptr; member in WinPointerEvents
36 if (getPointerType) { in InitLibrary()
43 getPointerType = in InitLibrary()
51 if (!getPointerType || !getPointerInfo || !getPointerPenInfo) { in InitLibrary()
53 getPointerType = nullptr; in InitLibrary()
82 if (!getPointerType) { in GetPointerType()
85 return getPointerType(aPointerId, aPointerType); in GetPointerType()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DWinPointerEvents.cpp20 WinPointerEvents::GetPointerTypePtr WinPointerEvents::getPointerType = nullptr; member in WinPointerEvents
47 if (getPointerType) { in InitLibrary()
54 getPointerType = in InitLibrary()
62 if (!getPointerType || !getPointerInfo || !getPointerPenInfo) { in InitLibrary()
64 getPointerType = nullptr; in InitLibrary()
93 if (!getPointerType) { in GetPointerType()
96 return getPointerType(aPointerId, aPointerType); in GetPointerType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/GPUCommon/
H A DConvertLaunchFuncToRuntimeCalls.cpp87 LLVM::LLVMType getPointerType() { return llvmPointerType; } in getPointerType() function in __anon5f62feae0111::GpuLaunchFuncToGpuRuntimeCallsPass
175 getPointerType() /* void *cubin */ in declareGpuRuntimeFunctions()
188 getPointerType(), /* void *module */ in declareGpuRuntimeFunctions()
189 getPointerType() /* char *name */ in declareGpuRuntimeFunctions()
203 getPointerType(), /* void* f */ in declareGpuRuntimeFunctions()
211 getPointerType(), /* void *hstream */ in declareGpuRuntimeFunctions()
236 getPointerType(), /* void *ptr */ in declareGpuRuntimeFunctions()
264 builder.create<LLVM::BitcastOp>(loc, getPointerType(), memLocation); in addParamToList()
417 builder.create<LLVM::LoadOp>(loc, getPointerType(), gpuModule); in translateGpuLaunchCalls()
431 loc, ArrayRef<Type>{getPointerType()}, in translateGpuLaunchCalls()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp93 Type getPointerType() { return llvmPointerType; } in getPointerType() function in __anon5d5019310111::VulkanLaunchFuncToVulkanCallsPass
298 {getPointerType(), getPointerType()})); in declareVulkanFunctions()
305 {getPointerType(), getInt64Type(), in declareVulkanFunctions()
314 {getPointerType(), getPointerType(), getInt32Type()})); in declareVulkanFunctions()
320 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
336 {getPointerType(), getInt32Type(), getInt32Type(), in declareVulkanFunctions()
346 loc, kInitVulkan, LLVM::LLVMFunctionType::get(getPointerType(), {})); in declareVulkanFunctions()
352 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
374 loc, TypeRange{getPointerType()}, kInitVulkan); in translateVulkanLaunchCall()
/dports/www/mod_php81/php-8.1.1/ext/ffi/tests/
H A D046.phpt26 var_dump($x->getPointerType()->getKind() === $x::TYPE_VOID);
48 var_dump($x->getPointerType()->getKind() === $x::TYPE_FUNC);
49 var_dump($x->getPointerType()->getFuncReturnType()->getKind() === $x::TYPE_VOID);
50 var_dump($x->getPointerType()->getFuncParameterCount());
51 var_dump($x->getPointerType()->getFuncParameterType(0)->getKind() === $x::TYPE_DOUBLE);
52 var_dump($x->getPointerType()->getFuncParameterType(1)->getKind() === $x::TYPE_SINT32);
/dports/lang/php81/php-8.1.1/ext/ffi/tests/
H A D046.phpt26 var_dump($x->getPointerType()->getKind() === $x::TYPE_VOID);
48 var_dump($x->getPointerType()->getKind() === $x::TYPE_FUNC);
49 var_dump($x->getPointerType()->getFuncReturnType()->getKind() === $x::TYPE_VOID);
50 var_dump($x->getPointerType()->getFuncParameterCount());
51 var_dump($x->getPointerType()->getFuncParameterType(0)->getKind() === $x::TYPE_DOUBLE);
52 var_dump($x->getPointerType()->getFuncParameterType(1)->getKind() === $x::TYPE_SINT32);
/dports/devel/php81-ffi/php-8.1.1/ext/ffi/tests/
H A D046.phpt26 var_dump($x->getPointerType()->getKind() === $x::TYPE_VOID);
48 var_dump($x->getPointerType()->getKind() === $x::TYPE_FUNC);
49 var_dump($x->getPointerType()->getFuncReturnType()->getKind() === $x::TYPE_VOID);
50 var_dump($x->getPointerType()->getFuncParameterCount());
51 var_dump($x->getPointerType()->getFuncParameterType(0)->getKind() === $x::TYPE_DOUBLE);
52 var_dump($x->getPointerType()->getFuncParameterType(1)->getKind() === $x::TYPE_SINT32);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp100 LLVM::LLVMType getPointerType() { return llvmPointerType; } in getPointerType() function in __anon234619e60111::VulkanLaunchFuncToVulkanCallsPass
302 {getPointerType(), getPointerType()}, in declareVulkanFunctions()
311 {getPointerType(), getInt64Type(), getInt64Type(), getInt64Type()}, in declareVulkanFunctions()
319 getVoidType(), {getPointerType(), getPointerType(), getInt32Type()}, in declareVulkanFunctions()
326 LLVM::LLVMType::getFunctionTy(getVoidType(), {getPointerType()}, in declareVulkanFunctions()
343 {getPointerType(), getInt32Type(), getInt32Type(), in declareVulkanFunctions()
354 LLVM::LLVMType::getFunctionTy(getPointerType(), {}, in declareVulkanFunctions()
361 LLVM::LLVMType::getFunctionTy(getVoidType(), {getPointerType()}, in declareVulkanFunctions()
385 loc, ArrayRef<Type>{getPointerType()}, in translateVulkanLaunchCall()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp93 Type getPointerType() { return llvmPointerType; } in getPointerType() function in __anon873f6d100111::VulkanLaunchFuncToVulkanCallsPass
300 {getPointerType(), getPointerType()})); in declareVulkanFunctions()
307 {getPointerType(), getInt64Type(), in declareVulkanFunctions()
316 {getPointerType(), getPointerType(), getInt32Type()})); in declareVulkanFunctions()
322 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
338 {getPointerType(), getInt32Type(), getInt32Type(), in declareVulkanFunctions()
348 loc, kInitVulkan, LLVM::LLVMFunctionType::get(getPointerType(), {})); in declareVulkanFunctions()
354 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
376 loc, TypeRange{getPointerType()}, builder.getSymbolRefAttr(kInitVulkan), in translateVulkanLaunchCall()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp93 Type getPointerType() { return llvmPointerType; } in getPointerType() function in __anonb052dd240111::VulkanLaunchFuncToVulkanCallsPass
300 {getPointerType(), getPointerType()})); in declareVulkanFunctions()
307 {getPointerType(), getInt64Type(), in declareVulkanFunctions()
316 {getPointerType(), getPointerType(), getInt32Type()})); in declareVulkanFunctions()
322 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
338 {getPointerType(), getInt32Type(), getInt32Type(), in declareVulkanFunctions()
348 loc, kInitVulkan, LLVM::LLVMFunctionType::get(getPointerType(), {})); in declareVulkanFunctions()
354 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
376 loc, TypeRange{getPointerType()}, builder.getSymbolRefAttr(kInitVulkan), in translateVulkanLaunchCall()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp93 Type getPointerType() { return llvmPointerType; } in getPointerType() function in __anon716749e60111::VulkanLaunchFuncToVulkanCallsPass
300 {getPointerType(), getPointerType()})); in declareVulkanFunctions()
307 {getPointerType(), getInt64Type(), in declareVulkanFunctions()
316 {getPointerType(), getPointerType(), getInt32Type()})); in declareVulkanFunctions()
322 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
338 {getPointerType(), getInt32Type(), getInt32Type(), in declareVulkanFunctions()
348 loc, kInitVulkan, LLVM::LLVMFunctionType::get(getPointerType(), {})); in declareVulkanFunctions()
354 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
376 loc, TypeRange{getPointerType()}, builder.getSymbolRefAttr(kInitVulkan), in translateVulkanLaunchCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp93 LLVM::LLVMType getPointerType() { return llvmPointerType; } in getPointerType() function in __anon86e0ef510111::VulkanLaunchFuncToVulkanCallsPass
294 {getPointerType(), getPointerType()}, in declareVulkanFunctions()
303 {getPointerType(), getInt64Type(), getInt64Type(), getInt64Type()}, in declareVulkanFunctions()
311 getVoidType(), {getPointerType(), getPointerType(), getInt32Type()}, in declareVulkanFunctions()
318 LLVM::LLVMType::getFunctionTy(getVoidType(), {getPointerType()}, in declareVulkanFunctions()
335 {getPointerType(), getInt32Type(), getInt32Type(), in declareVulkanFunctions()
346 LLVM::LLVMType::getFunctionTy(getPointerType(), {}, in declareVulkanFunctions()
353 LLVM::LLVMType::getFunctionTy(getVoidType(), {getPointerType()}, in declareVulkanFunctions()
376 loc, TypeRange{getPointerType()}, builder.getSymbolRefAttr(kInitVulkan), in translateVulkanLaunchCall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp93 Type getPointerType() { return llvmPointerType; } in getPointerType() function in __anon928d6e1e0111::VulkanLaunchFuncToVulkanCallsPass
300 {getPointerType(), getPointerType()})); in declareVulkanFunctions()
307 {getPointerType(), getInt64Type(), in declareVulkanFunctions()
316 {getPointerType(), getPointerType(), getInt32Type()})); in declareVulkanFunctions()
322 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
338 {getPointerType(), getInt32Type(), getInt32Type(), in declareVulkanFunctions()
348 loc, kInitVulkan, LLVM::LLVMFunctionType::get(getPointerType(), {})); in declareVulkanFunctions()
354 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
376 loc, TypeRange{getPointerType()}, builder.getSymbolRefAttr(kInitVulkan), in translateVulkanLaunchCall()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp93 Type getPointerType() { return llvmPointerType; } in getPointerType() function in __anon4853d9d20111::VulkanLaunchFuncToVulkanCallsPass
300 {getPointerType(), getPointerType()})); in declareVulkanFunctions()
307 {getPointerType(), getInt64Type(), in declareVulkanFunctions()
316 {getPointerType(), getPointerType(), getInt32Type()})); in declareVulkanFunctions()
322 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
338 {getPointerType(), getInt32Type(), getInt32Type(), in declareVulkanFunctions()
348 loc, kInitVulkan, LLVM::LLVMFunctionType::get(getPointerType(), {})); in declareVulkanFunctions()
354 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
376 loc, TypeRange{getPointerType()}, builder.getSymbolRefAttr(kInitVulkan), in translateVulkanLaunchCall()
/dports/graphics/drawpile/Drawpile-2.1.20/pkg/win/
H A Dqtbase-3-disable-winink.patch9 - return enableMouseInPointer && getPointerType && getPointerInfo && getPointerDeviceRects
13 +// return enableMouseInPointer && getPointerType && getPointerInfo && getPointerDeviceRects
/dports/graphics/krita/krita-4.4.8/3rdparty/ext_qt/
H A Ddisable-winink.patch9 - return enableMouseInPointer && getPointerType && getPointerInfo && getPointerDeviceRects
13 +// return enableMouseInPointer && getPointerType && getPointerInfo && getPointerDeviceRects
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Common/Input/SDL/
H A DPointerManager.cpp87 mMapPointer[_name] = resource->getPointerType(); in setPointer()
88 updateSDLPointer(resource->getPointerType()); in setPointer()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Common/Input/SDL/
H A DPointerManager.cpp87 mMapPointer[_name] = resource->getPointerType(); in setPointer()
88 updateSDLPointer(resource->getPointerType()); in setPointer()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Common/Input/SDL/
H A DPointerManager.cpp87 mMapPointer[_name] = resource->getPointerType(); in setPointer()
88 updateSDLPointer(resource->getPointerType()); in setPointer()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Common/Input/SDL/
H A DPointerManager.cpp87 mMapPointer[_name] = resource->getPointerType(); in setPointer()
88 updateSDLPointer(resource->getPointerType()); in setPointer()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dany.h100 inline PointerType getPointerType() const;
102 inline bool isNull() const { return getPointerType() == PointerType::NULL_; }
104 inline bool isList() const { return getPointerType() == PointerType::LIST; }
154 inline PointerType getPointerType();
156 inline bool isNull() { return getPointerType() == PointerType::NULL_; }
157 inline bool isStruct() { return getPointerType() == PointerType::STRUCT; }
158 inline bool isList() { return getPointerType() == PointerType::LIST; }
793 inline PointerType AnyPointer::Reader::getPointerType() const {
794 return reader.getPointerType();
806 inline PointerType AnyPointer::Builder::getPointerType() {
[all …]

12345678910>>...54