Searched refs:FileCheckImpl (Results 1 – 2 of 2) sorted by relevance
14 struct FileCheckImpl;77 std::unique_ptr<FileCheckImpl> fcImpl;
195 struct FileCheckImpl { struct196 TORCH_API explicit FileCheckImpl() = default;244 friend std::ostream& operator<<(std::ostream& out, const FileCheckImpl& fc);546 FileCheck::FileCheck() : fcImpl(new FileCheckImpl()){}; in FileCheck()548 std::ostream& operator<<(std::ostream& out, const FileCheckImpl& fc) { in operator <<()