Home
last modified time | relevance | path

Searched defs:FuncPtr (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcudart_stub.cc77 using FuncPtr = void(CUDARTAPI *)(void **fatCubinHandle, const char *hostFun, in __cudaRegisterFunction() typedef
88 using FuncPtr = void(CUDARTAPI *)(void **fatCubinHandle); in __cudaUnregisterFatBinary() typedef
98 using FuncPtr = void(CUDARTAPI *)( in __cudaRegisterVar() typedef
108 using FuncPtr = void **(CUDARTAPI *)(void *fatCubin); in __cudaRegisterFatBinary() typedef
118 using FuncPtr = cudaError_t(CUDARTAPI *)(dim3 * gridDim, dim3 * blockDim, in __cudaPopCallConfiguration() typedef
127 using FuncPtr = unsigned(CUDARTAPI *)(dim3 gridDim, dim3 blockDim, in __cudaPushCallConfiguration() typedef
135 using FuncPtr = char(CUDARTAPI *)(void **fatCubinHandle); in __cudaInitModule() typedef
143 using FuncPtr = void(CUDARTAPI *)(void **fatCubinHandle); in __cudaRegisterFatBinaryEnd() typedef
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp92 int (*FuncPtr)() = (int(*)())ptr; in TEST_F() local
112 int32_t(*FuncPtr)() = (int32_t(*)())rgvPtr; in TEST_F() local
184 int32_t(*FuncPtr)() = (int32_t(*)())ptr; in TEST_F() local
DMCJITObjectCacheTest.cpp103 int (*FuncPtr)() = (int(*)())(intptr_t)vPtr; in compileAndRun() local
DMCJITMultipleModuleTest.cpp231 int32_t(*FuncPtr)() = (int32_t(*)())FBPtr; in TEST_F() local
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp90 int (*FuncPtr)() = (int(*)())ptr; in TEST_F() local
111 int32_t(*FuncPtr)() = (int32_t(*)())rgvPtr; in TEST_F() local
189 int32_t(*FuncPtr)() = (int32_t(*)())ptr; in TEST_F() local
DMCJITObjectCacheTest.cpp102 int (*FuncPtr)() = (int(*)())(intptr_t)vPtr; in compileAndRun() local
DMCJITMultipleModuleTest.cpp233 int32_t(*FuncPtr)() = (int32_t(*)())FBPtr; in TEST_F() local
/external/llvm-project/clang/test/SemaCXX/
Dnothrow-vs-exception-specs.cpp103 __declspec(nothrow) void (*FuncPtr)() = FuncToBeRefed; variable
Dmember-pointers-2.cpp39 typedef void (*FuncPtr)(); typedef
/external/llvm-project/clang/test/CodeGen/
Dattr-target-mv-func-ptrs.c8 typedef int (*FuncPtr)(int); typedef
D2007-09-28-PackedUnionMember.c23 typedef long (*FuncPtr) (); typedef
D2002-07-14-MiscTests3.c26 typedef int (*FuncPtr)(int); typedef
/external/clang/test/SemaTemplate/
Dinstantiate-function-params.cpp44 template<typename R, typename A1, R (*ptr)(A1)> struct FuncPtr { }; struct
45 template<typename A1, int (*ptr)(A1)> struct FuncPtr<int, A1, ptr> { }; struct
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-function-params.cpp44 template<typename R, typename A1, R (*ptr)(A1)> struct FuncPtr { }; struct
45 template<typename A1, int (*ptr)(A1)> struct FuncPtr<int, A1, ptr> { }; struct
/external/llvm-project/clang/unittests/CodeGen/
DTestCompiler.h87 auto FuncPtr = M->begin(); in compile() local
/external/llvm-project/clang/test/CodeGenCXX/
Dattr-target-mv-func-ptrs.cpp22 using FuncPtr = int (*)(int); typedef
/external/clang/test/CodeGen/
D2007-09-28-PackedUnionMember.c23 typedef long (*FuncPtr) (); typedef
D2002-07-14-MiscTests3.c26 typedef int (*FuncPtr)(int); typedef
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-array.cpp21 using FuncPtr = decltype(&func1); typedef
/external/clang/test/SemaCXX/
Dmember-pointers-2.cpp39 typedef void (*FuncPtr)(); typedef
/external/llvm-project/llvm/unittests/Support/DynamicLibrary/
DDynamicLibraryTest.cpp39 template <class T> static T FuncPtr(void *Ptr) { in FuncPtr() function
/external/llvm-project/llvm/unittests/FuzzMutate/
DRandomIRBuilderTest.cpp258 Instruction *FuncPtr = &*BB.begin(); in TEST() local
/external/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp186 Type (*FuncPtr)(bool, volatile Type *, Type); member
/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c213 void *FuncPtr; in getAPIHandleCL() local
1037 void *FuncPtr; in getAPIHandleCUDA() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h297 typedef T FuncPtr; typedef

12