Home
last modified time | relevance | path

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

/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A DPreproc.xs73 VPreProcXs* m_vPreprocp; // Parser handling the errors variable
75 VFileLineXs(VPreProcXs* pp) : VFileLine(true), m_vPreprocp(pp) { if (pp) pushFl(); } in VFileLineXs()
78 VFileLineXs* filelp = new VFileLineXs(m_vPreprocp); in create()
84 m_vPreprocp=pp; in setPreproc()
88 void pushFl() { m_vPreprocp->m_filelineps.push_back(this); } in pushFl()
96 m_vPreprocp->call(NULL, 1,"error",holdmsg.c_str()); in error()