Home
last modified time | relevance | path

Searched defs:E4 (Results 1 – 19 of 19) sorted by relevance

/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dalg.pass.cpp72 typedef std::linear_congruential_engine<unsigned, 0x10009u, 0u, 0x7fffffffu> E4; in main() typedef
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_enum_printing_more.cpp23 namespace nsp_2 { enum class E4 { e4 }; } enum
/llvm-project/clang/test/ASTMerge/enum/Inputs/
H A Denum1.c23 enum E4 { enum
H A Denum2.c23 enum E4 { enum
/llvm-project/clang/test/CodeGen/
H A Ddebug-info-enum.cpp53 enum class E4 : signed int { A4 = -2147483648, B4 = 2147483647 } x4; enum
/llvm-project/llvm/unittests/ADT/
H A DDirectedGraphTest.cpp188 DGTestEdge E1(N1), E2(N2), E3(N3), E4(N1); in TEST() local
250 DGTestEdge E1(N1), E2(N2), E3(N3), E4(N4); in TEST() local
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp7-cxx20.cpp83 enum class E4 { e4 }; enum
126 enum class E4 { e4 }; enum
/llvm-project/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A Dp2.cpp102 struct E4 { struct
/llvm-project/clang/test/Sema/
H A Dattr-mode-enums.c8 typedef enum { E4 } EnumType; enumerator
/llvm-project/clang/test/CXX/drs/
H A Dcwg9xx.cpp113 enum struct E4 : int { e = static_cast<int>(E4()) }; global() enum
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp65 enum E4 { V4 } constexpr e4 = V4; enum
/llvm-project/clang/test/Frontend/
H A Dfixed_point_declarations.c141 unsigned _Accum E4 = 0xEp-1uk; // CHECK-DAG: @E4 = {{.*}}global i32 458752 variable
/llvm-project/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp150 struct E4 : DeletedMoveAssign { // expected-note {{base class 'DeletedMoveAssign' has a deleted mov… struct
/llvm-project/clang/test/Parser/
H A Dcxx0x-keyword-attributes.cpp195 enum ATTR_USE class E4 { }; // expected-error {{'ATTR_NAME' cannot appear here}} enum
/llvm-project/llvm/unittests/Object/
H A DELFObjectFileTest.cpp746 BBAddrMap E4 = { in TEST() local
1167 BBAddrMap E4 = {{{0x44444, in TEST() local
/llvm-project/clang/test/SemaCXX/
H A Denum-scoped.cpp52 enum class E4 { enum
H A Dconstant-expression-cxx11.cpp2436 enum E4 {e41=0}; global() enum
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp1072 auto E4 = joinErrors(make_error<TestDebugError>(test_error_code::error_1, in TEST() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp3609 enum E4 { x41 }; enum
3611 enum E4 { x41, x42 }; enum