OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:funcdef2
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
merge-decls.c
17
int
funcdef2
() { return 0; } // expected-note {{previous definition is here}}
function
18
int
funcdef2
() { return 0; } // expected-error {{redefinition of '
funcdef2
'}}
function
Completed in 42 milliseconds