Home
last modified time | relevance | path

Searched refs:label_s (Results 1 – 25 of 118) sorted by relevance

12345

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/compilable/
H A Dtest12967.d24 version (all) { shared: void label_s() {} } in version()
31 static assert(is(typeof(label_s) == F));
54 version (all) { shared: static void label_s() {} } in version()
61 static assert(is(typeof(label_s) == F));
/dports/net/wireshark/wireshark-3.6.1/
H A Drawshark.c1121 static GString *label_s = NULL; in print_field_value() local
1133 if (!label_s) { in print_field_value()
1134 label_s = g_string_new(""); in print_field_value()
1156 g_string_truncate(label_s, 0); in print_field_value()
1160 g_string_append(label_s, sf->plain); in print_field_value()
1164 g_string_append(label_s, hfinfo->name); in print_field_value()
1167 g_string_append(label_s, fs_ptr); in print_field_value()
1174 g_string_append(label_s, tfs_get_string(!!uvalue64, tfstring)); in print_field_value()
1187 … g_string_append(label_s, val_to_str_const(svalue, cVALS(hfinfo->strings), "Unknown")); in print_field_value()
1211 … g_string_append(label_s, val_to_str_const(uvalue, cVALS(hfinfo->strings), "Unknown")); in print_field_value()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Drawshark.c1121 static GString *label_s = NULL; in print_field_value() local
1133 if (!label_s) { in print_field_value()
1134 label_s = g_string_new(""); in print_field_value()
1156 g_string_truncate(label_s, 0); in print_field_value()
1160 g_string_append(label_s, sf->plain); in print_field_value()
1164 g_string_append(label_s, hfinfo->name); in print_field_value()
1167 g_string_append(label_s, fs_ptr); in print_field_value()
1174 g_string_append(label_s, tfs_get_string(!!uvalue64, tfstring)); in print_field_value()
1187 … g_string_append(label_s, val_to_str_const(svalue, cVALS(hfinfo->strings), "Unknown")); in print_field_value()
1211 … g_string_append(label_s, val_to_str_const(uvalue, cVALS(hfinfo->strings), "Unknown")); in print_field_value()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/
H A Drawshark.c1121 static GString *label_s = NULL; in print_field_value() local
1133 if (!label_s) { in print_field_value()
1134 label_s = g_string_new(""); in print_field_value()
1156 g_string_truncate(label_s, 0); in print_field_value()
1160 g_string_append(label_s, sf->plain); in print_field_value()
1164 g_string_append(label_s, hfinfo->name); in print_field_value()
1167 g_string_append(label_s, fs_ptr); in print_field_value()
1174 g_string_append(label_s, tfs_get_string(!!uvalue64, tfstring)); in print_field_value()
1187 … g_string_append(label_s, val_to_str_const(svalue, cVALS(hfinfo->strings), "Unknown")); in print_field_value()
1211 … g_string_append(label_s, val_to_str_const(uvalue, cVALS(hfinfo->strings), "Unknown")); in print_field_value()
[all …]
/dports/net/tshark/wireshark-3.6.1/
H A Drawshark.c1121 static GString *label_s = NULL; in print_field_value() local
1133 if (!label_s) { in print_field_value()
1134 label_s = g_string_new(""); in print_field_value()
1156 g_string_truncate(label_s, 0); in print_field_value()
1160 g_string_append(label_s, sf->plain); in print_field_value()
1164 g_string_append(label_s, hfinfo->name); in print_field_value()
1167 g_string_append(label_s, fs_ptr); in print_field_value()
1174 g_string_append(label_s, tfs_get_string(!!uvalue64, tfstring)); in print_field_value()
1187 … g_string_append(label_s, val_to_str_const(svalue, cVALS(hfinfo->strings), "Unknown")); in print_field_value()
1211 … g_string_append(label_s, val_to_str_const(uvalue, cVALS(hfinfo->strings), "Unknown")); in print_field_value()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dt_prepro.h97 typedef struct label_s label_t;
102 typedef struct label_s label_t;
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/reftests/
H A Dtextview-border-windows.css19 #label_s {
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/reftests/
H A Dtextview-border-windows.css19 #label_s {
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/layouts/
H A Dborderlayout.py219 label_s = self.createLabel("South")
220 layout.addWidget(label_s, BorderLayout.South)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/layouts/
H A Dborderlayout.py219 label_s = self.createLabel("South")
220 layout.addWidget(label_s, BorderLayout.South)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/layouts/
H A Dborderlayout.py219 label_s = self.createLabel("South")
220 layout.addWidget(label_s, BorderLayout.South)
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/layouts/
H A Dborderlayout.py219 label_s = self.createLabel("South")
220 layout.addWidget(label_s, BorderLayout.South)
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/layouts/
H A Dborderlayout.py219 label_s = self.createLabel("South")
220 layout.addWidget(label_s, BorderLayout.South)
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/layouts/
H A Dborderlayout.py219 label_s = self.createLabel("South")
220 layout.addWidget(label_s, BorderLayout.South)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/layouts/
H A Dborderlayout.py219 label_s = self.createLabel("South")
220 layout.addWidget(label_s, BorderLayout.South)
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/layouts/
H A Dborderlayout.py219 label_s = self.createLabel("South")
220 layout.addWidget(label_s, BorderLayout.South)

12345