HomeSort by: relevance | last modified time | path
    Searched refs:std (Results 1 - 25 of 265) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/tests/lib/libstdc++/
h_cin_nosync.cc 36 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/
c11.sh 2 exec /usr/bin/cc -std=c11 "$@"
  /src/usr.bin/c89/
c89.sh 2 exec /usr/bin/cc -std=c89 "$@"
  /src/usr.bin/c99/
c99.sh 2 exec /usr/bin/cc -std=c99 "$@"
  /src/usr.bin/c17/
c17.sh 2 exec /usr/bin/cc -std=c17 "$@"
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_powerpc64.inc 28 static std::mutex M;
29 std::lock_guard<std::mutex> Guard(M);
  /src/tests/lib/libm/
t_cabsl.cxx 46 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/
FuzzerIO.h 19 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::string DirName(const std::string &FileName)
    [all...]
FuzzerCommand.h 37 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::string Arg("-" + Flag + "=")
    [all...]
FuzzerMerge.h 53 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) {
FuzzerUtil.h 37 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::string X
    [all...]
FuzzerDataFlowTrace.h 41 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;
FuzzerOptions.h 43 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/
Makefile 3 SUBDIR= std milan
  /src/sys/arch/atari/stand/bootxxx/
Makefile 3 SUBDIR= std milan
  /src/common/dist/zlib/contrib/iostream3/
test.cc 19 << 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";
zfstream.h 27 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::ios_base::in|std::ios_base::out)
    [all...]
  /src/lib/libc/arch/powerpc64/gen/
__setjmp14.S 30 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 %r17,80(%r6
    [all...]
  /src/games/dab/
test.cc 48 std::cout << "x=" << x << std::endl;
  /src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/
Makefile 3 BTYPE=STD
5 SUBDIR= std milan
  /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/
Makefile 3 BTYPE=STD
5 SUBDIR= std milan
  /src/sys/arch/atari/stand/xxboot/fdboot/
Makefile 3 BTYPE=STD
5 SUBDIR= std milan
  /src/sys/arch/atari/stand/xxboot/sdboot/
Makefile 3 BTYPE=STD
5 SUBDIR= std milan
  /src/tests/usr.bin/c++/
t_call_once2.sh 30 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::call_once with static flag
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_new_delete.cc 26 // 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::align_val_t align, std::nothrow_t const&
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011