Home
last modified time | relevance | path

Searched refs:cin (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.objects/
H A Dinit.pass.cpp38 , cin_mem_dump(new char[sizeof(std::cin)]) in Checker()
43 std::memcpy(cin_mem_dump, (char*)&std::cin, sizeof(std::cin)); in Checker()
89 assert(std::memcmp(check.cin_mem_dump, (char const*)&std::cin, sizeof(std::cin)) == 0); in main()
/llvm-project-15.0.7/clang-tools-extra/test/clang-reorder-fields/
H A DFieldDependencyWarning.cpp15 Foo(int x, double y, char cin);
30 Foo::Foo(int x, double y, char cin) : in Foo() argument
33 c(cin), in Foo()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-comparison.cpp114 } cout, cin; variable
121 cout < cin; // expected-warning {{relational comparison result unused}} in test()
/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_demangle.pass.cpp30336 while (std::cin) in main()
30338 std::getline(std::cin, input); in main()
30339 if (std::cin.fail()) in main()
/llvm-project-15.0.7/libcxx/include/
H A Diostream23 extern istream cin;
52 extern _LIBCPP_FUNC_VIS istream cin;
/llvm-project-15.0.7/llvm/examples/BrainF/
H A DBrainFDriver.cpp134 std::istream *in = &std::cin; in main()
146 if (in != &std::cin) in main()
/llvm-project-15.0.7/libcxx/src/
H A Diostream.cpp20 _ALIGNAS_TYPE (istream) _LIBCPP_FUNC_VIS char cin[sizeof(istream)]
120 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin, &mb_cin)); in DoIOSInit()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/
H A Dcin.sh.cpp23 std::cin >> i; in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Diostream_sbo.cpp14 std::cin >> i; in main()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dno-store-suppression.cpp19 std::cin >> c; in foo()
H A Dconversion.c205 FILE *cin; variable
216 while ((c = getc(cin)) != '\n') { in libraryFunction2()
/llvm-project-15.0.7/lldb/test/API/iohandler/stdio/
H A Dmain.cpp5 for (std::string line; std::getline(std::cin, line);) in main()
/llvm-project-15.0.7/llvm/tools/llvm-undname/
H A Dllvm-undname.cpp114 std::getline(std::cin, LineStr); in main()
115 if (std::cin.eof()) in main()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dno-store-suppression.h16 extern istream cin;
/llvm-project-15.0.7/lldb/test/API/functionalities/completion/
H A Dmain.cpp18 std::cin.get(); in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
H A Dpath.io.pass.cpp87 static_assert(!is_istreamable<decltype(std::cin), std::wstring>::value, ""); in test_LWG2989()
/llvm-project-15.0.7/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp177 for (std::string Mangled; std::getline(std::cin, Mangled);) in llvm_cxxfilt_main()
/llvm-project-15.0.7/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp485 while (std::getline(std::cin, InputLine)) { in main()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats16Instr.td68 (ins sGPR:$rZ, sGPR:$rx, CARRY:$cin), !strconcat(opstr, "\t$rz, $rx"), []> {
H A DCSKYInstrInfo.td538 (outs GPR:$rz, CARRY:$cout), (ins GPR:$rx, oimm5:$imm5, CARRY:$cin), []>;
550 (ins GPR:$rx, GPR:$ry, CARRY:$cin), "addc32", []>;
552 (ins GPR:$rx, GPR:$ry, CARRY:$cin), "subc32", []>;
/llvm-project-15.0.7/lldb/docs/use/
H A Dintel_pt.rst153 7 cin >> x;
/llvm-project-15.0.7/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp372 while (std::getline(std::cin, InputString)) { in filterMarkup()
/llvm-project-15.0.7/llvm/docs/
H A DFAQ.rst164 the file will probably use the ``std::cin``/``std::cout``/... global objects.
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3999 using std::cout; vs. using std::cin;
4000 using std::cin; using std::cout;
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc197 SYMBOL(cin, std::, <iostream>)