HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 151 - 175 of 1138) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/AST/
CXXInheritance.cpp 92 [this, BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) {
93 return FindBaseClass(Specifier, Path, BaseDecl);
113 [this, BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) {
114 return FindVirtualBaseClass(Specifier, Path, BaseDecl);
219 // Add this base specifier to the current path.
284 // Pop this base specifier off the current path (if we're
356 bool CXXRecordDecl::FindBaseClass(const CXXBaseSpecifier *Specifier,
361 return Specifier->getType()->castAs<RecordType>()->getDecl()
365 bool CXXRecordDecl::FindVirtualBaseClass(const CXXBaseSpecifier *Specifier,
370 return Specifier->isVirtual() &
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 173 /// specifier in the typedef. "apply" is a nested template, and can
307 /// nested-name-specifier that precedes the template name (if it has
376 /// preceded by a nested name specifier, e.g., \c std::vector. Here,
377 /// the nested name specifier is "std::" and the template name is the
384 /// \brief The nested name specifier that qualifies the template name.
405 /// \brief Return the nested name specifier that qualifies this name.
436 /// including its nested name specifier (if any). For example,
438 /// where "MetaFun::" is the nested name specifier and "apply" is the
441 /// \brief The nested name specifier that qualifies the template
466 /// another dependent template name whose nested name specifier i
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathException.java 67 * @param pattern format specifier
80 * @param pattern format specifier
108 * @param pattern format specifier
124 * @param pattern format specifier
  /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/dcl.decl/dcl.meaning/
p1-0x.cpp 3 // The nested-name-specifier of a qualified declarator-id shall not begin with a decltype-specifier.
21 int decltype(tfoo<T>())::i; // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for declaration does not refer into a class, class template or class template partial specialization}}
23 void decltype(tfoo<T>())::func() { // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for declaration does not refer into a class, class template or class template partial specialization}}
  /external/clang/test/CXX/temp/temp.res/temp.local/
p3.cpp 27 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/CodeGenOpenCL/
address-spaces-mangling.cl 5 // no specifier given address space so we get multiple definition
  /external/clang/test/Modules/Inputs/merge-using-decls/
b.h 39 // Mismatch in nested-name-specifier.
  /external/clang/test/Parser/
atomic.c 5 typedef _Atomic _Atomic _Atomic(int) atomic_int; // expected-warning {{duplicate '_Atomic' declaration specifier}}
colon-colon-parentheses.cpp 25 // expected-error@+2{{C++ requires a type specifier for all declarations}}
declarators.c 9 int f4(*XX)(void); /* expected-error {{cannot return}} expected-warning {{type specifier missing, defaults to 'int'}} */
64 static f; // expected-warning {{type specifier missing, defaults to 'int'}}
65 static g = 4; // expected-warning {{type specifier missing, defaults to 'int'}}
66 static h // expected-warning {{type specifier missing, defaults to 'int'}}
  /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}}
  /external/clang/test/SemaCXX/
crashes.cpp 185 member(); // expected-error{{C++ requires a type specifier for all declarations}}
186 static member(); // expected-error{{C++ requires a type specifier for all declarations}}
241 appendList(int[]...); // expected-error {{C++ requires a type specifier for all declarations}}
242 appendList(int[]...) { } // expected-error {{C++ requires a type specifier for all declarations}}
unknown-type-name.cpp 77 int f1(undeclared, int); // expected-error{{requires a type specifier}}
108 // have a dependent nested name specifier.
111 // FIXME: We know which type specifier should have been specified here. Provide
114 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}} \
  /external/clang/test/SemaOpenCL/
storageclass.cl 16 auto int L3 = 7; // expected-error{{OpenCL does not support the 'auto' storage class specifier}}
  /external/curl/lib/
share.h 40 unsigned int specifier; member in struct:Curl_share
  /external/libxml2/result/SVG/
transform.xml 17 because the CSS unit specifier has been provided. -->
  /external/libxml2/test/SVG/
transform.xml 21 because the CSS unit specifier has been provided. -->

Completed in 792 milliseconds

1 2 3 4 5 67 8 91011>>