HomeSort by relevance Sort by last modified time
    Searched defs:function_ptr (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/allocator/
allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc 78 void* function_ptr = dlsym(RTLD_DEFAULT, "malloc_usable_size"); local
79 if (function_ptr) {
81 function_ptr);
  /external/clang/test/SemaCXX/
MicrosoftCompatibility-cxx98.cpp 17 long (*function_ptr)(int a); variable
22 void *a3 = function_ptr; // expected-warning {{implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension}}
vararg-non-pod.cpp 212 typedef void(*function_ptr)(int, ...); typedef in namespace:t11
216 function_ptr get_f_ptr();
220 function_ptr arr_f_ptr[5];
  /external/google-breakpad/src/processor/
fast_source_line_resolver.cc 216 const Function* function_ptr = 0; local
218 if (functions_.RetrieveNearestRange(address, function_ptr,
221 function.get()->CopyFrom(function_ptr);
233 (!function_ptr || public_address > function_base)) {
  /external/v8/tools/clang/plugins/tests/
auto_raw_pointer.cpp 40 auto function_ptr = &f; local
  /external/libmojo/base/android/linker/
modern_linker_jni.cc 90 static DlIteratePhdrFunctionPtr function_ptr = nullptr; local
92 if (!function_ptr) {
93 function_ptr =
95 if (!function_ptr) {
101 *status = (*function_ptr)(callback, data);
128 static DlopenExtFunctionPtr function_ptr = nullptr; local
130 if (!function_ptr) {
131 function_ptr =
133 if (!function_ptr) {
147 *status = (*function_ptr)(filename, flag, extinfo)
    [all...]

Completed in 145 milliseconds