Searched refs:termCopy (Results 1 – 2 of 2) sorted by relevance
517 PatternTerm termCopy = term; in copyTerm() local518 termCopy.parentheses.disjunction = copyDisjunction(termCopy.parentheses.disjunction); in copyTerm()519 return termCopy; in copyTerm()
92 PatternTerm termCopy = term; in optimizeAlternative() local94 alternative->m_terms[i + 1] = termCopy; in optimizeAlternative()