Home
last modified time | relevance | path

Searched refs:ReprC (Results 1 – 14 of 14) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Drepr_c_int_align.rs19 struct ReprC { struct
27 let r1 = ReprC { tag: 0, padding: 0, payload: 0 }; in main() argument
28 let r2 = ReprC { tag: 0, padding: 1, payload: 1 }; in main()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/lint/
H A Dlint-ctypes-enum.rs23 enum ReprC { enum
63 fn repr_c(x: ReprC); in repr_c() argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py26 ReprC = simple_class(repr=True) variable
183 @pytest.mark.parametrize("cls", [ReprC, ReprCSlots])
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py26 ReprC = simple_class(repr=True) variable
183 @pytest.mark.parametrize("cls", [ReprC, ReprCSlots])
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/attrs/tests/
H A Dtest_dunders.py26 ReprC = simple_class(repr=True) variable
183 @pytest.mark.parametrize("cls", [ReprC, ReprCSlots])
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py26 ReprC = simple_class(repr=True) variable
183 @pytest.mark.parametrize("cls", [ReprC, ReprCSlots])
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py26 ReprC = simple_class(repr=True) variable
183 @pytest.mark.parametrize("cls", [ReprC, ReprCSlots])
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py26 ReprC = simple_class(repr=True) variable
183 @pytest.mark.parametrize("cls", [ReprC, ReprCSlots])
/dports/devel/py-characteristic/characteristic-14.3.0/
H A Dtest_characteristic.py303 class ReprC(object): class
314 assert "<ReprC(a=1, b=2)>" == repr(ReprC(1, 2))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/attrs/tests/
H A Dtest_dunders.py34 ReprC = simple_class(repr=True) variable
222 @pytest.mark.parametrize("cls", [ReprC, ReprCSlots])
/dports/devel/py-attrs/attrs-21.2.0/tests/
H A Dtest_dunders.py36 ReprC = simple_class(repr=True) variable
333 @pytest.mark.parametrize("cls", [ReprC, ReprCSlots])
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_attr/src/
H A Dbuiltin.rs773 ReprC, enumerator
818 sym::C => Some(ReprC), in find_repr_attrs()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dnonstandard_style.rs167 .any(|attr| attr::find_repr_attrs(&cx.sess, attr).contains(&attr::ReprC)); in check_item()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dmod.rs1599 attr::ReprC => ReprFlags::IS_C, in new()