Home
last modified time | relevance | path

Searched refs:remove_defines (Results 1 – 7 of 7) sorted by relevance

/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/
H A DNetlist.pm163 sub remove_defines { subroutine
192 my $rsearch = $self->remove_defines($search);
246 my $rsearch = $self->remove_defines($search);
273 $filename = $self->remove_defines($filename);
H A DGetopt.pm592 sub remove_defines { subroutine
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A DPreproc.pm107 $filename = $self->remove_defines($filename);
137 sub remove_defines { subroutine
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/
H A Dhipe_rtl_ssa_avail_expr.erl70 {Acc++[NewInstr], insert(Dst,LoadType,remove_defines(Instr,Info,Fun))};
72 {Acc++[Instr],remove_defines(Instr,Info,fun load_filter_fun/2)}
116 {[Instr|Acc],remove_defines(Instr,Env,fun store_filter_fun/2)}
338 remove_defines(Instr,Info,Fun) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/
H A Dhipe_rtl_ssa_avail_expr.erl70 {Acc++[NewInstr], insert(Dst,LoadType,remove_defines(Instr,Info,Fun))};
72 {Acc++[Instr],remove_defines(Instr,Info,fun load_filter_fun/2)}
116 {[Instr|Acc],remove_defines(Instr,Env,fun store_filter_fun/2)}
338 remove_defines(Instr,Info,Fun) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/rtl/
H A Dhipe_rtl_ssa_avail_expr.erl70 {Acc++[NewInstr], insert(Dst,LoadType,remove_defines(Instr,Info,Fun))};
72 {Acc++[Instr],remove_defines(Instr,Info,fun load_filter_fun/2)}
116 {[Instr|Acc],remove_defines(Instr,Env,fun store_filter_fun/2)}
338 remove_defines(Instr,Info,Fun) -> function
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Netlist/
H A DCell.pm68 my $name2 = $netlist->remove_defines($name);