/external/clang/test/Parser/ |
opencl-storage-class.cl | 5 static int a; // expected-error {{OpenCL does not support the 'static' storage class specifier}} 6 register int b; // expected-error {{OpenCL does not support the 'register' storage class specifier}} 7 extern int c; // expected-error {{OpenCL does not support the 'extern' storage class specifier}} 8 auto int d; // expected-error {{OpenCL does not support the 'auto' storage class specifier}}
|
check-syntax-1.m | 3 int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}} 14 (void) x; // expected-error {{method type specifier must start with '-' or '+'}} 15 (int)im; // expected-error {{method type specifier must start with '-' or '+'}} \
|
objc-interfaces.m | 6 - (int*) foo2 __attribute__((deprecated)) : (int) x1 __attribute__((deprecated)); // expected-error {{expected ';' after method prototype}} expected-error {{method type specifier must start with '-' or '+'}}
|
cxx-decl.cpp | 20 y:a a2; // expected-error {{unexpected ':' in nested name specifier}} 57 Type = (y:b) 4; // expected-error {{unexpected ':' in nested name specifier}} 59 (y:b) // expected-error {{unexpected ':' in nested name specifier}} 81 typedef Class1<Class2> Type1; // expected-error {{cannot combine with previous 'class' declaration specifier}} 94 test6a { ;// expected-error {{C++ requires a type specifier for all declarations}} \
|
typeof.c | 8 int typeof (int) aIntInt; // expected-error{{cannot combine with previous 'int' declaration specifier}} 10 int int ttt; // expected-error{{cannot combine with previous 'int' declaration specifier}}
|
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 11 // a C++ nested-name-specifier. 36 /// \brief Represents a C++ nested name specifier, such as 41 /// specifier. Nested name specifiers are made up of a sequence of 43 /// (for dependent names), or the global specifier ('::', must be the 44 /// first specifier). 55 /// \brief The nested name specifier that precedes this nested name 56 /// specifier. 58 /// The pointer is the nested-name-specifier that precedes this 63 /// \brief The last component in the nested name specifier, which 66 /// When the pointer is NULL, this specifier represents the globa [all...] |
/external/clang/test/SemaCXX/ |
PR9460.cpp | 7 a; // expected-error {{requires a type specifier}} 13 basic_string<char> struct{ // expected-error {{cannot combine with previous 'type-name' declaration specifier}} 14 a(){ // expected-error {{requires a type specifier}}
|
auto-cxx0x.cpp | 3 auto int a; // expected-warning {{'auto' storage class specifier is redundant and will be removed in future releases}} 4 int auto b; // expected-error{{cannot combine with previous 'int' declaration specifier}}
|
implicit-int.cpp | 3 x; // expected-error{{C++ requires a type specifier for all declarations}} 5 f(int y) { return y; } // expected-error{{C++ requires a type specifier for all declarations}}
|
PR9459.cpp | 6 template<typename>struct ts{}ap() // expected-error {{expected ';' after struct}} expected-error {{requires a type specifier}}
|
inherit.cpp | 8 class B3 : virtual virtual A { }; // expected-error{{duplicate 'virtual' in base specifier}} 19 class F : public I { }; // expected-error{{base specifier must name a class}}
|
/external/clang/test/Sema/ |
implicit-int.c | 3 foo() { // expected-warning {{type specifier missing, defaults to 'int'}} 7 y; // expected-warning {{type specifier missing, defaults to 'int'}} 10 void f((x)); // expected-warning {{type specifier missing, defaults to 'int'}} 23 ILPAD(); // expected-warning {{type specifier missing, defaults to 'int'}}
|
invalid-decl.c | 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expected-warning {{type specifier missing, defaults to 'int'}} expected-warning {{type specifier missing, defaults to 'int'}}
|
invalid-struct-init.c | 5 _efree((p)); // expected-error{{type name requires a specifier or qualifier}} \ 7 expected-warning {{type specifier missing, defaults to 'int'}} \ 8 expected-warning {{type specifier missing, defaults to 'int'}}
|
format-strings-scanf.c | 19 scanf("%y", i); // expected-warning{{invalid conversion specifier 'y'}} 30 scanf("%hhs", "foo"); // expected-warning{{length modifier 'hh' results in undefined behavior or no effect with 's' conversion specifier}} 31 scanf("%1$zp", p); // expected-warning{{length modifier 'z' results in undefined behavior or no effect with 'p' conversion specifier}} 33 scanf("%#.2Lf", ld); // expected-warning{{invalid conversion specifier '#'}}
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p9-0x.cpp | 3 auto j() -> enum { e3 }; // expected-error{{can not be defined in a type specifier}}
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/ |
p3-0x.cpp | 25 (void)(struct V { V(int); })0; // expected-error {{'V' can not be defined in a type specifier}} 27 (void)dynamic_cast<struct W {}*>((K*)0); // expected-error {{'W' can not be defined in a type specifier}} 28 (void)static_cast<struct X {}*>(0); // expected-error {{'X' can not be defined in a type specifier}} 29 (void)reinterpret_cast<struct Y {}*>(0); // expected-error {{'Y' can not be defined in a type specifier}} 30 (void)const_cast<struct Z {}*>((const Z*)0); // expected-error {{'Z' can not be defined in a type specifier}} 33 void g() throw (struct Ex {}) { // expected-error {{'Ex' can not be defined in a type specifier}} 39 int a = sizeof(struct So {}); // expected-error {{'So' can not be defined in a type specifier}} 40 int b = alignof(struct Ao {}); // expected-error {{'Ao' can not be defined in a type specifier}} 43 const std::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' can not be defined in a type specifier}}
|
/external/wpa_supplicant/ |
eap_gpsk_common.h | 47 u8 specifier[2]; member in struct:eap_gpsk_csuite 54 int eap_gpsk_supported_ciphersuite(int vendor, int specifier); 56 int specifier, 62 size_t eap_gpsk_mic_len(int vendor, int specifier); 64 int specifier, const u8 *data, size_t len, u8 *mic);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_gpsk_common.h | 47 u8 specifier[2]; member in struct:eap_gpsk_csuite 54 int eap_gpsk_supported_ciphersuite(int vendor, int specifier); 56 int specifier, 62 size_t eap_gpsk_mic_len(int vendor, int specifier); 64 int specifier, const u8 *data, size_t len, u8 *mic);
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_gpsk_common.h | 47 u8 specifier[2]; member in struct:eap_gpsk_csuite 54 int eap_gpsk_supported_ciphersuite(int vendor, int specifier); 56 int specifier, 62 size_t eap_gpsk_mic_len(int vendor, int specifier); 64 int specifier, const u8 *data, size_t len, u8 *mic);
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/ |
templateid.cpp | 3 // elaborated-type-specifier: 4 // class-key '::'? nested-name-specifier? 'template'? simple-template-id
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/ |
p3.cpp | 11 // FIXME: Add test for "If the inline specifier is used in a friend declaration,
|
/external/clang/test/SemaTemplate/ |
elaborated-type-specifier.cpp | 25 enum T::foo; // expected-error{{nested name specifier for a declaration cannot depend on a template parameter}} 26 enum T::bar { // expected-error{{nested name specifier for a declaration cannot depend on a template parameter}} 33 class T::bar; // expected-error{{nested name specifier for a declaration cannot depend on a template parameter}} 34 class T::bar { int x; }; // expected-error{{nested name specifier for a declaration cannot depend on a template parameter}}
|
/libcore/luni/src/main/java/java/util/ |
MissingFormatWidthException.java | 32 * format specifier. 35 * the specified format specifier. 45 * Returns the format specifier associated with the exception. 47 * @return the format specifier associated with the exception.
|
/external/clang/test/CXX/expr/expr.prim/ |
p4-0x.cpp | 6 expected-error {{C++ requires a type specifier for all declarations}}
|