Home
last modified time | relevance | path

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

12345678910>>...111

/freebsd-10-stable/contrib/llvm/tools/bugpoint/
DToolRunner.h39 std::string GCCPath; // The path to the gcc executable.
40 std::string RemoteClientPath; // The path to the rsh / ssh executable.
41 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 const std::vector<std::string> *GCCArgs) in GCC()
50 static GCC *create(std::string &Message,
51 const std::string &GCCBinary,
52 const std::vector<std::string> *Args);
61 int ExecuteProgram(const std::string &ProgramFile,
62 const std::vector<std::string> &Args,
64 const std::string &InputFile,
[all …]
DToolRunner.cpp33 cl::opt<std::string>
37 cl::opt<std::string>
41 cl::opt<std::string>
45 cl::opt<std::string>
49 cl::opt<std::string>
64 std::string *ErrMsg = 0) { in RunProgramWithTimeout()
110 std::ostringstream OS; in RunProgramRemotelyWithTimeout()
117 std::string StdOutFileName = StdOutFile.str(); in RunProgramRemotelyWithTimeout()
118 std::ifstream ErrorFile(StdOutFileName.c_str()); in RunProgramRemotelyWithTimeout()
120 std::copy(std::istreambuf_iterator<char>(ErrorFile), in RunProgramRemotelyWithTimeout()
[all …]
DBugDriver.h49 std::string ReferenceOutputFile; // Name of `good' output file
51 std::vector<std::string> PassesToRun;
77 bool addSources(const std::vector<std::string> &FileNames);
78 void addPass(std::string p) { PassesToRun.push_back(p); } in addPass()
79 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun()
82 const std::vector<std::string> &getPassesToRun() const { in getPassesToRun()
90 bool run(std::string &ErrMsg);
96 bool debugOptimizerCrash(const std::string &ID = "passes");
101 bool debugCodeGeneratorCrash(std::string &Error);
106 void debugMiscompilation(std::string *Error);
[all …]
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
Dwchar.h35 using std::mbstate_t;
38 using std::wint_t;
40 using std::btowc;
41 using std::wctob;
42 using std::fgetwc;
43 using std::fgetwc;
44 using std::fgetws;
45 using std::fputwc;
46 using std::fputws;
47 using std::fwide;
[all …]
Dstdio.h35 using std::FILE;
36 using std::fpos_t;
38 using std::remove;
39 using std::rename;
40 using std::tmpfile;
41 using std::tmpnam;
42 using std::fclose;
43 using std::fflush;
44 using std::fopen;
45 using std::freopen;
[all …]
Dmath.h35 using std::abs;
36 using std::acos;
37 using std::asin;
38 using std::atan;
39 using std::atan2;
40 using std::cos;
41 using std::sin;
42 using std::tan;
43 using std::cosh;
44 using std::sinh;
[all …]
Dstdlib.h35 using std::div_t;
36 using std::ldiv_t;
38 using std::abort;
39 using std::abs;
40 using std::atexit;
41 using std::atof;
42 using std::atoi;
43 using std::atol;
44 using std::bsearch;
45 using std::calloc;
[all …]
Dstring.h35 using std::memcpy;
36 using std::memmove;
37 using std::strcpy;
38 using std::strncpy;
39 using std::strcat;
40 using std::strncat;
41 using std::memcmp;
42 using std::strcmp;
43 using std::strcoll;
44 using std::strncmp;
[all …]
/freebsd-10-stable/contrib/libstdc++/include/backward/
Dalgo.h69 using std::for_each;
70 using std::find;
71 using std::find_if;
72 using std::adjacent_find;
73 using std::count;
74 using std::count_if;
75 using std::search;
76 using std::search_n;
77 using std::swap_ranges;
78 using std::transform;
[all …]
Dfunction.h66 using std::unary_function;
67 using std::binary_function;
68 using std::plus;
69 using std::minus;
70 using std::multiplies;
71 using std::divides;
72 using std::modulus;
73 using std::negate;
74 using std::equal_to;
75 using std::not_equal_to;
[all …]
Diomanip.h36 using std::boolalpha;
37 using std::noboolalpha;
38 using std::showbase;
39 using std::noshowbase;
40 using std::showpoint;
41 using std::noshowpoint;
42 using std::showpos;
43 using std::noshowpos;
44 using std::skipws;
45 using std::noskipws;
[all …]
/freebsd-10-stable/contrib/libstdc++/include/tr1/
Dmath.h41 using std::tr1::acos;
42 using std::tr1::acosh;
43 using std::tr1::asin;
44 using std::tr1::asinh;
45 using std::tr1::atan;
46 using std::tr1::atan2;
47 using std::tr1::atanh;
48 using std::tr1::cbrt;
49 using std::tr1::ceil;
50 using std::tr1::copysign;
[all …]
Dfunctional_hash.h41 namespace std
53 : public std::unary_function<_Tp, std::size_t> \
55 std::size_t \
57 { return static_cast<std::size_t>(__val); } \
78 : public std::unary_function<_Tp*, std::size_t>
80 std::size_t
82 { return reinterpret_cast<std::size_t>(__p); }
89 template<std::size_t = sizeof(std::size_t)>
92 static std::size_t
93 hash(const char* __first, std::size_t __length)
[all …]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
Dhash_prime_size_policy_imp.hpp53 num_distinct_sizes = sizeof(std::size_t) != 8 ?
59 static const std::size_t g_a_sizes[num_distinct_sizes_64_bit] =
91 /* 30 */ (std::size_t)8589934583ull,
92 /* 31 */ (std::size_t)17179869143ull,
93 /* 32 */ (std::size_t)34359738337ull,
94 /* 33 */ (std::size_t)68719476731ull,
95 /* 34 */ (std::size_t)137438953447ull,
96 /* 35 */ (std::size_t)274877906899ull,
97 /* 36 */ (std::size_t)549755813881ull,
98 /* 37 */ (std::size_t)1099511627689ull,
[all …]
/freebsd-10-stable/contrib/libstdc++/libsupc++/
Dvec.cc70 __cxa_vec_new(std::size_t element_count, in __cxa_vec_new()
71 std::size_t element_size, in __cxa_vec_new()
72 std::size_t padding_size, in __cxa_vec_new()
82 __cxa_vec_new2(std::size_t element_count, in __cxa_vec_new2()
83 std::size_t element_size, in __cxa_vec_new2()
84 std::size_t padding_size, in __cxa_vec_new2()
87 void *(*alloc) (std::size_t), in __cxa_vec_new2()
90 std::size_t size = element_count * element_size + padding_size; in __cxa_vec_new2()
98 reinterpret_cast <std::size_t *> (base)[-1] = element_count; in __cxa_vec_new2()
100 reinterpret_cast <std::size_t *> (base)[-2] = element_size; in __cxa_vec_new2()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-forward.h277 typedef std::shared_ptr<lldb_private::ABI> ABISP;
278 typedef std::shared_ptr<lldb_private::Baton> BatonSP;
279 typedef std::shared_ptr<lldb_private::Block> BlockSP;
280 typedef std::shared_ptr<lldb_private::Breakpoint> BreakpointSP;
281 typedef std::weak_ptr<lldb_private::Breakpoint> BreakpointWP;
282 typedef std::shared_ptr<lldb_private::BreakpointSite> BreakpointSiteSP;
283 typedef std::weak_ptr<lldb_private::BreakpointSite> BreakpointSiteWP;
284 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP;
285 typedef std::weak_ptr<lldb_private::BreakpointLocation> BreakpointLocationWP;
286 typedef std::shared_ptr<lldb_private::BreakpointResolver> BreakpointResolverSP;
[all …]
/freebsd-10-stable/contrib/atf/atf-c++/
Dtests.hpp43 std::ostream& m_os;
48 atf_tp_writer(std::ostream&);
50 void start_tc(const std::string&);
52 void tc_meta_data(const std::string&, const std::string&);
55 bool match(const std::string&, const std::string&);
63 typedef std::map< std::string, std::string > vars_map;
76 std::auto_ptr< tc_impl > pimpl;
83 void require_prog(const std::string&) const;
88 tc(const std::string&, const bool);
93 const std::string get_config_var(const std::string&) const;
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessorOptions.h46 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
47 std::vector<std::string> Includes;
48 std::vector<std::string> MacroIncludes;
59 std::string ImplicitPCHInclude;
62 std::vector<std::string> ChainedIncludes;
76 std::set<std::string> DeserializedPCHDeclsToErrorOn;
83 std::pair<unsigned, bool> PrecompiledPreambleBytes;
87 std::string ImplicitPTHInclude;
90 std::string TokenCache;
100 std::vector<std::pair<std::string, std::string> > RemappedFiles;
[all …]
/freebsd-10-stable/sys/powerpc/ps3/
Dps3-hvcall.S9 std %r0,16(%r1)
11 std %r7,48(%r1)
12 std %r8,56(%r1)
17 std %r4,0(%r11)
19 std %r5,0(%r11)
27 std %r0,16(%r1)
39 std %r0,16(%r1)
41 std %r6,48(%r1)
42 std %r7,56(%r1)
47 std %r4,0(%r11)
[all …]
/freebsd-10-stable/contrib/libstdc++/config/abi/pre/
Dgnu.ver29 std::[A-Za]*;
30 # std::ba[a-r]*;
31 std::basic_[a-e]*;
32 std::basic_f[a-r]*;
33 # std::basic_fstream;
34 std::basic_f[t-z]*;
35 std::basic_[g-h]*;
36 std::basic_i[a-e]*;
37 # std::basic_ifstream;
38 std::basic_i[g-r]*;
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DIOStreamMacros.h16 #define RAW_HEXBASE std::setfill('0') << std::hex << std::right
18 #define RAWHEX8(x) RAW_HEXBASE << std::setw(2) << ((uint32_t)(x))
19 #define RAWHEX16 RAW_HEXBASE << std::setw(4)
20 #define RAWHEX32 RAW_HEXBASE << std::setw(8)
21 #define RAWHEX64 RAW_HEXBASE << std::setw(16)
22 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
23 #define HEX16 HEXBASE << std::setw(4)
24 #define HEX32 HEXBASE << std::setw(8)
25 #define HEX64 HEXBASE << std::setw(16)
26 #define RAW_HEX(x) RAW_HEXBASE << std::setw(sizeof(x)*2) << (x)
[all …]
/freebsd-10-stable/contrib/libstdc++/include/ext/
Dstdio_sync_filebuf.h50 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > in _GLIBCXX_BEGIN_NAMESPACE()
51 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_BEGIN_NAMESPACE()
63 std::__c_file* const _M_file; in _GLIBCXX_BEGIN_NAMESPACE()
71 stdio_sync_filebuf(std::__c_file* __f) in _GLIBCXX_BEGIN_NAMESPACE()
82 std::__c_file* const in _GLIBCXX_BEGIN_NAMESPACE()
132 virtual std::streamsize in _GLIBCXX_BEGIN_NAMESPACE()
133 xsgetn(char_type* __s, std::streamsize __n); in _GLIBCXX_BEGIN_NAMESPACE()
141 if (std::fflush(_M_file)) in _GLIBCXX_BEGIN_NAMESPACE()
151 virtual std::streamsize in _GLIBCXX_BEGIN_NAMESPACE()
152 xsputn(const char_type* __s, std::streamsize __n); in _GLIBCXX_BEGIN_NAMESPACE()
[all …]
/freebsd-10-stable/contrib/atf/atf-sh/
Datf-check.cpp94 std::string value;
97 const std::string& p_value) : in output_check()
105 class temp_file : public std::ostream {
106 std::auto_ptr< atf::fs::path > m_path;
111 std::ostream(NULL), in temp_file()
118 std::strcpy(buf.get(), file.c_str()); in temp_file()
146 write(const std::string& text) in write()
166 parse_exit_code(const std::string& str) in parse_exit_code()
171 throw std::runtime_error("Unused reason"); in parse_exit_code()
173 } catch (const std::runtime_error&) { in parse_exit_code()
[all …]
/freebsd-10-stable/sys/powerpc/ofw/
Dofwcall64.S61 std %r0,16(%r1)
72 std %r4,48(%r1)
73 std %r13,56(%r1)
74 std %r14,64(%r1)
75 std %r15,72(%r1)
76 std %r16,80(%r1)
77 std %r17,88(%r1)
78 std %r18,96(%r1)
79 std %r19,104(%r1)
80 std %r20,112(%r1)
[all …]
/freebsd-10-stable/contrib/atf/atf-c++/detail/
Dtext.cpp48 char* copy = new char[std::strlen(str) + 1]; in duplicate()
49 std::strcpy(copy, str); in duplicate()
54 impl::match(const std::string& str, const std::string& regex) in match()
65 throw std::runtime_error("Invalid regular expression '" + regex + in match()
71 throw std::runtime_error("Invalid regular expression " + regex); in match()
79 std::string
80 impl::to_lower(const std::string& str) in to_lower()
82 std::string lc; in to_lower()
83 for (std::string::const_iterator iter = str.begin(); iter != str.end(); in to_lower()
85 lc += std::tolower(*iter); in to_lower()
[all …]

12345678910>>...111