Home
last modified time | relevance | path

Searched defs:make_tree (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/syntax_tools/src/
H A Derl_syntax.erl8007 make_tree(binary, [Fs]) -> binary(Fs); function
8020 make_tree(cond_expr, [C]) -> cond_expr(C); function
8026 make_tree(form_list, [E]) -> form_list(E); function
8027 make_tree(fun_expr, [C]) -> fun_expr(C); function
8032 make_tree(if_expr, [C]) -> if_expr(C); function
8036 make_tree(list, [P]) -> list(P); function
8037 make_tree(list, [P, [S]]) -> list(P, S); function
8039 make_tree(macro, [[N]]) -> macro(N); function
8040 make_tree(macro, [[N], A]) -> macro(N, A); function
8041 make_tree(map_expr, [Fs]) -> map_expr(Fs); function
[all …]
H A Dmerl.erl1199 make_tree(list, [P, []]) -> erl_syntax:list(P); function
1200 make_tree(list, [P, [S]]) -> erl_syntax:list(P, S); function
1201 make_tree(tuple, [E]) -> erl_syntax:tuple(E); function
1202 make_tree(binary_field, [[B], Ts]) -> erl_syntax:binary_field(B, Ts); function
1203 make_tree(clause, [P, [], B]) -> erl_syntax:clause(P, none, B); function
1204 make_tree(clause, [P, [G], B]) -> erl_syntax:clause(P, G, B); function
1205 make_tree(receive_expr, [C, [], _A]) -> erl_syntax:receive_expr(C); function
1207 make_tree(record_expr, [[], [T], F]) -> erl_syntax:record_expr(T, F); function
1209 make_tree(record_field, [[N], []]) -> erl_syntax:record_field(N); function
1210 make_tree(record_field, [[N], [E]]) -> erl_syntax:record_field(N, E); function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/syntax_tools/src/
H A Derl_syntax.erl8007 make_tree(binary, [Fs]) -> binary(Fs); function
8020 make_tree(cond_expr, [C]) -> cond_expr(C); function
8026 make_tree(form_list, [E]) -> form_list(E); function
8027 make_tree(fun_expr, [C]) -> fun_expr(C); function
8032 make_tree(if_expr, [C]) -> if_expr(C); function
8036 make_tree(list, [P]) -> list(P); function
8037 make_tree(list, [P, [S]]) -> list(P, S); function
8039 make_tree(macro, [[N]]) -> macro(N); function
8040 make_tree(macro, [[N], A]) -> macro(N, A); function
8041 make_tree(map_expr, [Fs]) -> map_expr(Fs); function
[all …]
H A Dmerl.erl1199 make_tree(list, [P, []]) -> erl_syntax:list(P); function
1200 make_tree(list, [P, [S]]) -> erl_syntax:list(P, S); function
1201 make_tree(tuple, [E]) -> erl_syntax:tuple(E); function
1202 make_tree(binary_field, [[B], Ts]) -> erl_syntax:binary_field(B, Ts); function
1203 make_tree(clause, [P, [], B]) -> erl_syntax:clause(P, none, B); function
1204 make_tree(clause, [P, [G], B]) -> erl_syntax:clause(P, G, B); function
1205 make_tree(receive_expr, [C, [], _A]) -> erl_syntax:receive_expr(C); function
1207 make_tree(record_expr, [[], [T], F]) -> erl_syntax:record_expr(T, F); function
1209 make_tree(record_field, [[N], []]) -> erl_syntax:record_field(N); function
1210 make_tree(record_field, [[N], [E]]) -> erl_syntax:record_field(N, E); function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/syntax_tools/src/
H A Derl_syntax.erl7947 make_tree(binary, [Fs]) -> binary(Fs); function
7965 make_tree(form_list, [E]) -> form_list(E); function
7966 make_tree(fun_expr, [C]) -> fun_expr(C); function
7971 make_tree(if_expr, [C]) -> if_expr(C); function
7975 make_tree(list, [P]) -> list(P); function
7976 make_tree(list, [P, [S]]) -> list(P, S); function
7978 make_tree(macro, [[N]]) -> macro(N); function
7979 make_tree(macro, [[N], A]) -> macro(N, A); function
7980 make_tree(map_expr, [Fs]) -> map_expr(Fs); function
7984 make_tree(map_type, [Fs]) -> map_type(Fs); function
[all …]
H A Dmerl.erl1199 make_tree(list, [P, []]) -> erl_syntax:list(P); function
1200 make_tree(list, [P, [S]]) -> erl_syntax:list(P, S); function
1201 make_tree(tuple, [E]) -> erl_syntax:tuple(E); function
1202 make_tree(binary_field, [[B], Ts]) -> erl_syntax:binary_field(B, Ts); function
1203 make_tree(clause, [P, [], B]) -> erl_syntax:clause(P, none, B); function
1204 make_tree(clause, [P, [G], B]) -> erl_syntax:clause(P, G, B); function
1205 make_tree(receive_expr, [C, [], _A]) -> erl_syntax:receive_expr(C); function
1207 make_tree(record_expr, [[], [T], F]) -> erl_syntax:record_expr(T, F); function
1209 make_tree(record_field, [[N], []]) -> erl_syntax:record_field(N); function
1210 make_tree(record_field, [[N], [E]]) -> erl_syntax:record_field(N, E); function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Derl_syntax.erl7947 make_tree(binary, [Fs]) -> binary(Fs); function
7965 make_tree(form_list, [E]) -> form_list(E); function
7966 make_tree(fun_expr, [C]) -> fun_expr(C); function
7971 make_tree(if_expr, [C]) -> if_expr(C); function
7975 make_tree(list, [P]) -> list(P); function
7976 make_tree(list, [P, [S]]) -> list(P, S); function
7978 make_tree(macro, [[N]]) -> macro(N); function
7979 make_tree(macro, [[N], A]) -> macro(N, A); function
7980 make_tree(map_expr, [Fs]) -> map_expr(Fs); function
7984 make_tree(map_type, [Fs]) -> map_type(Fs); function
[all …]
H A Dmerl.erl1199 make_tree(list, [P, []]) -> erl_syntax:list(P); function
1200 make_tree(list, [P, [S]]) -> erl_syntax:list(P, S); function
1201 make_tree(tuple, [E]) -> erl_syntax:tuple(E); function
1202 make_tree(binary_field, [[B], Ts]) -> erl_syntax:binary_field(B, Ts); function
1203 make_tree(clause, [P, [], B]) -> erl_syntax:clause(P, none, B); function
1204 make_tree(clause, [P, [G], B]) -> erl_syntax:clause(P, G, B); function
1205 make_tree(receive_expr, [C, [], _A]) -> erl_syntax:receive_expr(C); function
1207 make_tree(record_expr, [[], [T], F]) -> erl_syntax:record_expr(T, F); function
1209 make_tree(record_field, [[N], []]) -> erl_syntax:record_field(N); function
1210 make_tree(record_field, [[N], [E]]) -> erl_syntax:record_field(N, E); function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Derl_syntax.erl7947 make_tree(binary, [Fs]) -> binary(Fs); function
7965 make_tree(form_list, [E]) -> form_list(E); function
7966 make_tree(fun_expr, [C]) -> fun_expr(C); function
7971 make_tree(if_expr, [C]) -> if_expr(C); function
7975 make_tree(list, [P]) -> list(P); function
7976 make_tree(list, [P, [S]]) -> list(P, S); function
7978 make_tree(macro, [[N]]) -> macro(N); function
7979 make_tree(macro, [[N], A]) -> macro(N, A); function
7980 make_tree(map_expr, [Fs]) -> map_expr(Fs); function
7984 make_tree(map_type, [Fs]) -> map_type(Fs); function
[all …]
H A Dmerl.erl1199 make_tree(list, [P, []]) -> erl_syntax:list(P); function
1200 make_tree(list, [P, [S]]) -> erl_syntax:list(P, S); function
1201 make_tree(tuple, [E]) -> erl_syntax:tuple(E); function
1202 make_tree(binary_field, [[B], Ts]) -> erl_syntax:binary_field(B, Ts); function
1203 make_tree(clause, [P, [], B]) -> erl_syntax:clause(P, none, B); function
1204 make_tree(clause, [P, [G], B]) -> erl_syntax:clause(P, G, B); function
1205 make_tree(receive_expr, [C, [], _A]) -> erl_syntax:receive_expr(C); function
1207 make_tree(record_expr, [[], [T], F]) -> erl_syntax:record_expr(T, F); function
1209 make_tree(record_field, [[N], []]) -> erl_syntax:record_field(N); function
1210 make_tree(record_field, [[N], [E]]) -> erl_syntax:record_field(N, E); function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Derl_syntax.erl7947 make_tree(binary, [Fs]) -> binary(Fs); function
7965 make_tree(form_list, [E]) -> form_list(E); function
7966 make_tree(fun_expr, [C]) -> fun_expr(C); function
7971 make_tree(if_expr, [C]) -> if_expr(C); function
7975 make_tree(list, [P]) -> list(P); function
7976 make_tree(list, [P, [S]]) -> list(P, S); function
7978 make_tree(macro, [[N]]) -> macro(N); function
7979 make_tree(macro, [[N], A]) -> macro(N, A); function
7980 make_tree(map_expr, [Fs]) -> map_expr(Fs); function
7984 make_tree(map_type, [Fs]) -> map_type(Fs); function
[all …]
H A Dmerl.erl1199 make_tree(list, [P, []]) -> erl_syntax:list(P); function
1200 make_tree(list, [P, [S]]) -> erl_syntax:list(P, S); function
1201 make_tree(tuple, [E]) -> erl_syntax:tuple(E); function
1202 make_tree(binary_field, [[B], Ts]) -> erl_syntax:binary_field(B, Ts); function
1203 make_tree(clause, [P, [], B]) -> erl_syntax:clause(P, none, B); function
1204 make_tree(clause, [P, [G], B]) -> erl_syntax:clause(P, G, B); function
1205 make_tree(receive_expr, [C, [], _A]) -> erl_syntax:receive_expr(C); function
1207 make_tree(record_expr, [[], [T], F]) -> erl_syntax:record_expr(T, F); function
1209 make_tree(record_field, [[N], []]) -> erl_syntax:record_field(N); function
1210 make_tree(record_field, [[N], [E]]) -> erl_syntax:record_field(N, E); function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Derl_syntax.erl7947 make_tree(binary, [Fs]) -> binary(Fs); function
7965 make_tree(form_list, [E]) -> form_list(E); function
7966 make_tree(fun_expr, [C]) -> fun_expr(C); function
7971 make_tree(if_expr, [C]) -> if_expr(C); function
7975 make_tree(list, [P]) -> list(P); function
7976 make_tree(list, [P, [S]]) -> list(P, S); function
7978 make_tree(macro, [[N]]) -> macro(N); function
7979 make_tree(macro, [[N], A]) -> macro(N, A); function
7980 make_tree(map_expr, [Fs]) -> map_expr(Fs); function
7984 make_tree(map_type, [Fs]) -> map_type(Fs); function
[all …]
H A Dmerl.erl1199 make_tree(list, [P, []]) -> erl_syntax:list(P); function
1200 make_tree(list, [P, [S]]) -> erl_syntax:list(P, S); function
1201 make_tree(tuple, [E]) -> erl_syntax:tuple(E); function
1202 make_tree(binary_field, [[B], Ts]) -> erl_syntax:binary_field(B, Ts); function
1203 make_tree(clause, [P, [], B]) -> erl_syntax:clause(P, none, B); function
1204 make_tree(clause, [P, [G], B]) -> erl_syntax:clause(P, G, B); function
1205 make_tree(receive_expr, [C, [], _A]) -> erl_syntax:receive_expr(C); function
1207 make_tree(record_expr, [[], [T], F]) -> erl_syntax:record_expr(T, F); function
1209 make_tree(record_field, [[N], []]) -> erl_syntax:record_field(N); function
1210 make_tree(record_field, [[N], [E]]) -> erl_syntax:record_field(N, E); function
[all …]
/dports/devel/git-p4/git-2.34.1/t/
H A Dt4058-diff-duplicates.sh27 make_tree () { function
/dports/devel/git-svn/git-2.34.1/t/
H A Dt4058-diff-duplicates.sh27 make_tree () { function
/dports/devel/git-gui/git-2.34.1/t/
H A Dt4058-diff-duplicates.sh27 make_tree () { function
/dports/devel/git/git-2.34.1/t/
H A Dt4058-diff-duplicates.sh27 make_tree () { function
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt4058-diff-duplicates.sh27 make_tree () { function
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt4058-diff-duplicates.sh18 make_tree () { function
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/cykdtree/
H A D__init__.py5 def make_tree(pts, **kwargs): function
/dports/www/p5-Template-Toolkit-Simple/Template-Toolkit-Simple-0.31/inc/TestML/Compiler/Pegex/
H A DGrammar.pm8 sub make_tree { # Generated/Inlined by Pegex::Grammar (0.43) subroutine
/dports/devel/p5-GraphQL/GraphQL-0.52/lib/GraphQL/Language/
H A DGrammar.pm42 sub make_tree { # Generated/Inlined by Pegex::Grammar (0.72) subroutine
/dports/devel/p5-Inline-C/Inline-C-0.81/lib/Inline/C/Parser/Pegex/
H A DGrammar.pm13 sub make_tree { # Generated/Inlined by Pegex::Grammar (0.58) subroutine
/dports/devel/p5-Path-Iterator-Rule/Path-Iterator-Rule-1.008/t/lib/
H A DPCNTest.pm12 sub make_tree { subroutine

12345678910