Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp45 os1.swap(os2); 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()
69 os1.swap(os2); in main()
79 assert(os2.tie() == 0); in main()
81 assert(os2.rdstate() == os2.goodbit); in main()
82 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmove_assign.pass.cpp48 os2 = (std::move(os1)); 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()
72 os2 = (std::move(os1)); in main()
82 assert(os2.tie() == 0); in main()
84 assert(os2.rdstate() == os2.goodbit); in main()
85 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/llvm-project-15.0.7/llvm/unittests/Support/
H A DDebugTest.cpp19 raw_string_ostream os1(s1), os2(s2); in TEST() local
29 DEBUG_WITH_TYPE("A", os2 << "A"); in TEST()
30 DEBUG_WITH_TYPE("B", os2 << "B"); in TEST()
31 EXPECT_EQ("A", os2.str()); in TEST()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
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()
H A Dpointer.pass.cpp71 std::ostream os2(&sb2); in main() local
73 os2 << &n2; in main()
74 assert(os2.good()); in main()
/llvm-project-15.0.7/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-15.0.7/lld/test/ELF/
H A Darm-adr-err.s32 .section .os2, "ax", %progbits
H A Darm-adr.s23 .section .os2, "ax", %progbits
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp881 llvm::raw_svector_ostream os2(buf2); in checkCall_rand() local
882 os2 << "Function '" << *FD in checkCall_rand()
889 "Security", os2.str(), CELoc, in checkCall_rand()
1045 llvm::raw_svector_ostream os2(buf2); in checkUncheckedReturnValue() local
1046 os2 << "The return value from the call to '" << *FD in checkUncheckedReturnValue()
1053 "Security", os2.str(), CELoc, in checkUncheckedReturnValue()
/llvm-project-15.0.7/llvm/test/Bindings/Go/
H A Dlit.local.cfg21 if (sys.platform == 'win32' or os.name == 'os2') and (ext != '.exe'):
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp51 raw_string_ostream os1(o1), os2(o2); in PrintResults() local
53 Loc2.first->printAsOperand(os2, false, M); in PrintResults()
/llvm-project-15.0.7/llvm/cmake/
H A Dconfig.guess1044 echo ${UNAME_MACHINE}-pc-os2-emx