OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:function_ptr
(Results
1 - 5
of
5
) sorted by null
/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
161
typedef void(*
function_ptr
)(int, ...);
typedef in namespace:t11
165
function_ptr
get_f_ptr();
169
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)) {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp
39
typedef void (*
function_ptr
)();
typedef in namespace:boost::detail
47
, void*,
function_ptr
, member_ptr, member_function_ptr))
52
, void*,
function_ptr
, member_ptr, member_function_ptr))
/toolchain/binutils/binutils-2.25/bfd/
dwarf2.c
[
all
...]
Completed in 1432 milliseconds