HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 101 - 125 of 808) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/Parse/
ParseDecl.cpp 36 /// specifier-qualifier-list abstract-declarator[opt]
139 // we have an identifier or declaration specifier (const, int, etc.)
540 /// [MS] decl-specifier:
    [all...]
  /external/clang/lib/Basic/
Builtins.cpp 107 assert(*Printf == ':' && "p or P specifier must have be followed by a ':'");
110 assert(strchr(Printf, ':') && "printf specifier must end with a ':'");
126 assert(*Scanf == ':' && "s or S specifier must have be followed by a ':'");
129 assert(strchr(Scanf, ':') && "printf specifier must end with a ':'");
  /external/clang/test/CXX/class/class.mem/
p2.cpp 5 // complete type) at the closing } of the class-specifier. Within
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 10 static const double k5 = k4; // expected-error {{requires 'constexpr' specifier}} expected-note {{add 'constexpr'}}
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
p1.cpp 10 [[noreturn, noreturn]] void b() { throw 0; } // expected-error {{attribute 'noreturn' cannot appear multiple times in an attribute specifier}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p1.cpp 3 // A storage-class-specifier shall not be specified in an explicit
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 14 using B = inline void(int n); // expected-error {{type name does not allow function specifier}}
15 using C = virtual void(int n); // expected-error {{type name does not allow function specifier}}
16 using D = explicit void(int n); // expected-error {{type name does not allow function specifier}}
20 using H = constexpr int; // expected-error {{type name does not allow constexpr specifier}}
  /external/clang/test/CXX/temp/temp.res/temp.local/
p3.cpp 28 expected-error{{requires a type specifier}}
  /external/clang/test/CodeGen/
arm-vector-align.c 12 // Radar 9311427: Check that alignment specifier is used in Neon load/store
  /external/clang/test/Parser/
atomic.c 5 typedef _Atomic _Atomic _Atomic(int) atomic_int; // expected-warning {{duplicate '_Atomic' declaration specifier}}
  /external/clang/test/Sema/
block-args.c 40 int (^f)() = ^((x)) { }; // expected-error {{expected ')'}} expected-warning {{type specifier missing}} expected-note {{to match this}}
block-printf-attribute-1.c 20 vprintf_scanf("%", ap, "%d"); // expected-warning {{incomplete format specifier}}, expected-warning {{more '%' conversions than data arguments}}
function.c 21 int t6(int x, g); // expected-warning {{type specifier missing, defaults to 'int'}}
45 // expected-warning{{type specifier missing, defaults to 'int'}}
  /external/clang/test/SemaCXX/
unknown-type-name.cpp 75 int f1(undeclared, int); // expected-error{{requires a type specifier}}
102 // have a dependent nested name specifier.
105 // FIXME: We know which type specifier should have been specified here. Provide
108 A<T>::g() { } // expected-error{{requires a type specifier}}
warn-static-const-float.cpp 13 // expected-error@20 {{in-class initializer for static data member of type 'const double' requires 'constexpr' specifier}}
  /external/clang/test/SemaObjC/
protocols.m 65 - (int)test:(int)param, ..; // expected-warning{{type specifier missing}} \
  /libcore/luni/src/main/java/java/util/
DuplicateFormatFlagsException.java 21 * out in the format specifier.
IllegalFormatException.java 22 * contains either an illegal syntax or format specifier is transferred as a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xresource.h 194 _Xconst char* /* specifier */,
208 _Xconst char* /* specifier */,
342 char *specifier; /* Resource specifier */ member in struct:__anon36888
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xresource.h 194 _Xconst char* /* specifier */,
208 _Xconst char* /* specifier */,
342 char *specifier; /* Resource specifier */ member in struct:__anon38478
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xresource.h 194 _Xconst char* /* specifier */,
208 _Xconst char* /* specifier */,
342 char *specifier; /* Resource specifier */ member in struct:__anon39993
  /external/clang/lib/AST/
CXXInheritance.cpp 224 // Add this base specifier to the current path.
289 // Pop this base specifier off the current path (if we're
374 bool CXXRecordDecl::FindBaseClass(const CXXBaseSpecifier *Specifier,
379 return Specifier->getType()->castAs<RecordType>()->getDecl()
383 bool CXXRecordDecl::FindVirtualBaseClass(const CXXBaseSpecifier *Specifier,
388 return Specifier->isVirtual() &&
389 Specifier->getType()->castAs<RecordType>()->getDecl()
393 bool CXXRecordDecl::FindTagMember(const CXXBaseSpecifier *Specifier,
397 Specifier->getType()->castAs<RecordType>()->getDecl();
410 bool CXXRecordDecl::FindOrdinaryMember(const CXXBaseSpecifier *Specifier,
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 367 DILineInfoSpecifier Specifier) {
375 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) {
387 if (Specifier.needs(DILineInfoSpecifier::FileLineInfo)) {
390 Specifier.needs(DILineInfoSpecifier::AbsoluteFilePath);
401 DILineInfoSpecifier Specifier) {
408 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) {
423 // If the Specifier says we don't need FileLineInfo, just
425 if (!Specifier.needs(DILineInfoSpecifier::FileLineInfo)) {
434 Specifier.needs(DILineInfoSpecifier::AbsoluteFilePath);
458 DILineInfoSpecifier Specifier) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
HostSpecifierTest.java 86 private static HostSpecifier spec(String specifier) {
87 return HostSpecifier.fromValid(specifier);
  /external/stlport/src/
warning_disable.h 34 # pragma warning( disable : 4430 ) /* Missing type specifier, int assumed. */
35 # pragma warning( disable : 4431 ) /* Missing type specifier, int assumed. */

Completed in 214 milliseconds

1 2 3 45 6 7 8 91011>>