Searched refs:TPath (Results 1 – 1 of 1) sorted by relevance
388 inline raw_ostream &operator<<(raw_ostream &OS, const ThreadingPath &TPath) { in operator <<() argument389 TPath.print(OS); in operator <<()557 ThreadingPath TPath; in run() local567 TPath.setExitValue(C); in run()568 TPath.setDeterminator(BB); in run()569 TPath.setPath(Path); in run()574 if (TPath.isExitValueSet() && BB == Path.front()) in run()580 if (TPath.isExitValueSet() && isSupported(TPath)) in run()581 TPaths.push_back(TPath); in run()712 bool isSupported(const ThreadingPath &TPath) { in isSupported()[all …]