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

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/AST/
CXXInheritance.cpp 216 // Add this base specifier to the current path.
281 // Pop this base specifier off the current path (if we're
354 bool CXXRecordDecl::FindBaseClass(const CXXBaseSpecifier *Specifier,
359 return Specifier->getType()->castAs<RecordType>()->getDecl()
363 bool CXXRecordDecl::FindVirtualBaseClass(const CXXBaseSpecifier *Specifier,
368 return Specifier->isVirtual() &&
369 Specifier->getType()->castAs<RecordType>()->getDecl()
373 bool CXXRecordDecl::FindTagMember(const CXXBaseSpecifier *Specifier,
377 Specifier->getType()->castAs<RecordType>()->getDecl();
390 bool CXXRecordDecl::FindOrdinaryMember(const CXXBaseSpecifier *Specifier,
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MaxEvaluationsExceededException.java 53 * @param pattern format specifier
67 * @param pattern format specifier
MaxIterationsExceededException.java 53 * @param pattern format specifier
67 * @param pattern format specifier
  /external/clang/test/Sema/
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'}}
type-spec-struct-union.c 4 on a type specifier of the form "struct-or-union identifier" when they
  /external/guava/guava-tests/test/com/google/common/net/
HostSpecifierTest.java 86 private static HostSpecifier spec(String specifier) {
87 return HostSpecifier.fromValid(specifier);
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 67 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec".
71 /// specifier is present, this returns a string indicating the problem.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
WindowsFakeFileSystem.java 26 * <li>An absolute path starts with a drive specifier (e.g. 'a:' or 'c:') followed
71 * paths, a path is valid if it starts with a drive specifier followed by
  /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/class.access/class.friend/
p3-cxx0x.cpp 39 template <typename S> friend class B<S>::ty; // expected-warning {{dependent nested name specifier 'B<S>::' for friend class declaration is not supported}}
  /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/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}}
  /external/clang/test/SemaTemplate/
derived.cpp 17 BaseTy; // expected-error{{C++ requires a type specifier for all declarations}}
  /external/guava/guava/src/com/google/common/primitives/
ParseRequest.java 37 // Handle radix specifier if present
  /external/squashfs-tools/RELEASE-READMEs/
README-4.0 35 mode is the octal mode specifier, similar to that expected by chmod.
  /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.
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
ICU.java 30 // Ignore the era specifier, if present.
  /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.

Completed in 2953 milliseconds

1 2 3 4 5 67 8 91011>>