Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/examples/
H A Derl_id_trans.erl437 Inits1 = record_inits(Inits0),
539 record_inits([{record_field,Lf,{atom,La,F},Val0}|Is]) -> function
541 [{record_field,Lf,{atom,La,F},Val1}|record_inits(Is)];
542 record_inits([{record_field,Lf,{var,La,'_'},Val0}|Is]) -> function
544 [{record_field,Lf,{var,La,'_'},Val1}|record_inits(Is)];
545 record_inits([]) -> []. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/examples/
H A Derl_id_trans.erl443 Inits1 = record_inits(Inits0),
545 record_inits([{record_field,Lf,{atom,La,F},Val0}|Is]) -> function
547 [{record_field,Lf,{atom,La,F},Val1}|record_inits(Is)];
548 record_inits([{record_field,Lf,{var,La,'_'},Val0}|Is]) -> function
550 [{record_field,Lf,{var,La,'_'},Val1}|record_inits(Is)];
551 record_inits([]) -> []. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/examples/
H A Derl_id_trans.erl443 Inits1 = record_inits(Inits0),
545 record_inits([{record_field,Lf,{atom,La,F},Val0}|Is]) -> function
547 [{record_field,Lf,{atom,La,F},Val1}|record_inits(Is)];
548 record_inits([{record_field,Lf,{var,La,'_'},Val0}|Is]) -> function
550 [{record_field,Lf,{var,La,'_'},Val1}|record_inits(Is)];
551 record_inits([]) -> []. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/examples/
H A Derl_id_trans.erl440 Inits1 = record_inits(Inits0),
538 record_inits([{record_field,Af,{atom,Aa,F},Val0}|Is]) -> function
540 [{record_field,Af,{atom,Aa,F},Val1}|record_inits(Is)];
541 record_inits([{record_field,Af,{var,Aa,'_'},Val0}|Is]) -> function
543 [{record_field,Af,{var,Aa,'_'},Val1}|record_inits(Is)];
544 record_inits([]) -> []. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/examples/
H A Derl_id_trans.erl440 Inits1 = record_inits(Inits0),
538 record_inits([{record_field,Af,{atom,Aa,F},Val0}|Is]) -> function
540 [{record_field,Af,{atom,Aa,F},Val1}|record_inits(Is)];
541 record_inits([{record_field,Af,{var,Aa,'_'},Val0}|Is]) -> function
543 [{record_field,Af,{var,Aa,'_'},Val1}|record_inits(Is)];
544 record_inits([]) -> []. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/examples/
H A Derl_id_trans.erl440 Inits1 = record_inits(Inits0),
538 record_inits([{record_field,Af,{atom,Aa,F},Val0}|Is]) -> function
540 [{record_field,Af,{atom,Aa,F},Val1}|record_inits(Is)];
541 record_inits([{record_field,Af,{var,Aa,'_'},Val0}|Is]) -> function
543 [{record_field,Af,{var,Aa,'_'},Val1}|record_inits(Is)];
544 record_inits([]) -> []. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/examples/
H A Derl_id_trans.erl440 Inits1 = record_inits(Inits0),
538 record_inits([{record_field,Af,{atom,Aa,F},Val0}|Is]) -> function
540 [{record_field,Af,{atom,Aa,F},Val1}|record_inits(Is)];
541 record_inits([{record_field,Af,{var,Aa,'_'},Val0}|Is]) -> function
543 [{record_field,Af,{var,Aa,'_'},Val1}|record_inits(Is)];
544 record_inits([]) -> []. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_expand_records.erl312 record_inits(record_fields(Name, St), Is)]},
649 record_inits(Fs, Is) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_expand_records.erl322 record_inits(record_fields(Name, St), Is)]},
659 record_inits(Fs, Is) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_expand_records.erl322 record_inits(record_fields(Name, St), Is)]},
659 record_inits(Fs, Is) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_expand_records.erl314 record_inits(record_fields(Name, Anno0, St), Is)]},
661 record_inits(Fs, Is) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_expand_records.erl314 record_inits(record_fields(Name, Anno0, St), Is)]},
661 record_inits(Fs, Is) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_expand_records.erl314 record_inits(record_fields(Name, Anno0, St), Is)]},
661 record_inits(Fs, Is) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_expand_records.erl314 record_inits(record_fields(Name, Anno0, St), Is)]},
661 record_inits(Fs, Is) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl406 record_inits(record_fields(Name, St), Is)]},
708 record_inits(Fs, Is) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl406 record_inits(record_fields(Name, St), Is)]},
708 record_inits(Fs, Is) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl406 record_inits(record_fields(Name, St), Is)]},
708 record_inits(Fs, Is) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl406 record_inits(record_fields(Name, St), Is)]},
708 record_inits(Fs, Is) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl406 record_inits(record_fields(Name, St), Is)]},
708 record_inits(Fs, Is) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl406 record_inits(record_fields(Name, St), Is)]},
708 record_inits(Fs, Is) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_pre_expand.erl406 record_inits(record_fields(Name, St), Is)]},
708 record_inits(Fs, Is) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iload.erl483 record_inits(record_fields(Name, Anno, St), Is)]},
747 record_inits(Fs, Is) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iload.erl483 record_inits(record_fields(Name, Anno, St), Is)]},
747 record_inits(Fs, Is) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iload.erl483 record_inits(record_fields(Name, Anno, St), Is)]},
747 record_inits(Fs, Is) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iload.erl483 record_inits(record_fields(Name, Anno, St), Is)]},
747 record_inits(Fs, Is) -> function