OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f2b
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-function.cpp
80
function<int(int, int)>
f2b
= add<int>();
local
82
function<int(int, int)> f2d(
f2b
);
/external/clang/test/SemaCXX/
linkage-spec.cpp
60
int
f2b
(char *) {
function in namespace:PR5405
65
int
f2b
(int) {
function
66
return
f2b
((char *)0); // ok
Completed in 379 milliseconds