Home
last modified time | relevance | path

Searched refs:t_is_boolean (Results 1 – 25 of 69) sorted by relevance

123

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/test/
H A Derl_types_SUITE.erl38 true = ?M:t_is_boolean(True),
39 true = ?M:t_is_boolean(Bool),
40 false = ?M:t_is_boolean(Atom1),
101 true = ?M:t_is_boolean(?M:t_cons_hd(List5)),
117 true = ?M:t_is_boolean(Union8),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/test/
H A Derl_types_SUITE.erl38 true = ?M:t_is_boolean(True),
39 true = ?M:t_is_boolean(Bool),
40 false = ?M:t_is_boolean(Atom1),
101 true = ?M:t_is_boolean(?M:t_cons_hd(List5)),
117 true = ?M:t_is_boolean(Union8),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/test/
H A Derl_types_SUITE.erl38 true = ?M:t_is_boolean(True),
39 true = ?M:t_is_boolean(Bool),
40 false = ?M:t_is_boolean(Atom1),
101 true = ?M:t_is_boolean(?M:t_cons_hd(List5)),
117 true = ?M:t_is_boolean(Union8),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/
H A Derl_types_SUITE.erl38 true = ?M:t_is_boolean(True),
39 true = ?M:t_is_boolean(Bool),
40 false = ?M:t_is_boolean(Atom1),
101 true = ?M:t_is_boolean(?M:t_cons_hd(List5)),
117 true = ?M:t_is_boolean(Union8),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/
H A Derl_types_SUITE.erl38 true = ?M:t_is_boolean(True),
39 true = ?M:t_is_boolean(Bool),
40 false = ?M:t_is_boolean(Atom1),
101 true = ?M:t_is_boolean(?M:t_cons_hd(List5)),
117 true = ?M:t_is_boolean(Union8),
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/
H A Derl_types_SUITE.erl38 true = ?M:t_is_boolean(True),
39 true = ?M:t_is_boolean(Bool),
40 false = ?M:t_is_boolean(Atom1),
101 true = ?M:t_is_boolean(?M:t_cons_hd(List5)),
117 true = ?M:t_is_boolean(Union8),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/
H A Derl_types_SUITE.erl38 true = ?M:t_is_boolean(True),
39 true = ?M:t_is_boolean(Bool),
40 false = ?M:t_is_boolean(Atom1),
101 true = ?M:t_is_boolean(?M:t_cons_hd(List5)),
117 true = ?M:t_is_boolean(Union8),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_ssa_type.erl190 case t_is_boolean(A) of
550 case {t_is_boolean(T1),T2} of
616 t_is_boolean(T1) andalso t_is_boolean(T2).
720 case t_is_boolean(Type) of
808 case t_is_boolean(get_type(Var, Ts)) of
948 case t_is_boolean(T1) andalso t_is_boolean(T2) of
959 case t_is_boolean(Type) of
1094 case t_is_boolean(Type) of
1669 t_is_boolean(#t_atom{elements=[F,T]}) -> function
1671 t_is_boolean(#t_atom{elements=[B]}) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/opaque_SUITE_data/src/recrec/
H A Derl_types.erl111 t_is_boolean/1, t_is_boolean/2,
885 -spec t_is_boolean(erl_type()) -> boolean().
887 t_is_boolean(Type) -> function
888 t_is_boolean(Type, 'universe').
890 -spec t_is_boolean(erl_type(), opaques()) -> boolean().
892 t_is_boolean(Type, Opaques) -> function
5582 true = t_is_boolean(True),
5583 true = t_is_boolean(Bool),
5584 false = t_is_boolean(Atom1),
5645 true = t_is_boolean(t_cons_hd(List5)),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/opaque_SUITE_data/src/recrec/
H A Derl_types.erl111 t_is_boolean/1, t_is_boolean/2,
885 -spec t_is_boolean(erl_type()) -> boolean().
887 t_is_boolean(Type) -> function
888 t_is_boolean(Type, 'universe').
890 -spec t_is_boolean(erl_type(), opaques()) -> boolean().
892 t_is_boolean(Type, Opaques) -> function
5582 true = t_is_boolean(True),
5583 true = t_is_boolean(Bool),
5584 false = t_is_boolean(Atom1),
5645 true = t_is_boolean(t_cons_hd(List5)),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/recrec/
H A Derl_types.erl111 t_is_boolean/1, t_is_boolean/2,
885 -spec t_is_boolean(erl_type()) -> boolean().
887 t_is_boolean(Type) -> function
888 t_is_boolean(Type, 'universe').
890 -spec t_is_boolean(erl_type(), opaques()) -> boolean().
892 t_is_boolean(Type, Opaques) -> function
5582 true = t_is_boolean(True),
5583 true = t_is_boolean(Bool),
5584 false = t_is_boolean(Atom1),
5645 true = t_is_boolean(t_cons_hd(List5)),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/recrec/
H A Derl_types.erl111 t_is_boolean/1, t_is_boolean/2,
885 -spec t_is_boolean(erl_type()) -> boolean().
887 t_is_boolean(Type) -> function
888 t_is_boolean(Type, 'universe').
890 -spec t_is_boolean(erl_type(), opaques()) -> boolean().
892 t_is_boolean(Type, Opaques) -> function
5582 true = t_is_boolean(True),
5583 true = t_is_boolean(Bool),
5584 false = t_is_boolean(Atom1),
5645 true = t_is_boolean(t_cons_hd(List5)),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/recrec/
H A Derl_types.erl111 t_is_boolean/1, t_is_boolean/2,
885 -spec t_is_boolean(erl_type()) -> boolean().
887 t_is_boolean(Type) -> function
888 t_is_boolean(Type, 'universe').
890 -spec t_is_boolean(erl_type(), opaques()) -> boolean().
892 t_is_boolean(Type, Opaques) -> function
5582 true = t_is_boolean(True),
5583 true = t_is_boolean(Bool),
5584 false = t_is_boolean(Atom1),
5645 true = t_is_boolean(t_cons_hd(List5)),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/recrec/
H A Derl_types.erl111 t_is_boolean/1, t_is_boolean/2,
885 -spec t_is_boolean(erl_type()) -> boolean().
887 t_is_boolean(Type) -> function
888 t_is_boolean(Type, 'universe').
890 -spec t_is_boolean(erl_type(), opaques()) -> boolean().
892 t_is_boolean(Type, Opaques) -> function
5582 true = t_is_boolean(True),
5583 true = t_is_boolean(Bool),
5584 false = t_is_boolean(Atom1),
5645 true = t_is_boolean(t_cons_hd(List5)),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/opaque_SUITE_data/src/recrec/
H A Derl_types.erl111 t_is_boolean/1, t_is_boolean/2,
885 -spec t_is_boolean(erl_type()) -> boolean().
887 t_is_boolean(Type) -> function
888 t_is_boolean(Type, 'universe').
890 -spec t_is_boolean(erl_type(), opaques()) -> boolean().
892 t_is_boolean(Type, Opaques) -> function
5582 true = t_is_boolean(True),
5583 true = t_is_boolean(Bool),
5584 false = t_is_boolean(Atom1),
5645 true = t_is_boolean(t_cons_hd(List5)),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/test/
H A Dguard_SUITE.erl36 t_is_boolean/1,is_function_2/1,
70 old_guard_tests, gbif, t_is_boolean, is_function_2,
1226 t_is_boolean(Config) when is_list(Config) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/test/
H A Dguard_SUITE.erl36 t_is_boolean/1,is_function_2/1,
70 old_guard_tests, gbif, t_is_boolean, is_function_2,
1226 t_is_boolean(Config) when is_list(Config) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/test/
H A Dguard_SUITE.erl36 t_is_boolean/1,is_function_2/1,
70 old_guard_tests, gbif, t_is_boolean, is_function_2,
1226 t_is_boolean(Config) when is_list(Config) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/test/
H A Dguard_SUITE.erl36 t_is_boolean/1,is_function_2/1,
70 old_guard_tests, gbif, t_is_boolean, is_function_2,
1226 t_is_boolean(Config) when is_list(Config) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/test/
H A Dguard_SUITE.erl36 t_is_boolean/1,is_function_2/1,
70 old_guard_tests, gbif, t_is_boolean, is_function_2,
1226 t_is_boolean(Config) when is_list(Config) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/debugger/test/
H A Dguard_SUITE.erl36 t_is_boolean/1,is_function_2/1,
70 old_guard_tests, gbif, t_is_boolean, is_function_2,
1226 t_is_boolean(Config) when is_list(Config) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/debugger/test/
H A Dguard_SUITE.erl36 t_is_boolean/1,is_function_2/1,
70 old_guard_tests, gbif, t_is_boolean, is_function_2,
1226 t_is_boolean(Config) when is_list(Config) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dguard_SUITE.erl33 t_is_boolean/1,is_function_2/1,
53 t_is_boolean,is_function_2,tricky,
1114 t_is_boolean(Config) when is_list(Config) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dguard_SUITE.erl33 t_is_boolean/1,is_function_2/1,
53 t_is_boolean,is_function_2,tricky,
1104 t_is_boolean(Config) when is_list(Config) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dlfe_guard_SUITE.core35 't_is_boolean'/1,
44 …rd'|['more_xor_guards'|['build_in_guard'|['old_guard_tests'|['gbif'|['t_is_boolean'|['is_function_…
1489 't_is_boolean'/1 =
1519 -| [{'function_name',{'t_is_boolean',1}}] )

123