Searched refs:std (Results 76 - 100 of 2547) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/atf/atf-c++/
H A Dcheck.hpp74 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
105 const std::string stdout_path(void) const;
110 const std::string stderr_path(void) const;
117 bool build_c_o(const std::string&, const std::string&,
119 bool build_cpp(const std::string&, const std::string&,
121 bool build_cxx_o(const std::string&, const std::string&,
123 std
[all...]
H A Dutils.cpp36 atf::utils::cat_file(const std::string& path, const std::string& prefix)
42 atf::utils::copy_file(const std::string& source, const std::string& destination)
48 atf::utils::compare_file(const std::string& path, const std::string& contents)
54 atf::utils::create_file(const std::string& path, const std::string& contents)
60 atf::utils::file_exists(const std::string& path)
68 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A 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
[all...]
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Dnew_opnt.cc34 using std::new_handler;
35 using std::bad_alloc;
37 extern "C" void *malloc (std::size_t);
41 operator new (std::size_t sz, const std::nothrow_t&) throw() argument
H A Dvec.cc70 __cxa_vec_new(std::size_t element_count,
71 std::size_t element_size,
72 std::size_t padding_size,
82 __cxa_vec_new2(std::size_t element_count, argument
83 std::size_t element_size,
84 std::size_t padding_size,
87 void *(*alloc) (std::size_t),
90 std::size_t size = element_count * element_size + padding_size;
98 reinterpret_cast <std::size_t *> (base)[-1] = element_count;
100 reinterpret_cast <std
120 __cxa_vec_new3(std::size_t element_count, std::size_t element_size, std::size_t padding_size, __cxa_cdtor_type constructor, __cxa_cdtor_type destructor, void *(*alloc) (std::size_t), void (*dealloc) (void *, std::size_t)) argument
[all...]
H A Deh_term_handler.cc1 // -*- C++ -*- std::terminate handler
37 to "std::abort", and rebuilding the library. In a freestanding mode, we
45 std::terminate_handler __cxxabiv1::__terminate_handler =
49 std::abort;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h31 std::string OutputFile;
37 std::string HeaderIncludeOutputFile;
41 std::vector<std::string> Targets;
44 std::string DOTOutputFile;
H A DCodeGenOptions.h89 std::string CodeModel;
93 std::string CoverageFile;
99 std::string DebugPass;
102 std::string DebugCompilationDir;
106 std::string DwarfDebugFlags;
109 std::string FloatABI;
112 std::string LimitFloatPrecision;
115 std::string LinkBitcodeFile;
120 std::string MainFileName;
124 std
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dtrace_fn_imps.hpp54 std::cerr << std::endl;
58 std::cerr << std::endl;
67 std::cerr << ' ';
68 std::cerr << p_nd << " ";
69 std::cerr << ((p_nd->m_type == pat_trie_leaf_node_type) ? "l " : "i ");
75 std::cerr <<* el_it;
81 std::cerr << std
[all...]
/freebsd-10-stable/contrib/libstdc++/src/
H A Dfunctexcept.cc43 _GLIBCXX_BEGIN_NAMESPACE(std)
104 { std::abort(); }
108 { std::abort(); }
112 { std::abort(); }
116 { std::abort(); }
120 { std::abort(); }
124 { std::abort(); }
128 { std::abort(); }
132 { std::abort(); }
136 { std
[all...]
/freebsd-10-stable/contrib/llvm/tools/bugpoint/
H A 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) {
110 std::ostringstream OS;
117 std::string StdOutFileName = StdOutFile.str();
118 std::ifstream ErrorFile(StdOutFileName.c_str());
120 std
302 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &GCCArgs = std::vector<std::string>(), const std::vector<std::string> &SharedLibs = std::vector<std::string>(), unsigned Timeout = 0, unsigned MemoryLimit = 0) argument
[all...]
H A 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); }
79 void setPassesToRun(const std::vector<std::string> &PTR) {
82 const std::vector<std
[all...]
/freebsd-10-stable/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.h40 std::string DefaultArch;
43 std::string DefaultArch = "")
57 std::string
58 symbolizeCode(const std::string &ModuleName, uint64_t ModuleOffset);
59 std::string
60 symbolizeData(const std::string &ModuleName, uint64_t ModuleOffset);
62 static std::string DemangleName(const std::string &Name);
64 typedef std::pair<Binary*, Binary*> BinaryPair;
66 ModuleInfo *getOrCreateModuleInfo(const std
[all...]
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Denv.cpp43 std::string
44 impl::get(const std::string& name)
49 std::string
50 impl::get(const std::string& name, const std::string& default_value)
56 impl::has(const std::string& name)
62 impl::set(const std::string& name, const std::string& val)
70 impl::unset(const std::string& name)
H A Dtext.cpp48 char* copy = new char[std::strlen(str) + 1];
49 std::strcpy(copy, str);
54 impl::match(const std::string& str, const std::string& regex)
65 throw std::runtime_error("Invalid regular expression '" + regex +
71 throw std::runtime_error("Invalid regular expression " + regex);
79 std::string
80 impl::to_lower(const std::string& str)
82 std::string lc;
83 for (std
[all...]
/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
H A Dc_locale.h48 #include <cstring> // get std::strlen
49 #include <cstdio> // get std::vsnprintf or std::vsprintf
54 _GLIBCXX_BEGIN_NAMESPACE(std)
67 char* __old = std::setlocale(LC_NUMERIC, NULL);
69 if (std::strcmp(__old, "C"))
71 __sav = new char[std::strlen(__old) + 1];
72 std::strcpy(__sav, __old);
73 std::setlocale(LC_NUMERIC, "C");
80 const int __ret = std
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dtrace_fn_imps.hpp54 std::cerr << std::endl;
58 std::cerr << std::endl;
69 std::cerr << ' ';
71 std::cerr << p_nd <<
78 std::cerr << p_nd->m_value << std::endl;
92 std::cerr << "(" << p_nd->m_metadata << ") ";
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtype_utils.hpp61 using std::tr1::is_same;
62 using std::tr1::is_const;
63 using std::tr1::is_pointer;
64 using std::tr1::is_reference;
65 using std::tr1::is_fundamental;
66 using std::tr1::is_member_object_pointer;
67 using std::tr1::is_member_pointer;
68 using std::tr1::is_base_of;
69 using std::tr1::remove_const;
70 using std
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dtrace_fn_imps.hpp54 std::cerr << static_cast<unsigned long>(m_num_e) << " "
55 << static_cast<unsigned long>(m_num_used_e) << std::endl;
59 std::cerr << static_cast<unsigned long>(i) << " ";
61 std::cerr << std::endl;
73 std::cerr << PB_DS_V2F(p_l->m_value) << " ";
/freebsd-10-stable/contrib/llvm/include/llvm/TableGen/
H A DStringMatcher.h33 typedef std::pair<std::string, std::string> StringPair;
36 const std::vector<StringPair> &Matches;
41 const std::vector<StringPair> &matches, raw_ostream &os)
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
/freebsd-10-stable/lib/libc/powerpc64/gen/
H A D_setjmp.S58 std %r9,40 + 0*8(%r3)
59 std %r10,40 + 1*8(%r3)
60 std %r11,40 + 2*8(%r3)
61 std %r12,40 + 3*8(%r3)
62 std %r13,40 + 4*8(%r3)
63 std %r14,40 + 5*8(%r3)
64 std %r15,40 + 6*8(%r3)
65 std %r16,40 + 7*8(%r3)
66 std %r17,40 + 8*8(%r3)
67 std
[all...]
H A Dsetjmp.S69 std %r9,40 + 0*8(%r6)
70 std %r10,40 + 1*8(%r6)
71 std %r11,40 + 2*8(%r6)
72 std %r12,40 + 3*8(%r6)
73 std %r13,40 + 4*8(%r6)
74 std %r14,40 + 5*8(%r6)
75 std %r15,40 + 6*8(%r6)
76 std %r16,40 + 7*8(%r6)
77 std %r17,40 + 8*8(%r6)
78 std
[all...]
/freebsd-10-stable/contrib/libstdc++/include/backward/
H A Dpair.h63 using std::pair;
64 using std::make_pair;
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h50 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
51 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits>
63 std::__c_file* const _M_file;
71 stdio_sync_filebuf(std::__c_file* __f)
82 std::__c_file* const
132 virtual std::streamsize
133 xsgetn(char_type* __s, std::streamsize __n);
141 if (std::fflush(_M_file))
151 virtual std::streamsize
152 xsputn(const char_type* __s, std
159 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, std::ios_base::openmode = std::ios_base::in | std::ios_base::out) argument
181 seekpos(std::streampos __pos, std::ios_base::openmode __mode = std::ios_base::in | std::ios_base::out) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentOptions.h25 typedef std::vector<std::string> BlockCommandNamesTy;

Completed in 270 milliseconds

1234567891011>>