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

1 2 3

  /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 61 __declspec(deprecated) enum E3 { a, b, c } e; // expected-note {{declared here}}
67 enum E3 e2; // No warning expected, the deprecation follows the variable
68 enum E3 e3 = e; // expected-warning {{'e' is deprecated}} local
  /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 40 enum E { E1, E2, E3 };
  /external/chromium_org/ppapi/generators/test_parser/
enum.idl 17 E3 = 3,
  /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/llvm/lib/DebugInfo/
DWARFDebugLoc.cpp 29 for (SmallVectorImpl<unsigned char>::const_iterator I3 = I2->Loc.begin(), E3 = I2->Loc.end(); I3 != E3; ++I3) {
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p5.cpp 15 enum alignas(4) E3 { e3 = 0 }; // ok
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 161 enum E3 { e3a = (1u << 31) - 1 } e3; variable in typeref:enum:E3
177 // CHECK: %[[E3:.*]] = icmp ule i32 {{.*}}, 2147483647
178 // CHECK: br i1 %[[E3]]
180 int c = e3;
214 // CHECK: %[[E3:.*]] = icmp eq i64 %[[MISALIGN]], 0
215 // CHECK: %[[E123:.*]] = and i1 %[[E12]], %[[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 97 (mTotalTransferBytes * 8E3 / mTotalTransferTimeUs);
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 29 set REGKEY="HKLM\SOFTWARE\Google\Update\ClientState\{B210701E-FFC4-49E3-932B-370728C72662}"
  /external/chromium_org/v8/test/mjsunit/harmony/
module-parsing.js 88 module E3 = E1
150 export A, A1, A2, A3, B, I, C1, D1, D2, D3, E1, E2, E3, X, Y, Z, Wrap, x, y, UU
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 49 constexpr enum E3 { V3 } e3 = V3; variable in typeref:enum:E3
  /frameworks/av/media/libmediaplayerservice/
StagefrightPlayer.cpp 111 ALOGV("seekTo %.2f secs", msec / 1E3);
  /external/chromium_org/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/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/chromium_org/v8/test/mjsunit/compiler/
regress-8.js 73 if(a.total>=2E3) {

Completed in 646 milliseconds

1 2 3