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

1 2 3 4 5 6 7 8 910

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p12.cpp 10 E1 = E0 + 1
  /external/clang/test/CXX/class.access/class.friend/
p2-cxx03.cpp 15 enum E1 { };
19 X0<E1> x0d;
p3-cxx0x.cpp 8 enum E1 { };
12 X0<E1> x0d;
  /external/clang/test/Modules/
macro-hiding.cpp 92 #ifdef E1
93 #include "e1.h"
100 #if defined(A1) || defined(B2) || defined(C1) || defined(D1) || defined(E1) || defined(E2)
  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 9 enum E { E0, E1 };
19 case E1:
26 case E1:
33 case E1:
  /external/clang/test/SemaCXX/
warn-c++11-extensions.cpp 8 enum struct E1 { A, B }; // expected-warning {{scoped enumerations are a C++11 extension}}
warn-literal-conversion.cpp 16 int y7 = 1.23E1; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 12.3 to 12}}
17 int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int' changes value from 12.3 to 12}}
default-assignment-operator.cpp 76 class E1 { // expected-error{{cannot define the implicit copy assignment operator for 'E1', because non-static const member 'a' cannot use copy assignment operator}}
80 E1() : a(0) {}
84 E1 e1, e2; variable
87 e1 = e2; // expected-note{{assignment operator for 'E1' first required here}}
enum-scoped.cpp 3 enum class E1 {
11 E1 v1 = Val1; // expected-error{{undeclared identifier}}
12 E1 v2 = E1::Val1;
14 static_assert(sizeof(E1) == sizeof(int), "bad size");
15 static_assert(sizeof(E1::Val1) == sizeof(int), "bad size");
19 E1 v3 = E2::Val1; // expected-error{{cannot initialize a variable}}
20 int x1 = E1::Val1; // expected-error{{cannot initialize a variable}}
27 E1 v5 = Val2; // expected-error{{cannot initialize a variable}}
34 int a2[E1::Val1]; // expected-error{{size of array has non-integer type}
40 e1 = -2147483648, \/\/ ok member in class:E1::E2::E4
46 e1 = 2147483647, \/\/ ok member in class:E1::E2::E4::E5
51 e1 = false, e2 = true, member in class:E1::E2::E4::E6
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
_swizzle.hpp 51 template <typename T, precision P, typename V, int E0, int E1, int E2, int E3, int N>
56 template <typename T, precision P, typename V, int E0, int E1>
57 struct _swizzle_base1<T, P, V,E0,E1,-1,-2,2> : public _swizzle_base0<T, 2>
59 GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1)); }
62 template <typename T, precision P, typename V, int E0, int E1, int E2>
63 struct _swizzle_base1<T, P, V,E0,E1,E2,-1,3> : public _swizzle_base0<T, 3>
65 GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1), this->elem(E2)); }
68 template <typename T, precision P, typename V, int E0, int E1, int E2, int E3>
69 struct _swizzle_base1<T, P, V,E0,E1,E2,E3,4> : public _swizzle_base0<T, 4>
71 GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1), this->elem(E2), this->elem(E3));
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/
p2.cpp 8 enum [[maybe_unused]] E1 {
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 61 struct E1 {
62 E1() noexcept = default;
63 E1(const E1&) noexcept = default;
64 E1(E1&&) noexcept = default;
65 E1 &operator=(const E1&) noexcept = default;
66 E1 &operator=(E1&&) noexcept = default
    [all...]
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
p3.cpp 31 enum E1 { one };
36 A operator >= (E1, E1);
37 A operator >= (E1, const E2);
39 E1 a;
46 template <typename T> A operator <= (E1, T);
  /external/clang/test/ASTMerge/Inputs/
enum1.c 2 enum E1 {
enum2.c 2 enum E1 {
  /external/clang/test/CodeGenCXX/
pr20719.cpp 28 struct E1;
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
tuple_element.fail.cpp 29 using E1 = typename std::tuple_element<1, T &>::type; // expected-error{{undefined template}}
  /prebuilts/go/darwin-x86/test/
float_lit.go 100 if !close(0E1, 0, 1, 1) {
101 print("0E1 is ", 0E1, "\n")
110 if !close(0.E1, 0, 1, 1) {
111 print("0.E1 is ", 0.E1, "\n")
120 if !close(.0E1, 0, 1, 1) {
121 print(".0E1 is ", .0E1, "\n")
130 if !close(0.0E1, 0, 1, 0)
    [all...]
  /prebuilts/go/linux-x86/test/
float_lit.go 100 if !close(0E1, 0, 1, 1) {
101 print("0E1 is ", 0E1, "\n")
110 if !close(0.E1, 0, 1, 1) {
111 print("0.E1 is ", 0.E1, "\n")
120 if !close(.0E1, 0, 1, 1) {
121 print(".0E1 is ", .0E1, "\n")
130 if !close(0.0E1, 0, 1, 0)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePerformanceLibNull/
BasePerformanceLibNull.inf 20 FILE_GUID = FC120ED3-40E1-46dc-8C9C-AAE3CA139ACF
  /external/clang/test/Sema/
warn-duplicate-enum.c 30 E1,
31 E2 = E1,
ms_bitfield_layout.c 231 typedef union E1 {
237 } E1;
240 // CHECK-NEXT: 0 | union E1
336 sizeof(E1) +
  /prebuilts/go/darwin-x86/src/encoding/json/
number_test.go 28 "12E1",
34 "-12E1",
40 "1.2E1",
46 "-1.2E1",
52 "0E1",
58 "-0E1",
94 "e1",
101 "1.e1",
  /prebuilts/go/linux-x86/src/encoding/json/
number_test.go 28 "12E1",
34 "-12E1",
40 "1.2E1",
46 "-1.2E1",
52 "0E1",
58 "-0E1",
94 "e1",
101 "1.e1",
  /external/clang/INPUTS/
c99-intconst-1.c 40 /* (T1 *) if E1, otherwise (T2 *) if E2. */
41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \
42 type_if(T2, (!(E1) && (E2))))
43 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3. */
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \
45 type_comb3(type_if(T1, (E1)), \
46 type_if(T2, (!(E1) && (E2))), \
47 type_if(T3, (!(E1) && !(E2) && (E3))))
48 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3, otherwis
    [all...]

Completed in 921 milliseconds

1 2 3 4 5 6 7 8 910