Home
last modified time | relevance | path

Searched refs:anno (Results 1 – 25 of 2301) sorted by relevance

12345678910>>...93

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dv3_kernel.hrl36 -record(k_int, {anno=[],val}).
37 -record(k_float, {anno=[],val}).
38 -record(k_atom, {anno=[],val}).
39 -record(k_nil, {anno=[]}).
41 -record(k_tuple, {anno=[],es}).
44 -record(k_cons, {anno=[],hd,tl}).
45 -record(k_binary, {anno=[],segs}).
48 -record(k_bin_end, {anno=[]}).
49 -record(k_var, {anno=[],name}).
58 -record(k_seq, {anno=[],arg,body}).
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dv3_kernel.hrl36 -record(k_int, {anno=[],val}).
37 -record(k_float, {anno=[],val}).
38 -record(k_atom, {anno=[],val}).
39 -record(k_nil, {anno=[]}).
41 -record(k_tuple, {anno=[],es}).
44 -record(k_cons, {anno=[],hd,tl}).
45 -record(k_binary, {anno=[],segs}).
48 -record(k_bin_end, {anno=[]}).
49 -record(k_var, {anno=[],name}).
58 -record(k_seq, {anno=[],arg,body}).
[all …]
H A Dcore_parse.hrl32 -record(c_alias, {anno=[], var, % var :: Tree,
35 -record(c_apply, {anno=[], op, % op :: Tree,
50 -record(c_case, {anno=[], arg, % arg :: Tree,
53 -record(c_catch, {anno=[], body}). % body :: Tree
59 -record(c_cons, {anno=[], hd, % hd :: Tree,
62 -record(c_fun, {anno=[], vars, % vars :: [Tree],
74 -record(c_map, {anno=[],
79 -record(c_map_pair, {anno=[],
96 -record(c_seq, {anno=[], arg, % arg :: Tree,
99 -record(c_try, {anno=[], arg, % arg :: Tree,
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel.hrl34 -record(k_int, {anno=[],val}).
35 -record(k_float, {anno=[],val}).
36 -record(k_atom, {anno=[],val}).
37 -record(k_string, {anno=[],val}).
38 -record(k_nil, {anno=[]}).
40 -record(k_tuple, {anno=[],es}).
41 -record(k_cons, {anno=[],hd,tl}).
42 -record(k_binary, {anno=[],segs}).
44 -record(k_bin_end, {anno=[]}).
45 -record(k_var, {anno=[],name}).
[all …]
H A Dcore_parse.hrl33 -record(c_atom, {anno=[], val}). % val :: atom()
35 -record(c_char, {anno=[], val}). % val :: char()
39 -record(c_nil, {anno=[]}).
43 -record(c_bitstr, {anno=[],val, % val :: Tree,
49 -record(c_cons, {anno=[], hd, % hd :: Tree,
52 -record(c_tuple, {anno=[], es}). % es :: [Tree]
56 -record(c_fname, {anno=[], id, % id :: atom(),
64 -record(c_seq, {anno=[], arg, % arg :: Tree,
77 -record(c_case, {anno=[], arg, % arg :: Tree,
91 -record(c_apply, {anno=[], op, % op :: Tree,
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel.hrl34 -record(k_int, {anno=[],val}).
35 -record(k_float, {anno=[],val}).
36 -record(k_atom, {anno=[],val}).
37 -record(k_string, {anno=[],val}).
38 -record(k_nil, {anno=[]}).
40 -record(k_tuple, {anno=[],es}).
41 -record(k_cons, {anno=[],hd,tl}).
42 -record(k_binary, {anno=[],segs}).
44 -record(k_bin_end, {anno=[]}).
45 -record(k_var, {anno=[],name}).
[all …]
H A Dcore_parse.hrl33 -record(c_atom, {anno=[], val}). % val :: atom()
35 -record(c_char, {anno=[], val}). % val :: char()
39 -record(c_nil, {anno=[]}).
43 -record(c_bitstr, {anno=[],val, % val :: Tree,
49 -record(c_cons, {anno=[], hd, % hd :: Tree,
52 -record(c_tuple, {anno=[], es}). % es :: [Tree]
56 -record(c_fname, {anno=[], id, % id :: atom(),
64 -record(c_seq, {anno=[], arg, % arg :: Tree,
77 -record(c_case, {anno=[], arg, % arg :: Tree,
91 -record(c_apply, {anno=[], op, % op :: Tree,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel.hrl34 -record(k_int, {anno=[],val}).
35 -record(k_float, {anno=[],val}).
36 -record(k_atom, {anno=[],val}).
37 -record(k_string, {anno=[],val}).
38 -record(k_nil, {anno=[]}).
40 -record(k_tuple, {anno=[],es}).
41 -record(k_cons, {anno=[],hd,tl}).
42 -record(k_binary, {anno=[],segs}).
44 -record(k_bin_end, {anno=[]}).
45 -record(k_var, {anno=[],name}).
[all …]
H A Dcore_parse.hrl33 -record(c_atom, {anno=[], val}). % val :: atom()
35 -record(c_char, {anno=[], val}). % val :: char()
39 -record(c_nil, {anno=[]}).
43 -record(c_bitstr, {anno=[],val, % val :: Tree,
49 -record(c_cons, {anno=[], hd, % hd :: Tree,
52 -record(c_tuple, {anno=[], es}). % es :: [Tree]
56 -record(c_fname, {anno=[], id, % id :: atom(),
64 -record(c_seq, {anno=[], arg, % arg :: Tree,
77 -record(c_case, {anno=[], arg, % arg :: Tree,
91 -record(c_apply, {anno=[], op, % op :: Tree,
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel.hrl34 -record(k_int, {anno=[],val}).
35 -record(k_float, {anno=[],val}).
36 -record(k_atom, {anno=[],val}).
37 -record(k_string, {anno=[],val}).
38 -record(k_nil, {anno=[]}).
40 -record(k_tuple, {anno=[],es}).
41 -record(k_cons, {anno=[],hd,tl}).
42 -record(k_binary, {anno=[],segs}).
44 -record(k_bin_end, {anno=[]}).
45 -record(k_var, {anno=[],name}).
[all …]
H A Dcore_parse.hrl33 -record(c_atom, {anno=[], val}). % val :: atom()
35 -record(c_char, {anno=[], val}). % val :: char()
39 -record(c_nil, {anno=[]}).
43 -record(c_bitstr, {anno=[],val, % val :: Tree,
49 -record(c_cons, {anno=[], hd, % hd :: Tree,
52 -record(c_tuple, {anno=[], es}). % es :: [Tree]
56 -record(c_fname, {anno=[], id, % id :: atom(),
64 -record(c_seq, {anno=[], arg, % arg :: Tree,
77 -record(c_case, {anno=[], arg, % arg :: Tree,
91 -record(c_apply, {anno=[], op, % op :: Tree,
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel.hrl34 -record(k_int, {anno=[],val}).
35 -record(k_float, {anno=[],val}).
36 -record(k_atom, {anno=[],val}).
37 -record(k_string, {anno=[],val}).
38 -record(k_nil, {anno=[]}).
40 -record(k_tuple, {anno=[],es}).
41 -record(k_cons, {anno=[],hd,tl}).
42 -record(k_binary, {anno=[],segs}).
44 -record(k_bin_end, {anno=[]}).
45 -record(k_var, {anno=[],name}).
[all …]
H A Dcore_parse.hrl33 -record(c_atom, {anno=[], val}). % val :: atom()
35 -record(c_char, {anno=[], val}). % val :: char()
39 -record(c_nil, {anno=[]}).
43 -record(c_bitstr, {anno=[],val, % val :: Tree,
49 -record(c_cons, {anno=[], hd, % hd :: Tree,
52 -record(c_tuple, {anno=[], es}). % es :: [Tree]
56 -record(c_fname, {anno=[], id, % id :: atom(),
64 -record(c_seq, {anno=[], arg, % arg :: Tree,
77 -record(c_case, {anno=[], arg, % arg :: Tree,
91 -record(c_apply, {anno=[], op, % op :: Tree,
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel.hrl34 -record(k_int, {anno=[],val}).
35 -record(k_float, {anno=[],val}).
36 -record(k_atom, {anno=[],val}).
37 -record(k_string, {anno=[],val}).
38 -record(k_nil, {anno=[]}).
40 -record(k_tuple, {anno=[],es}).
41 -record(k_cons, {anno=[],hd,tl}).
42 -record(k_binary, {anno=[],segs}).
44 -record(k_bin_end, {anno=[]}).
45 -record(k_var, {anno=[],name}).
[all …]
H A Dcore_parse.hrl33 -record(c_atom, {anno=[], val}). % val :: atom()
35 -record(c_char, {anno=[], val}). % val :: char()
39 -record(c_nil, {anno=[]}).
43 -record(c_bitstr, {anno=[],val, % val :: Tree,
49 -record(c_cons, {anno=[], hd, % hd :: Tree,
52 -record(c_tuple, {anno=[], es}). % es :: [Tree]
56 -record(c_fname, {anno=[], id, % id :: atom(),
64 -record(c_seq, {anno=[], arg, % arg :: Tree,
77 -record(c_case, {anno=[], arg, % arg :: Tree,
91 -record(c_apply, {anno=[], op, % op :: Tree,
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel.hrl34 -record(k_int, {anno=[],val}).
35 -record(k_float, {anno=[],val}).
36 -record(k_atom, {anno=[],val}).
37 -record(k_string, {anno=[],val}).
38 -record(k_nil, {anno=[]}).
40 -record(k_tuple, {anno=[],es}).
41 -record(k_cons, {anno=[],hd,tl}).
42 -record(k_binary, {anno=[],segs}).
44 -record(k_bin_end, {anno=[]}).
45 -record(k_var, {anno=[],name}).
[all …]
H A Dcore_parse.hrl33 -record(c_atom, {anno=[], val}). % val :: atom()
35 -record(c_char, {anno=[], val}). % val :: char()
39 -record(c_nil, {anno=[]}).
43 -record(c_bitstr, {anno=[],val, % val :: Tree,
49 -record(c_cons, {anno=[], hd, % hd :: Tree,
52 -record(c_tuple, {anno=[], es}). % es :: [Tree]
56 -record(c_fname, {anno=[], id, % id :: atom(),
64 -record(c_seq, {anno=[], arg, % arg :: Tree,
77 -record(c_case, {anno=[], arg, % arg :: Tree,
91 -record(c_apply, {anno=[], op, % op :: Tree,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dv3_kernel.hrl30 -record(k_literal, {anno=[],val}).
32 -record(k_tuple, {anno=[],es}).
35 -record(k_cons, {anno=[],hd,tl}).
36 -record(k_binary, {anno=[],segs}).
39 -record(k_bin_end, {anno=[]}).
40 -record(k_var, {anno=[],name}).
49 -record(k_seq, {anno=[],arg,body}).
52 -record(k_test, {anno=[],op,args}).
54 -record(k_enter, {anno=[],op,args}).
60 -record(k_goto, {anno=[],label}).
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dv3_kernel.hrl30 -record(k_literal, {anno=[],val}).
32 -record(k_tuple, {anno=[],es}).
35 -record(k_cons, {anno=[],hd,tl}).
36 -record(k_binary, {anno=[],segs}).
39 -record(k_bin_end, {anno=[]}).
40 -record(k_var, {anno=[],name}).
49 -record(k_seq, {anno=[],arg,body}).
52 -record(k_test, {anno=[],op,args}).
54 -record(k_enter, {anno=[],op,args}).
60 -record(k_goto, {anno=[],label}).
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dv3_kernel.hrl30 -record(k_literal, {anno=[],val}).
32 -record(k_tuple, {anno=[],es}).
35 -record(k_cons, {anno=[],hd,tl}).
36 -record(k_binary, {anno=[],segs}).
39 -record(k_bin_end, {anno=[]}).
40 -record(k_var, {anno=[],name}).
49 -record(k_seq, {anno=[],arg,body}).
52 -record(k_test, {anno=[],op,args}).
54 -record(k_enter, {anno=[],op,args}).
60 -record(k_goto, {anno=[],label}).
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dv3_kernel.hrl30 -record(k_literal, {anno=[],val}).
32 -record(k_tuple, {anno=[],es}).
35 -record(k_cons, {anno=[],hd,tl}).
36 -record(k_binary, {anno=[],segs}).
39 -record(k_bin_end, {anno=[]}).
40 -record(k_var, {anno=[],name}).
49 -record(k_seq, {anno=[],arg,body}).
52 -record(k_test, {anno=[],op,args}).
54 -record(k_enter, {anno=[],op,args}).
60 -record(k_goto, {anno=[],label}).
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dv3_kernel.hrl30 -record(k_literal, {anno=[],val}).
32 -record(k_tuple, {anno=[],es}).
35 -record(k_cons, {anno=[],hd,tl}).
36 -record(k_binary, {anno=[],segs}).
39 -record(k_bin_end, {anno=[]}).
40 -record(k_var, {anno=[],name}).
49 -record(k_seq, {anno=[],arg,body}).
52 -record(k_test, {anno=[],op,args}).
54 -record(k_enter, {anno=[],op,args}).
60 -record(k_goto, {anno=[],label}).
[all …]
/dports/mail/nmh/nmh-1.7.1/test/anno/
H A Dtest-anno19 check_exit '-eq 1' anno -
20 check_exit '-eq 1' anno -comp
22 check_exit '-eq 1' anno -text
24 check_exit '-eq 1' anno -number 0
25 check_exit '-eq 1' anno -number -number
26 check_exit '-eq 1' anno + @
27 check_exit '-eq 1' anno -draft 42
66 case `anno -v` in
67 anno\ --*) ;;
88 run_prog anno -component Nmh-test
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/RedefineTests/
H A DRedefineAnnotations.java238 Annotation anno; in verifyClassTypeAnnotations() local
267 fieldTA = anno; in verifyBasicFieldTypeAnnotations()
276 innerTA = anno; in verifyInnerFieldTypeAnnotations()
282 Annotation anno; in verifyArrayFieldTypeAnnotations() local
301 Annotation anno; in verifyMapFieldTypeAnnotations() local
308 mapTA[0] = anno; in verifyMapFieldTypeAnnotations()
315 mapTA[1] = anno; in verifyMapFieldTypeAnnotations()
317 anno = in verifyMapFieldTypeAnnotations()
321 mapTA[2] = anno; in verifyMapFieldTypeAnnotations()
328 mapTA[3] = anno; in verifyMapFieldTypeAnnotations()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/
H A DRedefineAnnotations.java238 Annotation anno; in verifyClassTypeAnnotations() local
267 fieldTA = anno; in verifyBasicFieldTypeAnnotations()
276 innerTA = anno; in verifyInnerFieldTypeAnnotations()
282 Annotation anno; in verifyArrayFieldTypeAnnotations() local
301 Annotation anno; in verifyMapFieldTypeAnnotations() local
308 mapTA[0] = anno; in verifyMapFieldTypeAnnotations()
315 mapTA[1] = anno; in verifyMapFieldTypeAnnotations()
317 anno = in verifyMapFieldTypeAnnotations()
321 mapTA[2] = anno; in verifyMapFieldTypeAnnotations()
328 mapTA[3] = anno; in verifyMapFieldTypeAnnotations()
[all …]

12345678910>>...93