Home
last modified time | relevance | path

Searched refs:SomeUnion (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/zig-devel/zig-0.9.0/test/behavior/
H A Doptional_stage1.zig81 const SomeUnion = union(enum) {
86 const values = [_]?SomeUnion{
87 SomeUnion{ .Num = .one },
88 SomeUnion{ .Num = .two },
89 SomeUnion{ .Num = .three },
90 SomeUnion{ .Num = .one },
91 SomeUnion{ .Num = .two },
92 SomeUnion{ .Num = .three },
/dports/lang/zig/zig-0.9.0/test/behavior/
H A Doptional_stage1.zig81 const SomeUnion = union(enum) {
86 const values = [_]?SomeUnion{
87 SomeUnion{ .Num = .one },
88 SomeUnion{ .Num = .two },
89 SomeUnion{ .Num = .three },
90 SomeUnion{ .Num = .one },
91 SomeUnion{ .Num = .two },
92 SomeUnion{ .Num = .three },
/dports/www/firefox-esr/firefox-91.8.0/ipc/ipdl/test/ipdl/ok/
H A DPbasicUsing.ipdl17 union SomeUnion
35 async Msg(SomeUnion foo);
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/ipdl/test/ipdl/ok/
H A DPbasicUsing.ipdl17 union SomeUnion
35 async Msg(SomeUnion foo);
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/ipdl/test/ipdl/ok/
H A DPbasicUsing.ipdl17 union SomeUnion
35 async Msg(SomeUnion foo);
/dports/www/firefox/firefox-99.0/ipc/ipdl/test/ipdl/ok/
H A DPbasicUsing.ipdl25 union SomeUnion
49 async Msg(SomeUnion foo);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
H A Dpadding_message.cpp53 union SomeUnion { // no-warning union
68 union SomeUnion u;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
H A Dpadding_message.cpp53 union SomeUnion { // no-warning union
68 union SomeUnion u;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
H A Dpadding_message.cpp53 union SomeUnion { // no-warning union
68 union SomeUnion u;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dpadding_c.c76 union SomeUnion { // no-warning union
84 union SomeUnion u;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dpadding_c.c76 union SomeUnion { // no-warning union
84 union SomeUnion u;
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dpadding_c.c88 union SomeUnion { // no-warning union
96 union SomeUnion u;

123