OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsinged
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/FixIt/
fixit-unrecoverable.c
8
unsinged
x = 17; // expected-error{{unknown type name '
unsinged
'; did you mean 'unsigned'?}}
typo.c
42
unsinged
*ptr = 0; // expected-error{{use of undeclared identifier '
unsinged
'; did you mean 'unsigned'?}}
typo.cpp
74
unsinged
*ptr = 0; // expected-error{{use of undeclared identifier '
unsinged
'; did you mean 'unsigned'?}}
/external/clang/test/SemaCXX/
typo-correction.cpp
200
void f(int,
unsinged
); // expected-error{{did you mean 'unsigned'}}
202
unsinged
: 4; // expected-error{{did you mean 'unsigned'}}
member in struct:ImplicitInt::S
Completed in 2639 milliseconds