/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
H A 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
|
/aosp_15_r20/external/pytorch/torch/csrc/cuda/ |
H A D | Module.cpp | 1121 uint64_t func_ptr) { in registerCudaPluggableAllocator() 1131 uint64_t func_ptr) { in registerCudaPluggableAllocator() 1141 uint64_t func_ptr) { in registerCudaPluggableAllocator() 1151 uint64_t func_ptr) { in registerCudaPluggableAllocator() 1161 uint64_t func_ptr) { in registerCudaPluggableAllocator() 1171 uint64_t func_ptr) { in registerCudaPluggableAllocator() 1182 uint64_t func_ptr) { in registerCudaPluggableAllocator() 1192 uint64_t func_ptr) { in registerCudaPluggableAllocator()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | tensor_slice_reader_cache.cc | 59 TensorSliceReaderCache::OpenFuncType* func_ptr = in GetReader() local 65 TensorSliceReaderCache::OpenFuncType* func_ptr = nullptr; in GetReader() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.invoke/ |
H A D | invoke_constexpr.pass.cpp | 87 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local 113 ClassFunc func_ptr = &TestClass::data; in test_b34() local
|
H A D | invoke.pass.cpp | 90 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local 116 ClassFunc func_ptr = &TestClass::data; in test_b34() local
|
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.invoke/ |
H A D | invoke.pass.cpp | 85 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local 111 ClassFunc func_ptr = &TestClass::data; in test_b34() local
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | ThreadPool.cpp | 759 cl_int ThreadPool_Do(TPFuncPtr func_ptr, cl_uint count, void *userInfo) in ThreadPool_Do() 1018 cl_int ThreadPool_Do(TPFuncPtr func_ptr, cl_uint count, void *userInfo) in ThreadPool_Do()
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/ |
D | machine_ir_exec_test.cc | 186 auto* func_ptr = +[](uint64_t arg0, in TEST() local 232 auto* func_ptr = +[](uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4) { in TEST() local 276 auto* func_ptr = +[](double arg0, in TEST() local
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | 2009-07-17-VoidParameter.c | 4 void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}} variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | cf_arith_func_ptr.cpp | 12 typedef void (*func_ptr)(int); in main() typedef
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | CompileTimeFunctionPointer.h | 40 static constexpr FuncType* func_ptr() { in func_ptr() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/test/classification/ |
D | is_function_pointer.cpp | 15 typedef void (*func_ptr)(); typedef
|
D | is_nonmember_callable_builtin.cpp | 15 typedef void (*func_ptr)(); typedef
|
D | is_callable_builtin.cpp | 15 typedef void (*func_ptr)(); typedef
|
D | is_function_reference.cpp | 15 typedef void (*func_ptr)(); typedef
|
D | is_function.cpp | 15 typedef void (*func_ptr)(); typedef
|
D | is_member_function_pointer.cpp | 15 typedef void (*func_ptr)(); typedef
|
D | is_member_object_pointer.cpp | 15 typedef void (*func_ptr)(); typedef
|
D | is_member_pointer.cpp | 15 typedef void (*func_ptr)(); typedef
|
D | is_variadic.cpp | 16 typedef void (*func_ptr)(...); typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/test/decomposition/ |
D | parameter_types.cpp | 21 typedef C (*func_ptr)(C,int); typedef
|
D | components.cpp | 20 typedef C (*func_ptr)(int); typedef
|
D | function_arity.cpp | 15 typedef C (*func_ptr)(int); typedef
|
D | result_type.cpp | 20 typedef C (*func_ptr)(); typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/example/ |
D | result_of_example.cpp | 39 typedef int (*func_ptr)(float, double); in main() typedef
|