/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cudart_stub.cc | 81 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaRegisterFunction"); in __cudaRegisterFunction() local 89 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaUnregisterFatBinary"); in __cudaUnregisterFatBinary() local 101 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaRegisterVar"); in __cudaRegisterVar() local 109 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaRegisterFatBinary"); in __cudaRegisterFatBinary() local 120 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaPopCallConfiguration"); in __cudaPopCallConfiguration() local 129 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaPushCallConfiguration"); in __cudaPushCallConfiguration() local 136 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaInitModule"); in __cudaInitModule() local 144 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaRegisterFatBinaryEnd"); in __cudaRegisterFatBinaryEnd() local
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_reader_cache.cc | 59 TensorSliceReaderCache::OpenFuncType* func_ptr = in GetReader() local 65 TensorSliceReaderCache::OpenFuncType* func_ptr = nullptr; in GetReader() local
|
D | gpu_kernel_helper.h | 106 auto func_ptr = absl::bit_cast<const void*>(function); in GpuLaunchKernel() local
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-composite-triviality-fwd-decl.cpp | 7 struct Incomplete (*func_ptr)() = 0; variable
|
D | guard_nocf.cpp | 4 void (*func_ptr)() = &target_func; variable
|
/external/clang/test/Sema/ |
D | 2009-07-17-VoidParameter.c | 4 void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}} variable
|
/external/llvm-project/clang/test/Sema/ |
D | 2009-07-17-VoidParameter.c | 4 void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}} variable
|
/external/llvm-project/clang/test/CodeGen/ |
D | guard_nocf.c | 4 void (*func_ptr)() = &target_func; variable
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/ |
D | main.c | 29 int (*func_ptr) (void); in main() local
|
/external/llvm-project/lldb/test/API/python_api/frame/inlines/ |
D | inlines.c | 43 int (*func_ptr) (int); in main() local
|
/external/llvm-project/lldb/test/API/lang/cpp/inlines/ |
D | inlines.cpp | 43 int (*func_ptr) (int); in main() local
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | misc-misplaced-const.c | 7 typedef void (*func_ptr)(void); typedef
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/ |
D | invoke.pass.cpp | 87 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local 113 ClassFunc func_ptr = &TestClass::data; in test_b34() local
|
/external/libcxx/test/std/utilities/function.objects/func.invoke/ |
D | invoke.pass.cpp | 85 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local 111 ClassFunc func_ptr = &TestClass::data; in test_b34() local
|
/external/OpenCL-CTS/test_common/harness/ |
D | ThreadPool.cpp | 739 cl_int ThreadPool_Do(TPFuncPtr func_ptr, cl_uint count, void *userInfo) in ThreadPool_Do() 994 cl_int ThreadPool_Do(TPFuncPtr func_ptr, cl_uint count, void *userInfo) in ThreadPool_Do()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
D | wild_bctr.c | 125 int (*func_ptr)(void); in test_wild_bctr() local
|
/external/google-breakpad/src/processor/ |
D | fast_source_line_resolver.cc | 74 const Function* func_ptr = 0; in LookupAddress() local
|
/external/clang/test/SemaCXX/ |
D | member-pointer-ms.cpp | 227 void (T::*func_ptr)(); member
|
/external/llvm-project/clang/test/SemaCXX/ |
D | member-pointer-ms.cpp | 227 void (T::*func_ptr)(); member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 316 void** func_ptr; member 324 void** func_ptr; member
|
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 316 void** func_ptr; member 324 void** func_ptr; member
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 317 void** func_ptr; member 325 void** func_ptr; member
|
/external/llvm-project/clang/test/ASTMerge/APValue/ |
D | APValue.cpp | 288 int (*func_ptr)() = ffunc_ptr(); variable
|
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
D | ittnotify_config.h | 402 void** func_ptr; member 410 void** func_ptr; member
|
/external/llvm-project/clang/test/Analysis/ |
D | inner-pointer.cpp | 340 void (*func_ptr)(std::string &) = std::func_ref<std::string>; in func_ptr_known() local
|