Searched refs:std (Results 1 - 25 of 268) sorted by relevance

1234567891011

/src/tests/lib/libstdc++/
H A Dh_cin_nosync.cc36 std::ios::sync_with_stdio(false);
37 std::cin.read(buf, sizeof(buf));
38 std::cout << std::cin.gcount() << std::endl;
/src/usr.bin/c11/
H A Dc11.sh2 exec /usr/bin/cc -std=c11 "$@"
/src/usr.bin/c17/
H A Dc17.sh2 exec /usr/bin/cc -std=c17 "$@"
/src/usr.bin/c89/
H A Dc89.sh2 exec /usr/bin/cc -std=c89 "$@"
/src/usr.bin/c99/
H A Dc99.sh2 exec /usr/bin/cc -std=c99 "$@"
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_powerpc64.inc28 static std::mutex M;
29 std::lock_guard<std::mutex> Guard(M);
/src/tests/lib/libm/
H A Dt_cabsl.cxx46 std::complex<long double> cld(3.0,4.0);
47 sum += std::abs(cld);
48 std::complex<double> cd(3.0,4.0);
49 sum += std::abs(cd);
51 std::complex<float> cf(3.0,4.0);
52 sum += std::abs(cf);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIO.h19 long GetEpoch(const std::string &Path);
21 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
24 std::string FileToString(const std::string &Path);
26 void CopyFileToErr(const std::string &Path);
28 void WriteToFile(const Unit &U, const std::string &Path);
34 std::string DirPlusFile(const std::string &DirPath,
35 const std::string &FileName);
38 std
[all...]
H A DFuzzerCommand.h37 explicit Command(const Vector<std::string> &ArgsToAdd)
55 bool hasArgument(const std::string &Arg) const {
57 return std::find(Args.begin(), i, Arg) != i;
62 const Vector<std::string> &getArguments() const { return Args; }
66 void addArgument(const std::string &Arg) {
72 void addArguments(const Vector<std::string> &ArgsToAdd) {
78 void removeArgument(const std::string &Arg) {
80 Args.erase(std::remove(Args.begin(), i, Arg), i);
84 bool hasFlag(const std::string &Flag) const {
85 std
[all...]
H A DFuzzerMerge.h53 std::string Name;
62 std::string LastFailure;
64 bool Parse(std::istream &IS, bool ParseCoverage);
65 bool Parse(const std::string &Str, bool ParseCoverage);
66 void ParseOrExit(std::istream &IS, bool ParseCoverage);
67 void PrintSummary(std::ostream &OS);
68 Set<uint32_t> ParseSummary(std::istream &IS);
70 Vector<std::string> *NewFiles);
71 size_t Merge(Vector<std::string> *NewFiles) {
H A DFuzzerUtil.h37 std::string Base64(const Unit &U);
41 std::string DescribePC(const char *SymbolizedFMT, uintptr_t PC);
65 std::string CloneArgsWithoutX(const Vector<std::string> &Args,
68 inline std::string CloneArgsWithoutX(const Vector<std::string> &Args,
73 inline std::pair<std::string, std::string> SplitBefore(std
[all...]
H A DFuzzerDataFlowTrace.h41 void Init(const std::string &DirPath, const std::string &FocusFunction);
43 const Vector<uint8_t> *Get(const std::string &InputSha1) const {
52 std::unordered_map<std::string, Vector<uint8_t> > Traces;
H A DFuzzerOptions.h43 std::string OutputCorpus;
44 std::string ArtifactPrefix = "./";
45 std::string ExactArtifactPath;
46 std::string ExitOnSrcPos;
47 std::string ExitOnItem;
48 std::string FocusFunction;
49 std::string DataFlowTrace;
/src/sys/arch/atari/stand/bootxx/
H A DMakefile3 SUBDIR= std milan
/src/sys/arch/atari/stand/bootxxx/
H A DMakefile3 SUBDIR= std milan
/src/common/dist/zlib/contrib/iostream3/
H A Dtest.cc19 << 1.3 << "\nPlan " << 9 << std::endl;
21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
23 << 1.3 << "\nPlan " << 9 << std::endl;
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n";
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
36 << 1.3 << "\nPlan " << 9 << std::endl;
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form";
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n";
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
H A Dzfstream.h27 class gzfilebuf : public std::streambuf
67 std::ios_base::openmode mode);
77 std::ios_base::openmode mode);
92 open_mode(std::ios_base::openmode mode,
102 virtual std::streamsize
135 virtual std::streambuf*
137 std::streamsize n);
155 // std::ios_base::seekdir way,
156 // std::ios_base::openmode mode = std
[all...]
/src/games/dab/
H A Dtest.cc48 std::cout << "x=" << x << std::endl;
/src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/
H A DMakefile5 SUBDIR= std milan
/src/sys/arch/atari/stand/xxboot/ahdi-xxboot/
H A DMakefile5 SUBDIR= std milan
/src/sys/arch/atari/stand/xxboot/fdboot/
H A DMakefile5 SUBDIR= std milan
/src/sys/arch/atari/stand/xxboot/sdboot/
H A DMakefile5 SUBDIR= std milan
/src/lib/libc/arch/powerpc64/gen/
H A D__setjmp14.S30 std %r8,8(%r6) # save r8-r31
31 std %r9,16(%r6)
32 std %r10,24(%r6)
33 std %r11,32(%r6)
34 std %r12,40(%r6)
35 std %r13,48(%r6)
36 std %r14,56(%r6)
37 std %r15,64(%r6)
38 std %r16,72(%r6)
39 std
[all...]
/src/tests/usr.bin/c++/
H A Dt_call_once2.sh30 atf_set "descr" "compile and run std::call_once"
37 atf_set "descr" "compile and run std::call_once with profiling option"
44 atf_set "descr" "compile and run PIC std::call_once"
51 atf_set "descr" "compile and run 32-bit PIC std::call_once"
58 atf_set "descr" "compile and run PIC std::call_once with profiling flag"
65 atf_set "descr" "compile and run 32-bit PIC std::call_once with profiling flag"
72 atf_set "descr" "compile and run 32-bit std::call_once with profiling flag"
79 atf_set "descr" "compile and run position independent (PIE) std::call_once"
86 atf_set "descr" "compile and run std::call_once for/in netbsd32 emulation"
93 atf_set "descr" "compile and run std
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_new_delete.cc26 // Fake std::nothrow_t and std::align_val_t to avoid including <new>.
27 namespace std { namespace
30 } // namespace std
33 // TODO(alekseys): throw std::bad_alloc instead of dying on OOM.
50 void *operator new(size_t size, std::nothrow_t const&) {
54 void *operator new[](size_t size, std::nothrow_t const&) {
58 void *operator new(size_t size, std::align_val_t align)
61 void *operator new[](size_t size, std::align_val_t align)
64 void *operator new(size_t size, std
[all...]

Completed in 20 milliseconds

1234567891011