HomeSort by relevance Sort by last modified time
    Searched full:superset (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 44 t1 = &s2; // expected-error {{not superset}} expected-error {{incompatible type}}
45 t1 = &s3; // expected-error {{not superset}} expected-error {{incompatible type}}
46 void (&t2)() throw() = s2; // expected-error {{not superset}}
51 t4 = &s5; // expected-error {{not superset}} expected-error {{incompatible type}}
56 t1 = t3; // expected-error {{not superset}} expected-error {{incompatible type}}
59 t6 = t4; // expected-error {{not superset}} expected-error {{incompatible type}}
62 t1 = t5; // expected-error {{not superset}} expected-error {{incompatible type}}
84 void (Str1::*pfn3)() throw() = &Str1::f; // expected-error {{not superset}}
template.cpp 9 void (*t2)() throw() = &f1<0>; // expected-error {{not superset}}
12 void (*t4)() noexcept = &f2<0>; // expected-error {{not superset}}
p14.cpp 27 CA2 &(CA2::*captr3)(const CA2&) throw(A) = &CA2::operator=; // expected-error{{target exception specification is not superset of source}}
28 CA2 &(CA2::*captr4)(const CA2&) throw(B) = &CA2::operator=; // expected-error{{target exception specification is not superset of source}}
  /external/freetype/include/freetype/
ftwinfnt.h 63 * roughly a superset of MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT.
104 * A superset of Thai TIS 620 and ISO 8859-11.
107 * A superset of Japanese Shift-JIS (with minor deviations).
110 * A superset of simplified Chinese GB 2312-1980 (with different
114 * A superset of Korean Hangul KS~C 5601-1987 (with different
118 * A superset of traditional Chinese Big~5 ETen (with different
122 * A superset of East European ISO 8859-2 (with slightly different
126 * A superset of Russian ISO 8859-5 (with different ordering).
129 * ANSI encoding. A superset of ISO 8859-1.
132 * A superset of Greek ISO 8859-7 (with minor modifications)
    [all...]
  /external/chromium/chrome/browser/sync/util/
protobuf_unittest.cc 15 // serialising UnknownFieldsTestB, which is a superset of UnknownFieldsTestA,
  /pdk/
README 3 PDK release includes only necessary components for developing android HAL (Hardware Abstraction Layer). Note that the full android release is a superset of PDK release, and there is no separate PDK release to public as the full platform release includes everything in PDK.
  /external/clang/include/clang/Frontend/
LangStandard.h 60 /// isC89 - Language is a superset of C89.
63 /// isC99 - Language is a superset of C99.
66 /// isC11 - Language is a superset of C11.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRetainAllTester.java 66 private Target superset; field in class:CollectionRetainAllTester
86 superset
89 "superset");
166 // retainAll(superset)
170 expectReturnsFalse(superset);
176 expectReturnsFalseOrThrows(superset);
  /external/harfbuzz/contrib/tables/
BidiMirroring.txt 106 2283; 2282 # SUPERSET OF
108 2285; 2284 # [BEST FIT] NOT A SUPERSET OF
110 2287; 2286 # SUPERSET OF OR EQUAL TO
112 2289; 2288 # [BEST FIT] NEITHER A SUPERSET OF NOR EQUAL TO
114 228B; 228A # [BEST FIT] SUPERSET OF WITH NOT EQUAL TO
140 22D1; 22D0 # DOUBLE SUPERSET
198 27C4; 27C3 # OPEN SUPERSET
202 27C9; 27C8 # SUPERSET PRECEDING SOLIDUS
314 2ABE; 2ABD # SUPERSET WITH DOT
316 2AC0; 2ABF # SUPERSET WITH PLUS SIGN BELO
    [all...]
  /external/bison/m4/
snprintf.m4 9 dnl must guarantee that the decision for replacing snprintf is a superset
vsnprintf.m4 9 dnl must guarantee that the decision for replacing vsnprintf is a superset
  /external/clang/test/Lexer/
has_extension.c 9 // Arbitrary feature to test that has_extension is a superset of has_feature
  /external/webkit/Source/WebCore/svg/
SVGAnimateColorElement.h 30 // SVGAnimateElement implements superset of the functionality.
SVGSetElement.h 29 // SVGAnimateElement implements superset of the functionality.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_types.h 82 /// Forward iterators support a superset of input iterator operations.
84 /// Bidirectional iterators support a superset of forward iterator
87 /// Random-access iterators support a superset of bidirectional iterator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 82 /// Forward iterators support a superset of input iterator operations.
84 /// Bidirectional iterators support a superset of forward iterator
87 /// Random-access iterators support a superset of bidirectional iterator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 82 /// Forward iterators support a superset of input iterator operations.
84 /// Bidirectional iterators support a superset of forward iterator
87 /// Random-access iterators support a superset of bidirectional iterator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 82 /// Forward iterators support a superset of input iterator operations.
84 /// Bidirectional iterators support a superset of forward iterator
87 /// Random-access iterators support a superset of bidirectional iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_iterator_base_types.h 82 /// Forward iterators support a superset of input iterator operations.
84 /// Bidirectional iterators support a superset of forward iterator
87 /// Random-access iterators support a superset of bidirectional iterator
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 154 example 'replace single middle then overlapping superset' do
249 example 'replace then replace superset' do
260 example 'replace then replace lower indexed superset' do
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_iterator_base_types.h 95 /// Forward iterators support a superset of input iterator operations.
98 /// Bidirectional iterators support a superset of forward iterator
102 /// Random-access iterators support a superset of bidirectional
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_iterator_base_types.h 95 /// Forward iterators support a superset of input iterator operations.
98 /// Bidirectional iterators support a superset of forward iterator
102 /// Random-access iterators support a superset of bidirectional
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator_base_types.h 95 /// Forward iterators support a superset of input iterator operations.
98 /// Bidirectional iterators support a superset of forward iterator
102 /// Random-access iterators support a superset of bidirectional
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator_base_types.h 95 /// Forward iterators support a superset of input iterator operations.
98 /// Bidirectional iterators support a superset of forward iterator
102 /// Random-access iterators support a superset of bidirectional
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 549 const FunctionProtoType *Superset, SourceLocation SuperLoc,
563 Superset = ResolveExceptionSpec(SuperLoc, Superset);
564 if (!Superset)
570 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType();
572 // If superset contains everything, we're done.
574 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
582 FunctionProtoType::NoexceptResult SuperNR =Superset->getNoexceptSpec(Context);
587 // Another case of the superset containing everything.
589 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc)
    [all...]

Completed in 1359 milliseconds

1 2 3 4 5 6 7 8 9