Home
last modified time | relevance | path

Searched refs:Small2 (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/zig-devel/zig-0.9.0/test/behavior/
H A Denum_stage1.zig133 const Small2 = enum(u2) { One, Two };
143 var x = Small2.One;
144 x = Small2.Two;
145 comptime try expect(Tag(Small2) == u2);
193 try testCastEnumTag(Small2.Two);
194 comptime try testCastEnumTag(Small2.Two);
197 fn testCastEnumTag(value: Small2) !void {
/dports/lang/zig/zig-0.9.0/test/behavior/
H A Denum_stage1.zig133 const Small2 = enum(u2) { One, Two };
143 var x = Small2.One;
144 x = Small2.Two;
145 comptime try expect(Tag(Small2) == u2);
193 try testCastEnumTag(Small2.Two);
194 comptime try testCastEnumTag(Small2.Two);
197 fn testCastEnumTag(value: Small2) !void {
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ADT/
H A DFunctionExtrasTest.cpp113 unique_function<int(int)> Small2 = std::move(Small); in TEST() local
114 EXPECT_EQ(Small2(2), 3); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ADT/
H A DFunctionExtrasTest.cpp113 unique_function<int(int)> Small2 = std::move(Small); in TEST() local
114 EXPECT_EQ(Small2(2), 3); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ADT/
H A DFunctionExtrasTest.cpp113 unique_function<int(int)> Small2 = std::move(Small); in TEST() local
114 EXPECT_EQ(Small2(2), 3); in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ADT/
H A DFunctionExtrasTest.cpp114 unique_function<int(int)> Small2 = std::move(Small); in TEST() local
115 EXPECT_EQ(Small2(2), 3); in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/ADT/
H A DFunctionExtrasTest.cpp114 unique_function<int(int)> Small2 = std::move(Small); in TEST() local
115 EXPECT_EQ(Small2(2), 3); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp86 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp86 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-attr-print.cpp86 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcxx11-attr-print.cpp88 using Small2 [[gnu::mode(byte)]] = int; typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ADT/
H A DFunctionExtrasTest.cpp114 unique_function<int(int)> Small2 = std::move(Small); in TEST() local
115 EXPECT_EQ(Small2(2), 3); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ADT/
H A DFunctionExtrasTest.cpp114 unique_function<int(int)> Small2 = std::move(Small); in TEST() local
115 EXPECT_EQ(Small2(2), 3); in TEST()

12