Home
last modified time | relevance | path

Searched refs:gb_rh (Results 1 – 5 of 5) sorted by relevance

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Drecord_SUITE.erl639 -record(gb_rh, {mod,mid}). record
688 is_record(RH, gb_rh) andalso
689 is_atom(RH#gb_rh.mod) andalso
690 RH#gb_rh.mid /= 42 -> ok;
694 ok = T5(#gb_rh{}),
695 ok = T5(#gb_rh{mod=atom,mid=0}),
696 error = T5(#gb_rh{mod=100,mid=0}),
697 error = T5(#gb_rh{mod=atom,mid=42}),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Drecord_SUITE.erl628 -record(gb_rh, {mod,mid}). record
677 is_record(RH, gb_rh) andalso
678 is_atom(RH#gb_rh.mod) andalso
679 RH#gb_rh.mid /= 42 -> ok;
683 ok = T5(#gb_rh{}),
684 ok = T5(#gb_rh{mod=atom,mid=0}),
685 error = T5(#gb_rh{mod=100,mid=0}),
686 error = T5(#gb_rh{mod=atom,mid=42}),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Drecord_SUITE.erl639 -record(gb_rh, {mod,mid}). record
688 is_record(RH, gb_rh) andalso
689 is_atom(RH#gb_rh.mod) andalso
690 RH#gb_rh.mid /= 42 -> ok;
694 ok = T5(#gb_rh{}),
695 ok = T5(#gb_rh{mod=atom,mid=0}),
696 error = T5(#gb_rh{mod=100,mid=0}),
697 error = T5(#gb_rh{mod=atom,mid=42}),
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Drecord_SUITE.erl639 -record(gb_rh, {mod,mid}). record
688 is_record(RH, gb_rh) andalso
689 is_atom(RH#gb_rh.mod) andalso
690 RH#gb_rh.mid /= 42 -> ok;
694 ok = T5(#gb_rh{}),
695 ok = T5(#gb_rh{mod=atom,mid=0}),
696 error = T5(#gb_rh{mod=100,mid=0}),
697 error = T5(#gb_rh{mod=atom,mid=42}),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Drecord_SUITE.erl639 -record(gb_rh, {mod,mid}). record
688 is_record(RH, gb_rh) andalso
689 is_atom(RH#gb_rh.mod) andalso
690 RH#gb_rh.mid /= 42 -> ok;
694 ok = T5(#gb_rh{}),
695 ok = T5(#gb_rh{mod=atom,mid=0}),
696 error = T5(#gb_rh{mod=100,mid=0}),
697 error = T5(#gb_rh{mod=atom,mid=42}),