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 D | move_assign.pass.cpp | 47 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 D | member_swap.pass.cpp | 44 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 D | DebugTest.cpp | 21 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 D | pointer.pass.cpp | 71 std::ostream os2(&sb2); in main() local 73 os2 << &n2; in main() 74 assert(os2.good()); in main()
|
H A D | pointer.volatile.pass.cpp | 70 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 D | construct.pass.cpp | 55 std::ostream os2(&sb2); in main() local 56 os.tie(&os2); in main()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 884 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 D | arm-adr-err.s | 32 .section .os2, "ax", %progbits
|
H A D | arm-adr.s | 25 .section .os2, "ax", %progbits
|
/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 45 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 D | config.guess | 1071 echo ${UNAME_MACHINE}-pc-os2-emx
|