Home
last modified time | relevance | path

Searched refs:function_ptr (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fork_join.cc65 int64* partitions, int32 num_partitioned_dims, void* function_ptr) { in __xla_cpu_runtime_ParallelForkJoin() argument
72 CHECK_NE(function_ptr, nullptr); in __xla_cpu_runtime_ParallelForkJoin()
80 reinterpret_cast<ComputeFunctionType>(function_ptr); in __xla_cpu_runtime_ParallelForkJoin()
Druntime_fork_join.h29 tensorflow::int32 num_partitioned_dims, void* function_ptr);
/external/libchrome/base/allocator/
Dallocator_shim_default_dispatch_to_linker_wrapped_symbols.cc81 void* function_ptr = dlsym(RTLD_DEFAULT, "malloc_usable_size"); in RealSizeEstimate() local
82 if (function_ptr) { in RealSizeEstimate()
84 function_ptr); in RealSizeEstimate()
/external/clang/test/SemaCXX/
DMicrosoftCompatibility-cxx98.cpp17 long (*function_ptr)(int a); variable
22 …void *a3 = function_ptr; // expected-warning {{implicit conversion between pointer-to-funct… in function_to_voidptr_conv()
Dvararg-non-pod.cpp212 typedef void(*function_ptr)(int, ...); typedef
216 function_ptr get_f_ptr();
220 function_ptr arr_f_ptr[5];
/external/google-breakpad/src/processor/
Dfast_source_line_resolver.cc216 const Function* function_ptr = 0; in FindWindowsFrameInfo() local
218 if (functions_.RetrieveNearestRange(address, function_ptr, in FindWindowsFrameInfo()
221 function.get()->CopyFrom(function_ptr); in FindWindowsFrameInfo()
233 (!function_ptr || public_address > function_base)) { in FindWindowsFrameInfo()
/external/v8/tools/clang/plugins/tests/
Dauto_raw_pointer.cpp48 auto function_ptr = &f; in main() local