HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 326 - 350 of 842) sorted by null

<<11121314151617181920>>

  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 53 // instantiated when we parse the nested name specifier.
84 template<typename T> enum class B<T*>::E { e5, e6 }; // expected-error {{nested name specifier for a declaration cannot depend on a template parameter}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp 93 // In a base-specifier-list (Clause 10); the pattern is a base-specifier.
  /external/clang/test/SemaCXX/
conversion-function.cpp 412 operator enum E { e } (); // expected-error {{'PR18234::A::E' cannot be defined in a type specifier}}
413 operator struct S { int n; } (); // expected-error {{'PR18234::A::S' cannot be defined in a type specifier}}
cxx0x-defaulted-functions.cpp 168 Outer<T>::Inner1<T>::~Inner1() = delete; // expected-error {{nested name specifier 'Outer<T>::Inner1<T>::' for declaration does not refer into a class, class template or class template partial specialization}} expected-error {{only functions can have deleted definitions}}
171 Outer<T>::Inner2<T>::~Inner2() = default; // expected-error {{nested name specifier 'Outer<T>::Inner2<T>::' for declaration does not refer into a class, class template or class template partial specialization}} expected-error {{only special member functions may be defaulted}}
expression-traits.cpp 226 // ::<sub>opt</sub> nested-name-specifier template<sub>opt</sub> unqualified-id
261 // (cont'd)...A nested-name-specifier that names a class,
297 // expr.prim/8 A nested-name-specifier that names a namespace
324 // expr.type.conv/1 A simple-type-specifier (7.1.5) followed by a
338 // simple-type-specifier (7.1.5.2) for a non-array complete object
  /frameworks/base/core/java/android/net/
NetworkRequest.java 177 * Sets the optional bearer specific network specifier.
187 * specific network specifier where the bearer has a choice of
  /external/icu/icu4c/source/i18n/unicode/
translit.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 95 /// \brief Determine whether the token kind starts a simple-type-specifier.
99 // token kind is a valid type specifier
238 /// within the given scope, with optional C++ scope specifier SS, to
262 // nested-name-specifier depends on a template-parameter (14.6.2)
265 // elaborated-type-specifier (7.1.5.3).
300 // nested-name-specifier.
427 // constructor or destructor name (in such a case, the scope specifier
482 // instantiation time. The name specifier isn't dependent, so template
646 "Invalid scope specifier has already been diagnosed");
716 /// Build a ParsedType for a simple-type-specifier with a nested-name-specifier
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 232 char Specifier = Tok.front();
235 switch (Specifier) {
290 switch (Specifier) {
344 report_fatal_error("Unexpected trailing characters after mangling specifier in datalayout string");
346 report_fatal_error("Expected mangling specifier in datalayout string");
348 report_fatal_error("Unknown mangling specifier in datalayout string");
370 report_fatal_error("Unknown specifier in datalayout string");
  /external/clang/include/clang/AST/
TypeLoc.h 451 /// types that are written as a type-specifier.
630 /// \brief True if the tag was defined in this type specifier.
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.yy 868 $$->type->specifier = $1;
878 $$->type->specifier = $1;
907 $$->type->specifier = $3;
916 $$->type->specifier = $2;
1093 $$->specifier = $1;
1101 $$->specifier = $2;
    [all...]
ast.h 472 /** Construct a type specifier from a type name */
481 /** Construct a type specifier from a structure definition */
516 ast_type_specifier *specifier; member in class:ast_fully_specified_type
  /external/clang/test/FixIt/
format-darwin.m 189 // It is valid to use a specifier with the opposite signedness as long as
224 printf("%D", 1); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'd'?}}
225 printf("%U", 1); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'u'?}}
226 printf("%O", 1); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'o'?}}
233 printf("%lD", 1); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'd'?}} expected-warning{{format specifies type 'long' but the argument has type 'int'}}
  /external/clang/include/clang/Serialization/
Module.h 400 /// \brief The number of C++ base specifier sets in this AST file.
403 /// \brief Offset of each C++ base specifier set within the bitstream,
404 /// indexed by the C++ base specifier set ID (-1).
  /external/clang/test/SemaObjC/
format-strings-objc.m 50 NSLog(@"%s%lb%d", "unix", 10,20); // expected-warning {{invalid conversion specifier 'b'}}
94 [Foo fooWithCStringFormat:"%@"]; // expected-warning {{invalid conversion specifier '@'}}
238 printf("%!", *obj); // expected-error {{cannot pass object with interface type 'Foo' by value through variadic function}} expected-warning {{invalid conversion specifier}}
  /external/e2fsprogs/misc/
fsck.8.in 35 or an ext2 label or UUID specifier (e.g.
135 If an options specifier is present, then only filesystems which contain
139 will be checked. If the options specifier is prefixed by a negation
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 323 * <li> arguments: Each argument comprises of a type specifier followed by the actual argument.
324 * The type specifier is a single character as used in JNI:
327 * The type specifier is followed by the actual value of argument.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
ansidecl.h 316 /* Use ATTRIBUTE_PRINTF when the format specifier must not be NULL.
345 /* Use ATTRIBUTE_NULL_PRINTF when the format specifier may be NULL. A
346 NULL format specifier was allowed as of gcc 3.3. */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
ansidecl.h 323 /* Use ATTRIBUTE_PRINTF when the format specifier must not be NULL.
352 /* Use ATTRIBUTE_NULL_PRINTF when the format specifier may be NULL. A
353 NULL format specifier was allowed as of gcc 3.3. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
ansidecl.h 316 /* Use ATTRIBUTE_PRINTF when the format specifier must not be NULL.
345 /* Use ATTRIBUTE_NULL_PRINTF when the format specifier may be NULL. A
346 NULL format specifier was allowed as of gcc 3.3. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 323 /* Use ATTRIBUTE_PRINTF when the format specifier must not be NULL.
352 /* Use ATTRIBUTE_NULL_PRINTF when the format specifier may be NULL. A
353 NULL format specifier was allowed as of gcc 3.3. */
  /external/icu/icu4c/source/io/
uscanf_p.c 106 * Parse a single u_scanf format specifier in Unicode.
109 * format specifier.
110 * @return The number of characters contained in this specifier.
225 /* finally, get the specifier letter */
228 /* return # of characters in this specifier */
    [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 283 /// will be performed to find possible nested name specifier changes.
287 /// candidates and add the nested name specifier changes to each candidate if
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 12 // - Adds strong/weak/unsafe_unretained ownership specifier to properties that
16 // - If a property is synthesized, adds the ownership specifier in the ivar
  /external/clang/test/OpenMP/
for_simd_aligned_messages.cpp 20 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'}}
25 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'?}}

Completed in 350 milliseconds

<<11121314151617181920>>