OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fun
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
attr-noreturn.c
44
typedef void (*
Fun
)(void) __attribute__ ((noreturn(2))); // expected-error {{attribute takes no arguments}}
/external/clang/test/PCH/
struct.h
11
struct
Fun
;
13
struct
Fun
*
fun
;
variable in typeref:struct:Fun
15
struct
Fun
{
/external/clang/include/clang/Sema/
DeclSpec.h
[
all
...]
Completed in 57 milliseconds