/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}}
|
alias-nested-nontag.cpp | 6 expected-error {{C++ requires a type specifier}}
|
/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/Sema/ |
format-strings-gnu.c | 20 // expected-warning@-4 {{length modifier 'L' results in undefined behavior or no effect with 'd' conversion specifier}} 23 // expected-warning@-6 {{length modifier 'L' results in undefined behavior or no effect with 'd' conversion specifier}} 30 printf("%Lc", 'a'); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 'c' conversion specifier}} 31 printf("%Ls", "a"); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 's' conversion specifier}} 43 printf("%Ls", "hello"); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 's' conversion specifier}} 53 scanf("%Ls", "hello"); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 's' conversion specifier}}
|
c89.c | 42 test7; /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */ 44 void test8(int, x); /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */ 47 int a(sometype, y) {return 0;} /* expected-warning {{declaration specifier missing, defaulting to 'int'}} \ 96 const const int c_i; /* expected-warning {{duplicate 'const' declaration specifier}} */ 98 volatile vol_int volvol_i; /* expected-warning {{duplicate 'volatile' declaration specifier}} */ 99 typedef volatile vol_int volvol_int; /* expected-warning {{duplicate 'volatile' declaration specifier}} */ 104 const CI mine1[5][5]; /* expected-warning {{duplicate 'const' declaration specifier}} */ 107 const array_of_CI mine2; /* expected-warning {{duplicate 'const' declaration specifier}} */
|
invalid-struct-init.c | 5 _efree((p)); // expected-error{{type name requires a specifier or qualifier}} \ 6 expected-warning {{type specifier missing, defaults to 'int'}}
|
format-strings.c | 122 printf("%Ln", 0); // expected-warning{{length modifier 'L' results in undefined behavior or no effect with 'n' conversion specifier}} 128 printf("%s%lb%d","unix",10,20); // expected-warning {{invalid conversion specifier 'b'}} 129 fprintf(fp,"%%%l"); // expected-warning {{incomplete format specifier}} 131 snprintf(buf, 2, "%%%%%ld%;%d", 1, 2, 3); // expected-warning{{format specifies type 'long' but the argument has type 'int'}} expected-warning {{invalid conversion specifier ';'}} 209 printf("%@", 12); // expected-warning{{invalid conversion specifier '@'}} 216 printf("%**\n"); // expected-warning{{invalid conversion specifier '*'}} 219 printf("%W%d%Z\n", x, x, x); // expected-warning{{invalid conversion specifier 'W'}} expected-warning{{invalid conversion specifier 'Z'}} 220 printf("%"); // expected-warning{{incomplete format specifier}} 222 printf("%.", x); // expected-warning{{incomplete format specifier}} [all...] |
/external/clang/test/Parser/ |
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}}
|
cxx-attributes.cpp | 11 template <typename S> void X<S>::f() __attribute__((locks_excluded())); // expected-error{{nested name specifier 'X<S>::' for declaration does not refer into a class, class template or class template partial specialization}} \
|
cxx0x-override-control-keywords.cpp | 14 // virt-specifier-seq is only valid in member-declarators, and a function definition is not a member-declarator.
|
cxx11-base-spec-attributes.cpp | 9 struct G : [[noreturn]] A {}; // expected-error {{'noreturn' attribute cannot be applied to a base specifier}}
|
/external/clang/test/SemaCXX/ |
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/lib/Frontend/ |
Warnings.cpp | 137 // table. It also has the "specifier" form of -Werror=foo and -Werror-foo. 139 StringRef Specifier; 140 if (Opt.size() > 5) { // Specifier must be present. 147 Specifier = Opt.substr(6); 150 if (Specifier.empty()) { 157 // Set the warning as error flag for this specifier. 158 Diags.setDiagnosticGroupWarningAsError(Specifier, isPositive); 159 } else if (DiagIDs->getDiagnosticsInGroup(Specifier, _Diags)) { 160 EmitUnknownDiagWarning(Diags, "-Werror=", Specifier, isPositive); 167 StringRef Specifier; [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
template1.cpp | 1 // Test whether exception specifier dependent on template parameter
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
template1.cpp | 1 // Test whether exception specifier dependent on template parameter
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_gpsk_common.c | 21 * @specifier: CSuite/Specifier 24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) 27 specifier == EAP_GPSK_CIPHER_AES) 31 specifier == EAP_GPSK_CIPHER_SHA256) 150 WPA_PUT_BE16(pos, csuite_specifier); /* CSuite/Specifier */ 263 * @specifier: CSuite/Specifier 279 int specifier, 291 vendor, specifier); [all...] |
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 11 // a C++ nested-name-specifier. 54 Mockup.Specifier = II; 65 "Broken nested name specifier"); 69 Mockup.Specifier = const_cast<NamespaceDecl *>(NS); 80 "Broken nested name specifier"); 84 Mockup.Specifier = Alias; 96 Mockup.Specifier = const_cast<Type*>(T); 106 Mockup.Specifier = II; 120 if (Specifier == 0) 128 return isa<NamespaceDecl>(static_cast<NamedDecl *>(Specifier))? Namespac [all...] |
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 122 // the attribute specifier. 175 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec". 179 /// specifier is present, this returns a string indicating the problem. 192 return "mach-o section specifier requires a segment and section " 201 return "mach-o section specifier requires a segment whose length is " 213 return "mach-o section specifier requires a section whose length is " 238 return "mach-o section specifier uses an unknown section type"; 246 // S_SYMBOL_STUBS always require a symbol stub size specifier. 248 return "mach-o section specifier of type 'symbol_stubs' requires a size " 249 "specifier"; [all...] |
/external/clang/lib/Sema/ |
SemaCXXScopeSpec.cpp | 64 /// scope specifier. 66 /// \param SS the C++ scope specifier as it appears in the source 69 /// this scope specifier, so we can retrieve the declaration context of a 73 /// \returns the declaration context represented by the scope specifier @p SS, 83 // If this nested-name-specifier refers to the current 98 // We are entering the context of the nested name specifier, so try to 99 // match the nested name specifier to either a primary class template 107 // If the type of the nested name specifier is the same as the 115 // If the type of the nested name specifier is the same as the 124 // The nested name specifier refers to a member of a class template [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
location-host-canonicalization.html | 10 <p>This will test the URL canonicalization by assigning a host with an empty port specifier to window.location.host</p>
|
/external/clang/test/CXX/temp/ |
p3.cpp | 14 expected-error {{requires a type specifier}}
|
/external/clang/test/PCH/ |
cxx-friends.h | 13 // We used to inject this into future_base with no access specifier,
|
/external/clang/test/SemaObjC/ |
stmts.m | 14 } @catch (static NSObject *y) { // expected-error {{@catch parameter cannot have storage specifier 'static'}}
|
/external/clang/test/SemaOpenCL/ |
storageclass.cl | 10 auto int Y = 7; // expected-error{{OpenCL does not support the 'auto' storage class specifier}}
|
/external/clang/lib/Parse/ |
ParseTentative.cpp | 39 /// 'namespace' identifier = qualified-namespace-specifier ';' 42 /// 'using' typename[opt] '::'[opt] nested-name-specifier 47 /// 'using' 'namespace' '::'[opt] nested-name-specifier[opt] 76 /// decl-specifier-seq init-declarator-list[opt] ';' 81 /// attribute-specifier-seqopt type-specifier-seq declarator 100 // We don't have to parse all of the decl-specifier-seq part. There's only 101 // an ambiguity if the first decl-specifier is 102 // simple-type-specifier/typename-specifier followed by a '(', which ma [all...] |