HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 1 - 25 of 623) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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'}}
27 __extension__ __attribute__((packed)) x : 4; // 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'}}
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
32 /// \brief Represents a C++ nested name specifier, such as
37 /// specifier. Nested name specifiers are made up of a sequence of
39 /// (for dependent names), or the global specifier ('::', must be the
40 /// first specifier).
51 /// \brief The nested name specifier that precedes this nested name
52 /// specifier.
54 /// The pointer is the nested-name-specifier that precedes this
59 /// \brief The last component in the nested name specifier, which
62 /// 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 not permitted in C++11, and will not be supported 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}}
auto-cxx98.cpp 3 auto int a; // expected-warning {{'auto' storage class specifier is redundant and incompatible with C++11}}
4 int auto b; // expected-warning {{'auto' storage class specifier is redundant and incompatible with C++11}}
PR10458.cpp 5 for (auto &i : arr) { // expected-warning {{'auto' type specifier is a C++11 extension}} expected-warning {{range-based for loop is a C++11 extension}}
PR9459.cpp 6 template<typename>struct ts{}ap() // expected-error {{expected ';' after struct}} expected-error {{requires a type specifier}}
  /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 '+'}} \
access-spec-attrs.cpp 4 public __attribute__((unavailable)): // expected-error {{access specifier can only have annotation attributes}}
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}} \
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
p3-0x.cpp 26 (void)(struct V { V(int); })0; // expected-error {{'V' can not be defined in a type specifier}}
28 (void)dynamic_cast<struct W {}*>((K*)0); // expected-error {{'W' can not be defined in a type specifier}}
29 (void)static_cast<struct X {}*>(0); // expected-error {{'X' can not be defined in a type specifier}}
30 (void)reinterpret_cast<struct Y {}*>(0); // expected-error {{'Y' can not be defined in a type specifier}}
31 (void)const_cast<struct Z {}*>((const Z*)0); // expected-error {{'Z' can not be defined in a type specifier}}
34 void g() throw (struct Ex {}) { // expected-error {{'Ex' can not be defined in a type specifier}}
37 int alignas(struct Aa {}) x; // expected-error {{'Aa' 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}}
    [all...]
  /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/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/class/class.static/class.static.data/
p3.cpp 16 static const double f = 0.0; // expected-warning {{extension}} expected-note {{use 'constexpr' specifier}}
17 static char *const g = 0; // expected-error {{requires 'constexpr' specifier}}

Completed in 1527 milliseconds

1 2 3 4 5 6 7 8 91011>>