HomeSort by relevance Sort by last modified time
    Searched refs:E3 (Results 1 - 25 of 56) 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 {
  /external/clang/test/Parser/
MicrosoftExtensions.c 42 __declspec(deprecated) enum E3 { a, b, c } e; /* expected-note {{'e' has been explicitly marked deprecated here}} */
47 enum E3 e2; /* No warning expected, the deprecation follows the variable */
48 enum E3 e3 = e; /* expected-warning {{'e' is deprecated}} */ local
cxx0x-attributes.cpp 173 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 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 149 struct E3 : DeletedCopyAssign {}; // expected-note {{base class 'DeletedCopyAssign' has a deleted copy}}
159 template struct CopyAssign<E3>; // expected-note {{here}}
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p5.cpp 16 enum alignas(4) E3 { e3 = 0 }; // ok
  /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/media/cast/
cast_defines.h 101 static const double kMagicFractionalUnit = 4.294967296E3;
  /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
  /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/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js 47 cvox.BrailleOverlayWidget.prototype.hide_=function(){if(this.containerNode_){var a=this.containerNode_;a.style.opacity="0.0";window.setTimeout(function(){document.body.removeChild(a)},1E3);this.brailleNode_=this.contentNode_=this.containerNode_=null}};cvox.BrailleOverlayWidget.prototype.setContent_=function(a,b){this.contentNode_||this.show_();this.contentNode_.textContent=a;this.brailleNode_.textContent=b};
    [all...]
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
  /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/chromium_org/v8/test/mjsunit/compiler/
regress-8.js 73 if(a.total>=2E3) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 98 }, 1E3

Completed in 1088 milliseconds

1 2 3