Searched refs:m_paths (Results 1 – 3 of 3) sorted by relevance
227 m_paths.push_back(argument); in initialize()237 m_usingServerMode = (m_paths.size() == 1 && m_paths[0] == "-"); in initialize()241 m_printSeparators = m_paths.size() > 1; in initialize()444 for (size_t i = 0; i < m_paths.size(); ++i) { in run()445 if (!runTest(m_paths[i].c_str())) in run()
102 std::vector<std::string> m_paths; variable
51 Vector m_paths; field in RedundentExprEliminator75 m_paths = null; in RedundentExprEliminator()92 eleminateRedundent(psuedoVarRecipient, m_paths); in eleminateRedundentLocals()1102 else if (m_isSameContext && (null != m_paths)) in visitLocationPath()1105 validateNewAddition(m_paths, owner, path); in visitLocationPath()1106 m_paths.addElement(owner); in visitLocationPath()1182 Vector savedPaths = m_paths; in visitInstruction()1183 m_paths = new Vector(); in visitInstruction()1191 m_paths = savedPaths; in visitInstruction()1221 if(paths == m_paths) in diagnoseNumPaths()