OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vf1
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CodeGenCXX/
member-function-pointer-calls.cpp
3
virtual int
vf1
() { return 1; }
function in struct:A
15
return f(&a, &A::
vf1
);
/external/stlport/test/unit/
mfunptr_test.cpp
48
void
vf1
(S1&);
59
void
vf1
(const S1&);
85
ptr_fun(
vf1
)(s1);
99
mem_fun(&Class::
vf1
)(&obj, s1);
119
mem_fun_ref(&Class::
vf1
)(obj, s1);
143
void
vf1
(S1&)
function
164
void Class::
vf1
(const S1&)
function in class:Class
/ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp
48
void
vf1
(S1&);
59
void
vf1
(const S1&);
85
ptr_fun(
vf1
)(s1);
99
mem_fun(&Class::
vf1
)(&obj, s1);
119
mem_fun_ref(&Class::
vf1
)(obj, s1);
143
void
vf1
(S1&)
function
164
void Class::
vf1
(const S1&)
function in class:Class
/ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp
48
void
vf1
(S1&);
59
void
vf1
(const S1&);
85
ptr_fun(
vf1
)(s1);
99
mem_fun(&Class::
vf1
)(&obj, s1);
119
mem_fun_ref(&Class::
vf1
)(obj, s1);
143
void
vf1
(S1&)
function
164
void Class::
vf1
(const S1&)
function in class:Class
/external/clang/test/CodeGen/
builtins-ppc-altivec.c
3108
vector float
vf1
= (vector float)(1.0);
local
[
all
...]
Completed in 276 milliseconds