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

1 2 3

  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 91 struct E4 {
92 E4() noexcept(false);
93 E4(const E4&) noexcept(false);
94 E4(E4&&) noexcept(false);
95 E4 &operator=(const E4&) noexcept(false);
96 E4 &operator=(E4&&) noexcept(false)
107 E4 e4; member in struct:E5
    [all...]
  /external/clang/test/ASTMerge/Inputs/
enum1.c 23 enum E4 {
enum2.c 23 enum E4 {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckLib/
VarCheckLib.inf 21 FILE_GUID = 63E12D08-0C5D-47F8-95E4-09F89D7506C5
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 150 struct E4 : DeletedMoveAssign { // expected-note {{base class 'DeletedMoveAssign' has a deleted move}}
151 E4 &operator=(E4 &&) = default; // expected-note {{here}}
160 template struct MoveAssign<E4>; // expected-note {{here}}
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
UefiMemoryAllocationProfileLib.inf 27 FILE_GUID = 9E8A380A-231E-41E4-AD40-5E706196B853
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54Integrator.java 83 private static final double E4 = 71.0 / 1920.0;
142 E4 * yDotK[3][j] + E5 * yDotK[4][j] +
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
c.go 47 // E4 (should see this)
48 E4 struct{}
  /prebuilts/go/linux-x86/src/go/doc/testdata/
c.go 47 // E4 (should see this)
48 E4 struct{}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
noavx-3.l 36 [ ]*19[ ]+E4
49 [ ]*28[ ]+E4
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
PlatformBootManagerLib.inf 22 FILE_GUID = 469184E8-FADA-41E4-8823-012CA19B40D4
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalPasswordDxe.inf 20 FILE_GUID = E3E4048D-6C0C-43E4-AE1C-FFB579D8EF41
  /external/clang/test/Sema/
attr-mode-enums.c 8 typedef enum { E4 } EnumType;
  /external/clang/INPUTS/
c99-intconst-1.c 49 (T4 *) if E4. */
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \
54 type_if(T4, (!(E1) && !(E2) && !(E3) && (E4))))
56 (T4 *) if E4, otherwise (T5 *) if E5, otherwise (T6 *) if E6. */
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \
61 type_if(T4, (!(E1) && !(E2) && !(E3) && (E4))), \
62 type_if(T5, (!(E1) && !(E2) && !(E3) && !(E4) && (E5))), \
64 && !(E4) && !(E5) && (E6))))
71 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \
72 __typeof__(*((first_of4p(T1, (E1), T2, (E2), T3, (E3), T4, (E4)))0)
    [all...]
  /external/caliper/examples/src/main/java/examples/
EnumSetContainsBenchmark.java 58 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17,
64 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17,
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p5.cpp 17 enum alignas(4) E4 { e4 = 1ull << 33 }; // expected-error {{requested alignment is less than minimum alignment of 8 for type 'E4'}}
  /prebuilts/go/darwin-x86/src/math/
tan.go 64 -1.30936939181383777646E4, // 0xc0c992d8d24f3f38
70 1.36812963470692954678E4, //0x40cab8a5eeb36572
  /prebuilts/go/linux-x86/src/math/
tan.go 64 -1.30936939181383777646E4, // 0xc0c992d8d24f3f38
70 1.36812963470692954678E4, //0x40cab8a5eeb36572
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 60 enum E4 { V4 } constexpr e4 = V4; variable in typeref:enum:E4
  /prebuilts/go/darwin-x86/src/math/big/
arith_386.s 111 JMP E4
120 E4: CMPL BX, BP // i < n
arith_arm.s 106 B E4
111 E4:
  /prebuilts/go/linux-x86/src/math/big/
arith_386.s 111 JMP E4
120 E4: CMPL BX, BP // i < n
arith_arm.s 106 B E4
111 E4:
  /external/clang/test/Parser/
cxx0x-attributes.cpp 183 enum [[]] class E4 { }; // expected-error {{an attribute list cannot appear here}}
  /external/clang/test/SemaCXX/
enum-scoped.cpp 39 enum class E4 {

Completed in 294 milliseconds

1 2 3