/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cudart_stub.cc | 52 using FuncPtr = cudaError_t (*)(void* devPtr); in cudaFree() typedef 59 using FuncPtr = cudaError_t (*)(int* device); in cudaGetDevice() typedef 67 using FuncPtr = cudaError_t (*)(cudaDeviceProp * prop, int device); in cudaGetDeviceProperties() typedef 74 using FuncPtr = const char* (*)(cudaError_t error); in cudaGetErrorString() typedef 81 using FuncPtr = cudaError_t (*)(int device); in cudaSetDevice() typedef 91 using FuncPtr = in cudaStreamAddCallback() typedef 100 using FuncPtr = cudaError_t (*)(int* count); in cudaGetDeviceCount() typedef 108 using FuncPtr = cudaError_t (*)(struct cudaPointerAttributes * attributes, in cudaPointerGetAttributes() typedef 116 using FuncPtr = cudaError_t (*)(); in cudaGetLastError() typedef
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 92 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
|
D | MCJITObjectCacheTest.cpp | 103 int (*FuncPtr)() = (int(*)())(intptr_t)vPtr; in compileAndRun() local
|
D | MCJITMultipleModuleTest.cpp | 231 int32_t(*FuncPtr)() = (int32_t(*)())FBPtr; in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 91 int (*FuncPtr)() = (int(*)())ptr; in TEST_F() local 111 int32_t(*FuncPtr)() = (int32_t(*)())rgvPtr; in TEST_F() local 183 int32_t(*FuncPtr)() = (int32_t(*)())ptr; in TEST_F() local
|
D | MCJITObjectCacheTest.cpp | 103 int (*FuncPtr)() = (int(*)())(intptr_t)vPtr; in compileAndRun() local
|
D | MCJITMultipleModuleTest.cpp | 231 int32_t(*FuncPtr)() = (int32_t(*)())FBPtr; in TEST_F() local
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-params.cpp | 44 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/clang/test/CodeGen/ |
D | 2007-09-28-PackedUnionMember.c | 23 typedef long (*FuncPtr) (); typedef
|
D | 2002-07-14-MiscTests3.c | 26 typedef int (*FuncPtr)(int); typedef
|
/external/clang/test/SemaCXX/ |
D | member-pointers-2.cpp | 39 typedef void (*FuncPtr)(); typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/DynamicLibrary/ |
D | DynamicLibraryTest.cpp | 40 template <class T> static T FuncPtr(void *Ptr) { in FuncPtr() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
D | RandomIRBuilderTest.cpp | 259 Instruction *FuncPtr = &*BB.begin(); in TEST() local
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_sync_atomic_main.cpp | 156 Type (*FuncPtr)(bool, volatile Type *, Type); member
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 892 PHINode *FuncPtr = PHINode::Create(NullPtr->getType(), 2, in CleanupAndPrepareModules() local
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | Miscompilation.cpp | 884 PHINode *FuncPtr = PHINode::Create(NullPtr->getType(), 2, in CleanupAndPrepareModules() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 902 PHINode *FuncPtr = in CleanupAndPrepareModules() local
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 971 llvm::Value *FuncPtr = in EmitBlockCallExpr() local
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3766 typedef T FuncPtr; typedef
|