Home
last modified time | relevance | path

Searched refs:defSubstitute (Results 1 – 4 of 4) sorted by relevance

/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A DVPreProc.h107 …virtual string defSubstitute(string substitute) = 0; ///< Return value to substitute for given pos…
H A DPreproc.xs66 …virtual string defSubstitute(string substitute); // Return value to substitute for given post-para…
148 string VPreProcXs::defSubstitute(string subs) { in defSubstitute() function
H A DVPreProc.cpp978 out = m_preprocp->defSubstitute(out); in getStateToken()
1204 out = m_preprocp->defSubstitute(out); in getStateToken()
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/
H A DChanges569 **** Fix Preproc::defSubstitute not being called on parameterized macros.
600 *** Add Preproc::defSubstitute define callbacks, #94. [by Saul Cuellar]