OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vf1
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/CodeGenCXX/
member-function-pointer-calls.cpp
4
virtual int
vf1
() { return 1; }
function in struct:A
18
return f(&a, &A::
vf1
);
member-function-pointers.cpp
12
struct A { int a; void f(); virtual void
vf1
(); virtual void vf2(); };
26
void (A::*pa3)() = &A::
vf1
;
36
void (A::*pc3)() = &A::
vf1
;
67
void (A::*pa3)() = &A::
vf1
;
/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/libvorbis/include/vorbis/
vorbisfile.h
196
extern int ov_crosslap(OggVorbis_File *
vf1
,OggVorbis_File *vf2);
/external/libvorbis/lib/
vorbisfile.c
[
all
...]
/external/clang/test/CodeGen/
builtins-ppc-altivec.c
8674
vector float
vf1
= (vector float)(1.0);
local
[
all
...]
Completed in 539 milliseconds