HomeSort by relevance Sort by last modified time
    Searched full:unqualified (Results 76 - 100 of 262) sorted by null

1 2 34 5 6 7 8 91011

  /external/clang/test/SemaCXX/
class.cpp 134 // BOGUS expected-error {{expected unqualified-id}}
new-delete.cpp 82 (void)::S::new int; // expected-error {{expected unqualified-id}}
108 ::S::delete (int*)0; // expected-error {{expected unqualified-id}}
  /prebuilts/devtools/repository/
sdk-addons-list-2.xsd 22 attributeFormDefault="unqualified"
sdk-sys-img-1.xsd 22 attributeFormDefault="unqualified"
  /external/clang/lib/AST/
DeclarationName.cpp 395 assert(!Ty.hasQualifiers() &&"Constructor type must be unqualified");
399 assert(!Ty.hasQualifiers() && "Destructor type must be unqualified");
ASTContext.cpp     [all...]
CXXInheritance.cpp 53 /// an unqualified, canonical class type.
200 // the base class scope is not examined during unqualified name lookup
  /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.
  /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 75 /// \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/stlport/stlport/stl/
type_manips.h 198 * _Dst types are the same unqualified types _Ret will be false if:
  /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:
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 198 * _Dst types are the same unqualified types _Ret will be false if:
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 198 * _Dst types are the same unqualified types _Ret will be false if:
  /external/clang/lib/Sema/
SemaExprMember.cpp 203 // Unqualified lookup in a non-static member function found a member of an
    [all...]
SemaCXXScopeSpec.cpp 467 // unqualified name lookup in the given scope (if available) or
478 // Perform unqualified name lookup in the current scope.
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 299 // Delete of an unqualified identifier
300 CheckStrictMode("delete unqualified;", SyntaxError);
301 CheckStrictMode("function strict() { delete unqualified; }", SyntaxError);
    [all...]
  /external/clang/lib/StaticAnalyzer/
README.txt 87 'this' region in one method and unqualified 'this' region in another
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 62 // FIXME: expected-error{{expected unqualified-id}}
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 246 // Figure out the unqualified name of the inner class.
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 380 // Can't find extensions for unqualified type names.
431 // Can't find extensions for unqualified types.

Completed in 1147 milliseconds

1 2 34 5 6 7 8 91011