OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:localfunc
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
mangle-extern-local.cpp
29
struct LC { int
localfunc
() { extern int var4; return var4; } };
function in struct:N::S::LC
31
return var3 + func3() + localobj.
localfunc
();
/external/clang/test/Sema/
attr-deprecated.c
86
foo_dep *
localfunc
(void);
Completed in 227 milliseconds