HomeSort by relevance Sort by last modified time
    Searched refs:E3 (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 81 struct E3 {
82 E3() = default;
83 E3(const E3&) = default;
84 E3(E3&&) = default;
85 E3 &operator=(const E3&) = default;
86 E3 &operator=(E3&&) = default
89 E3 e3; variable
90 static_assert(noexcept(E3(), E3(E3()), E3(e3), e3 = E3(), e3 = e3), ""); variable
    [all...]
  /external/clang/test/SemaCXX/
enum-bitfield.cpp 12 enum E3 : Integer;
member-name-lookup.cpp 23 enum E3 { enumerator3 }; // expected-note 2{{member found by ambiguous name lookup}}
30 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}}
50 D::E3 e3; // expected-error{{multiple base classes}} local
66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} local
74 enum E3 { enumerator3 }; // expected-note 2 {{member found by ambiguous name lookup}}
81 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}}
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types} local
125 E3 e3; \/\/ expected-error{{member 'E3' found in multiple base classes of different types}} local
    [all...]
enum-scoped.cpp 22 enum E3 : char {
26 E3 v4 = Val2;
29 static_assert(sizeof(E3) == 1, "bad size");
42 e3 = 2147483648 // expected-error{{enumerator value evaluates to 2147483648, which cannot be narrowed to type 'int'}} member in class:E1::E2::E4
52 e3 // expected-error{{2 is not representable in the underlying}}
57 e3 // expected-error{{2 is not representable in the underlying}}
64 e3 // expected-error{{2 is not representable in the underlying}}
  /external/clang/test/ASTMerge/Inputs/
enum1.c 16 enum E3 {
enum2.c 16 enum E3 {
  /dalvik/tests/091-deep-interface-hierarchy/src/
Main.java 48 interface E3 extends D1, D2, D3, D4, D5 {}
52 interface F1 extends E1, E2, E3, E4, E5 {}
53 interface F2 extends E1, E2, E3, E4, E5 {}
54 interface F3 extends E1, E2, E3, E4, E5 {}
55 interface F4 extends E1, E2, E3, E4, E5 {}
56 interface F5 extends E1, E2, E3, E4, E5 {}
  /external/clang/test/Parser/
MicrosoftExtensions.c 58 __declspec(deprecated) enum E3 { a, b, c } e; // expected-note {{declared here}}
64 enum E3 e2; // No warning expected, the deprecation follows the variable
65 enum E3 e3 = e; // expected-warning {{'e' is deprecated}} local
cxx0x-attributes.cpp 116 enum [[]] E3 : int;
  /external/clang/INPUTS/
c99-intconst-1.c 43 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3. */
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \
47 type_if(T3, (!(E1) && !(E2) && (E3))))
48 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3, otherwise
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \
53 type_if(T3, (!(E1) && !(E2) && (E3))), \
54 type_if(T4, (!(E1) && !(E2) && !(E3) && (E4))))
55 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3, otherwise
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \
60 type_if(T3, (!(E1) && !(E2) && (E3))), \
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 32 E3 = E2
  /external/clang/test/SemaTemplate/
instantiate-non-type-template-parameter.cpp 39 enum E { E1, E2, E3 };
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 121 struct E3 : DeletedCopyAssign {}; // expected-note {{base class 'DeletedCopyAssign' has a deleted copy}}
131 template struct CopyAssign<E3>; // expected-note {{here}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 48 constexpr enum E3 { V3 } e3 = V3; variable in typeref:enum:E3
  /external/v8/test/mjsunit/harmony/
module-parsing.js 88 module E3 = E1.F
145 export A, A1, A2, A3, B, I, C1, D1, D2, D3, E1, E2, E3, X, Y, Z, Wrap, x, y, UU
  /frameworks/av/media/libstagefright/
HTTPBase.cpp 85 (mTotalTransferBytes * 8E3 / mTotalTransferTimeUs);
  /frameworks/av/media/libmediaplayerservice/
StagefrightPlayer.cpp 111 ALOGV("seekTo %.2f secs", msec / 1E3);
  /external/v8/test/mjsunit/regress/
regress-3247124.js 28 var foo = unescape("%E0%E2%EA%F4%FB%E3%F5%E1%E9%ED%F3%FA%E7%FC%C0%C2%CA%D4%DB%C3%D5%C1%C9%CD%D3%DA%C7%DC");
  /external/v8/test/mjsunit/compiler/
regress-8.js 73 if(a.total>=2E3) {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 98 }, 1E3
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 158 duration / 1E3 );
  /external/chromium-trace/
script.js 24 base.exportTo("tracing",function(){function e(a){this.parentEl_=a;this.scaleX_=1;this.gridTimebase_=this.panX_=0;this.gridStep_=1E3/60;this.hasCalledSetupFunction_=this.gridEnabled_=!1;this.onResizeBoundToThis_=this.onResize_.bind(this);this.checkForAttachInterval_=setInterval(this.checkForAttach_.bind(this),250);this.markers=[]}function c(a,b){this.viewport_=a;this.positionWorld_=b;this.selected_=!1}e.prototype={__proto__:base.EventTarget.prototype,drawUnderContent:function(){},drawOverContent:function(a,
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.3.js 71 array[item++] = new TestCase( SECTION, "3.e3", 3000, 3.e3 );
77 array[item++] = new TestCase( SECTION, "3.3e3", 3300, 3.3e3 );
83 array[item++] = new TestCase( SECTION, ".3e3", 300, .3e3 );
89 array[item++] = new TestCase( SECTION, "3e3", 3000, 3e3 );
95 array[item++] = new TestCase( SECTION, "3e3", 3000, 3e3 );
    [all...]
  /external/icu4c/data/sprep/
rfc3491.txt 489 00C3; 00E3; MAP
634 01E2; 01E3; MAP
727 03E2; 03E3; MAP
847 04E2; 04E3; MAP
1249 24C9; 24E3; MAP
    [all...]
rfc3530csci.txt 488 00C3; 00E3; MAP
633 01E2; 01E3; MAP
726 03E2; 03E3; MAP
846 04E2; 04E3; MAP
1248 24C9; 24E3; MAP
    [all...]

Completed in 622 milliseconds

1 2