OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TInt
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Parser/
typeof.c
3
typedef int
TInt
;
11
typeof(
TInt
) anInt;
12
short
TInt
eee; // expected-error{{expected ';' at end of declaration}}
/external/clang/test/Sema/
array-init.c
19
typedef int
TInt
= 1; // expected-error{{illegal initializer (only variables can be initialized)}}
Completed in 3777 milliseconds