Home
last modified time | relevance | path

Searched refs:os2 (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmove_assign.pass.cpp47 test_ostream<char> os2(&sb2); in main() local
48 os2 = (std::move(os1)); in main()
57 assert(os2.rdbuf() == &sb2); in main()
58 assert(os2.tie() == 0); in main()
59 assert(os2.fill() == ' '); in main()
60 assert(os2.rdstate() == os2.goodbit); in main()
61 assert(os2.exceptions() == os2.goodbit); in main()
62 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
63 assert(os2.precision() == 6); in main()
64 assert(os2.getloc().name() == "C"); in main()
[all …]
H A Dmember_swap.pass.cpp44 test_ostream<char> os2(&sb2); in main() local
45 os1.swap(os2); in main()
54 assert(os2.rdbuf() == &sb2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
60 assert(os2.precision() == 6); in main()
61 assert(os2.getloc().name() == "C"); in main()
[all …]
/llvm-project/llvm/unittests/Support/
H A DDebugTest.cpp21 raw_string_ostream os1(s1), os2(s2); in TEST()
31 DEBUG_WITH_TYPE("A", os2 << "A"); in TEST()
32 DEBUG_WITH_TYPE("B", os2 << "B"); in TEST()
33 EXPECT_EQ("A", os2.str());
38 raw_string_ostream os1(s1), os2(s2);
19 raw_string_ostream os1(s1), os2(s2); TEST() local
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dpointer.pass.cpp71 std::ostream os2(&sb2); in main() local
73 os2 << &n2; in main()
74 assert(os2.good()); in main()
H A Dpointer.volatile.pass.cpp70 std::ostream os2(&sb2); in main() local
71 os2 << static_cast<volatile void*>(&n1); in main()
72 assert(os2.good()); in main()
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
H A Dconstruct.pass.cpp55 std::ostream os2(&sb2); in main() local
56 os.tie(&os2); in main()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp884 llvm::raw_svector_ostream os2(buf2); in checkCall_rand() local
885 os2 << "Function '" << *FD in checkCall_rand()
892 "Security", os2.str(), CELoc, in checkCall_rand()
1056 llvm::raw_svector_ostream os2(buf2); in checkUncheckedReturnValue() local
1057 os2 << "The return value from the call to '" << *FD in checkUncheckedReturnValue()
1064 "Security", os2.str(), CELoc, in checkUncheckedReturnValue()
/llvm-project/lld/test/ELF/
H A Darm-adr-err.s32 .section .os2, "ax", %progbits
H A Darm-adr.s25 .section .os2, "ax", %progbits
/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp45 raw_string_ostream os1(o1), os2(o2); in PrintResults() local
47 Loc2.first->printAsOperand(os2, false, M); in PrintResults()
/llvm-project/llvm/cmake/
H A Dconfig.guess1071 echo ${UNAME_MACHINE}-pc-os2-emx