OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfn
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
conditional-expr.cpp
18
typedef void (*
vfn
)();
typedef
19
struct F { operator
vfn
(); };
20
struct G { operator
vfn
(); };
132
vfn
pfn = i1 ? F() : test;
/external/blktrace/btreplay/
btrecord.c
82
* @
vfn
: Fully qualified name for this file
92
char *file_name, *
vfn
;
member in struct:io_stream
717
stream->
vfn
= strdup(vfile_name);
751
free(stream->
vfn
);
Completed in 169 milliseconds