Home
last modified time | relevance | path

Searched defs:returns_boolean (Results 1 – 5 of 5) sorted by relevance

/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_utils.erl169 returns_boolean(Bool) when is_boolean(Bool) -> true; function
171 returns_boolean({{'.', _, [erlang, Op]}, _, [_]}) when Op == 'not' -> true; function
173 returns_boolean({{'.', _, [erlang, Op]}, _, [_, _]}) when function
178 returns_boolean({{'.', _, [erlang, Op]}, _, [_, Right]}) when function
182 returns_boolean({{'.', _, [erlang, Fun]}, _, [_]}) when function
188 returns_boolean({{'.', _, [erlang, Fun]}, _, [_, _]}) when function
191 returns_boolean({{'.', _, [erlang, Fun]}, _, [_, _, _]}) when function
194 returns_boolean({'case', _, [_, [{do, Clauses}]]}) -> function
199 returns_boolean({'cond', _, [[{do, Clauses}]]}) -> function
204 returns_boolean({'__block__', _, Exprs}) -> function
[all …]
H A Delixir_erl_pass.erl368 returns_boolean({'=', _, [{Var, _, Ctx}, Condition]}, {Var, _, Ctx}) when is_atom(Var), is_atom(Ctx… function
376 returns_boolean(Condition, Body) -> function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_utils.erl169 returns_boolean(Bool) when is_boolean(Bool) -> true; function
171 returns_boolean({{'.', _, [erlang, Op]}, _, [_]}) when Op == 'not' -> true; function
173 returns_boolean({{'.', _, [erlang, Op]}, _, [_, _]}) when function
178 returns_boolean({{'.', _, [erlang, Op]}, _, [_, Right]}) when function
182 returns_boolean({{'.', _, [erlang, Fun]}, _, [_]}) when function
188 returns_boolean({{'.', _, [erlang, Fun]}, _, [_, _]}) when function
191 returns_boolean({{'.', _, [erlang, Fun]}, _, [_, _, _]}) when function
194 returns_boolean({'case', _, [_, [{do, Clauses}]]}) -> function
199 returns_boolean({'cond', _, [[{do, Clauses}]]}) -> function
204 returns_boolean({'__block__', _, Exprs}) -> function
[all …]
H A Delixir_erl_pass.erl374 returns_boolean({'=', _, [{Var, _, Ctx}, Condition]}, {Var, _, Ctx}) when is_atom(Var), is_atom(Ctx… function
382 returns_boolean(Condition, Body) -> function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Drd/
H A Ddrd_std.cpp46 #define returns_boolean() type (TYPE_BOOLEAN) macro