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

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/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. */
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 3 [[carries_dependency, carries_dependency]] int m1(); // expected-error {{attribute 'carries_dependency' cannot appear multiple times in an attribute specifier}}
  /external/clang/test/CXX/dcl.dcl/dcl.enum/
p5.cpp 54 // Following the closing brace of an enum-specifier, each enumerator has the
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p2.cpp 10 operator auto(*)()->int(); // expected-error{{'auto' not allowed in conversion function type}} expected-error {{C++ requires a type specifier}}
  /external/clang/test/Sema/
type-spec-struct-union.c 4 on a type specifier of the form "struct-or-union identifier" when they
  /external/clang/test/SemaCXX/
alias-template.cpp 11 template<typename U> using B = inline void(int n); // expected-error {{type name does not allow function specifier}}
12 template<typename U> using C = virtual void(int n); // expected-error {{type name does not allow function specifier}}
13 template<typename U> using D = explicit void(int n); // expected-error {{type name does not allow function specifier}}
17 template<typename U> using H = constexpr int; // expected-error {{type name does not allow constexpr specifier}}
cxx0x-compat.cpp 21 auto int n = 0; // expected-warning {{'auto' storage class specifier is redundant and incompatible with C++11}}
cxx1y-variable-templates_in_class.cpp 46 template<typename T, typename T0> const T B3::right; // expected-error {{forward declaration of variable template cannot have a nested name specifier}}
47 template<typename T> const T B3::right<T,int>; // expected-error {{forward declaration of variable template partial specialization cannot have a nested name specifier}}
55 template<typename T, typename T0> const T B4::right; // expected-error {{forward declaration of variable template cannot have a nested name specifier}}
56 template<typename T> const T B4::right<T,int>; // expected-error {{forward declaration of variable template partial specialization cannot have a nested name specifier}} \
  /external/clang/test/SemaObjC/
property-9.m 47 @property (readonly) ; // expected-error {{type name requires a specifier or qualifier}}
  /external/clang/test/SemaTemplate/
derived.cpp 17 BaseTy; // expected-error{{C++ requires a type specifier for all declarations}}
  /external/stlport/stlport/stl/config/
_detect_dll_or_lib.h 61 * mode as only dynamic lib needs additional export/import specifier.
  /libcore/luni/src/main/java/java/util/
IllegalFormatConversionException.java 23 * is incompatible with the corresponding format specifier.
MissingFormatArgumentException.java 56 return "Format specifier: " + s;
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h 61 * mode as only dynamic lib needs additional export/import specifier.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h 61 * mode as only dynamic lib needs additional export/import specifier.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h 61 * mode as only dynamic lib needs additional export/import specifier.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h 61 * mode as only dynamic lib needs additional export/import specifier.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h 61 * mode as only dynamic lib needs additional export/import specifier.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_detect_dll_or_lib.h 61 * mode as only dynamic lib needs additional export/import specifier.
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 140 DILineInfoSpecifier Specifier = DILineInfoSpecifier()) = 0;
142 uint64_t Size, DILineInfoSpecifier Specifier = DILineInfoSpecifier()) = 0;
144 DILineInfoSpecifier Specifier = DILineInfoSpecifier()) = 0;
  /external/llvm/lib/DebugInfo/
DWARFContext.h 107 DILineInfoSpecifier Specifier = DILineInfoSpecifier());
109 uint64_t Size, DILineInfoSpecifier Specifier = DILineInfoSpecifier());
111 DILineInfoSpecifier Specifier = DILineInfoSpecifier());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 55 /* Type of a printf specifier-handler function.
69 /* Type of a printf specifier-arginfo function.
132 the format specifier is a uppercase character powers of 1000 are
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 55 /* Type of a printf specifier-handler function.
69 /* Type of a printf specifier-arginfo function.
132 the format specifier is a uppercase character powers of 1000 are
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 55 /* Type of a printf specifier-handler function.
69 /* Type of a printf specifier-arginfo function.
132 the format specifier is a uppercase character powers of 1000 are
  /external/clang/include/clang/AST/
DeclCXX.h 92 /// \brief Represents an access specifier followed by colon ':'.
95 /// of an access specifier followed by a colon in the list of member
115 /// \brief The location of the access specifier.
117 /// \brief Sets the location of the access specifier.
120 /// \brief The location of the colon following the access specifier.
160 /// specifier, including the "virtual" (if present) and access
161 /// specifier (if present).
173 /// This determines the mapping from the access specifier as written in the
174 /// source code to the access specifier used for semantic analysis.
177 /// \brief Access specifier as written in the source code (may be AS_none)
    [all...]

Completed in 302 milliseconds

1 2 3 4 56 7 8 91011>>