Home | History | Annotate | Download | only in Support

Lines Matching defs:out

826     static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) {
827 out << llvm::format("%d by %d", value.length, value.width);
928 llvm::raw_ostream &out) {
929 out << value.str;
992 // Verify that the block scalar header was written out on the same line
1039 static void output(const MyNumber &value, void *, llvm::raw_ostream &out) {
1040 out << value;
2124 // Test that writing out a purely optional structure with its fields set to
2210 static void output(const FlowSeq &value, void*, llvm::raw_ostream &out) {
2211 out << value.str;
2226 std::string out;
2227 llvm::raw_string_ostream ostr(out);
2241 EXPECT_EQ(out,
2247 out.clear();
2251 EXPECT_EQ(out,
2257 out.clear();
2265 EXPECT_EQ(out,
2270 out.clear();
2274 EXPECT_EQ(out,
2279 out.clear();
2287 EXPECT_EQ(out,
2291 out.clear();
2295 EXPECT_EQ(out,
2299 out.clear();