Searched refs:m_bInOutputSectDesc (Results 1 – 2 of 2) sorted by relevance
58 m_bInOutputSectDesc(false), in ScriptFile()150 if (m_bInOutputSectDesc) { in addAssignment()193 m_bInOutputSectDesc = true; in enterOutputSectDesc()201 assert(!sections->empty() && m_bInOutputSectDesc); in leaveOutputSectDesc()205 m_bInOutputSectDesc = false; in leaveOutputSectDesc()214 assert(!sections->empty() && m_bInOutputSectDesc); in addInputSectDesc()
163 bool m_bInOutputSectDesc; variable