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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
types.py 39 return type_.unqualified()
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 39 return type_.unqualified()
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/
types.py 39 return type_.unqualified()
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
types.py 39 return type_.unqualified()
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
types.py 39 return type_.unqualified()
  /external/clang/lib/Sema/
SemaLookup.cpp 90 /// A collection of using directives, as used by C++ unqualified
103 // During unqualified name lookup, the names appear as if they
761 // Performs C++ unqualified lookup into the given file context.
901 // ...During unqualified name lookup (3.4.1), the names appear as if
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 392 assert(!Ty.hasQualifiers() &&"Constructor type must be unqualified");
396 assert(!Ty.hasQualifiers() && "Destructor type must be unqualified");
  /external/clang/test/CXX/drs/
dr6xx.cpp 221 // expected-error@-2 {{expected unqualified-id}}
298 template<> C::C<int>() {} // expected-error {{constructor name}} expected-error {{unqualified-id}}
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 15 A:: ; // expected-error {{expected unqualified-id}}
56 A:: ; // expected-error {{expected unqualified-id}}
friend.cpp 303 // have some test cases where unqualified lookup finds C++ methods without using
  /external/dnsmasq/src/
lease.c 423 unqualified name from it, free the unqulaified name here. */
469 /* Depending on mode, we check either unqualified name or FQDN. */
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java 324 * Checks if the value is a legal "unqualified" XML name, as
328 * @return Returns true if the name is a valid "unqualified" XML name.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unique_ptr.h 81 // Like is_base_of<_Tp, _Up> but false if unqualified types are the same
305 // like is_base_of<_Tp, _Up> but false if unqualified types are the same
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unique_ptr.h 81 // Like is_base_of<_Tp, _Up> but false if unqualified types are the same
305 // like is_base_of<_Tp, _Up> but false if unqualified types are the same
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unique_ptr.h 81 // Like is_base_of<_Tp, _Up> but false if unqualified types are the same
305 // like is_base_of<_Tp, _Up> but false if unqualified types are the same
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unique_ptr.h 81 // Like is_base_of<_Tp, _Up> but false if unqualified types are the same
305 // like is_base_of<_Tp, _Up> but false if unqualified types are the same
  /external/bison/data/
bison.m4 542 # specified or empty, do this for the unqualified %code blocks. Also, record
546 # For example, to emit any unqualified %code blocks followed by any %code
555 [b4_comment([m4_if([$#], [0], [[Unqualified %code]],
563 # If any %code blocks for QUALIFIER (or unqualified %code blocks if
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 82 /// \brief Do last resort, unqualified lookup on a LookupResult that
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 8 Y<1 >> 2> *y2; // FIXME: expected-error{{expected unqualified-id}}
  /external/clang/test/Parser/
cxx-template-decl.cpp 20 expected-error {{expected unqualified-id}}
  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 4 template void *; // expected-error{{expected unqualified-id}}
  /external/parameter-framework/Schemas/
Parameter.xsd 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 198 * _Dst types are the same unqualified types _Ret will be false if:
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 198 * _Dst types are the same unqualified types _Ret will be false if:
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 198 * _Dst types are the same unqualified types _Ret will be false if:

Completed in 349 milliseconds

1 2 3 4 56 7 8 91011>>