Searched refs:std (Results 151 - 175 of 2550) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp60 typedef std::string key_type;
69 typedef std::string::const_iterator const_iterator;
/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A Dpure.cc45 # define writestr(str) std::fputs(str, stderr)
55 std::terminate ();
H A Deh_call.cc63 std::terminate();
80 std::unexpected_handler unexpectedHandler = NULL;
81 std::terminate_handler terminateHandler = NULL;
114 std::unexpected();
122 std::terminate();
129 const std::type_info* catch_type;
132 const std::type_info& bad_exc = typeid(std::bad_exception);
141 catch_type = (const std::type_info*) (offset);
151 // If the exception spec allows std
[all...]
/freebsd-10.1-release/contrib/libstdc++/src/
H A Dfstream-inst.cc37 _GLIBCXX_BEGIN_NAMESPACE(std)
H A Diostream-inst.cc37 _GLIBCXX_BEGIN_NAMESPACE(std)
H A Dsstream-inst.cc37 _GLIBCXX_BEGIN_NAMESPACE(std)
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDOTGraphTraits.h45 static std::string getGraphName(const GraphType &) { return ""; }
51 static std::string getGraphProperties(const GraphType &) {
71 std::string getNodeLabel(const void *, const GraphType &) {
83 static std::string getNodeDescription(const void *, const GraphType &) {
90 static std::string getNodeAttributes(const void *,
98 static std::string getEdgeAttributes(const void *, EdgeIter,
106 static std::string getEdgeSourceLabel(const void *, EdgeIter) {
140 static std::string getEdgeDestLabel(const void *, unsigned) {
H A DDataStream.h33 DataStreamer *getDataFileStreamer(const std::string &Filename,
34 std::string *Err);
H A Draw_os_ostream.h1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
26 std::ostream &OS;
36 raw_os_ostream(std::ostream &O) : OS(O) {}
H A DProgram.h62 std::string FindProgramByName(const std::string& name);
106 std::string *ErrMsg = 0, ///< If non-zero, provides a pointer to a string
120 std::string *ErrMsg = 0, bool *ExecutionFailed = 0);
141 std::string *ErrMsg = 0 ///< If non-zero, provides a pointer to a string
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dsystem_error.cpp44 std::string
46 return std::string(sys::StrError(ev));
52 virtual std::string message(int ev) const LLVM_OVERRIDE;
60 std::string
64 return std::string("unspecified generic_category error");
78 virtual std::string message(int ev) const LLVM_OVERRIDE;
87 // std::string _system_error_category::message(int ev) const {
110 std::string
117 std::string
H A DPluginLoader.cpp23 static ManagedStatic<std::vector<std::string> > Plugins;
26 void PluginLoader::operator=(const std::string &Filename) {
28 std::string Error;
42 std::string &PluginLoader::getPlugin(unsigned num) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.h35 const std::string &output,
37 ArrayRef<std::string> plugins);
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DAsmWriterInst.h42 std::string Str;
54 std::string MiModifier;
59 AsmWriterOperand(const std::string &LitStr,
63 AsmWriterOperand(const std::string &Printer,
66 const std::string &Modifier,
82 std::string getCode() const;
87 std::vector<AsmWriterOperand> Operands;
101 void AddLiteralString(const std::string &Str) {
H A DCTagsEmitter.cpp34 const std::string *Id;
37 Tag(const std::string &Name, const SMLoc Location)
44 std::pair<unsigned, unsigned> LineAndColumn = SrcMgr.getLineAndColumn(Loc);
73 const std::map<std::string, Record *> &Classes = Records.getClasses();
74 const std::map<std::string, Record *> &Defs = Records.getDefs();
75 std::vector<Tag> Tags;
78 for (std::map<std
[all...]
/freebsd-10.1-release/contrib/llvm/tools/bugpoint/
H A DListReducer.h44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
45 std::vector<ElTy> &Kept,
46 std::string &Error) = 0;
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) {
53 std::vector<ElTy> empty;
54 std::srand(0x6e5ea738); // Seed the random number generator
96 std::vector<ElTy> ShuffledList(TheList);
97 std::random_shuffle(ShuffledList.begin(), ShuffledList.end());
116 std
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h86 ArgStream(std::vector<std::string> *Out) : Out(Out) {}
93 std::vector<std::string> *Out;
146 std::vector<std::string> Args;
151 std::vector<ContextFrame> ContextStack;
155 std::vector<std::string> Args;
157 std
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DVersion.cpp27 std::string getClangRepositoryPath() {
57 std::string getLLVMRepositoryPath() {
74 std::string getClangRevision() {
82 std::string getLLVMRevision() {
90 std::string getClangFullRepositoryVersion() {
91 std::string buf;
93 std::string Path = getClangRepositoryPath();
94 std::string Revision = getClangRevision();
107 std::string LLVMRev = getLLVMRevision();
110 std
[all...]
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dapplication.cpp52 namespace std { namespace
66 std::runtime_error("usage_error; message unformatted")
71 std::vsnprintf(m_text, sizeof(m_text), fmt, ap);
92 const std::string& a,
93 const std::string& desc) :
107 impl::app::app(const std::string& description,
108 const std::string& manpage) :
133 std::string
158 std::string optstr;
213 m_prog_name = std
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h36 SparcSubtarget(const std::string &TT, const std::string &CPU,
37 const std::string &FS, bool is64bit);
50 std::string getDataLayout() const {
57 return std::string(p);
/freebsd-10.1-release/contrib/libstdc++/config/abi/pre/
H A 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
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h68 bool addModule(struct LTOModule*, std::string &errMsg);
92 bool writeMergedModules(const char *path, std::string &errMsg);
106 std::string &errMsg);
118 std::string &errMsg);
127 std::string &errMsg);
131 std::vector<const char*> &MustPreserveList,
134 bool determineTarget(std::string &errMsg);
147 std::vector<char *> CodegenOptions;
148 std::string MCpu;
149 std
[all...]
/freebsd-10.1-release/sys/powerpc/ps3/
H A 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
[all...]
/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dtests.cpp76 detail::atf_tp_writer::atf_tp_writer(std::ostream& os) :
84 detail::atf_tp_writer::start_tc(const std::string& ident)
100 detail::atf_tp_writer::tc_meta_data(const std::string& name,
101 const std::string& value)
113 detail::match(const std::string& regexp, const std::string& str)
122 static std::map< atf_tc_t*, impl::tc* > wraps;
123 static std::map< const atf_tc_t*, const impl::tc* > cwraps;
132 std::string m_ident;
136 tc_impl(const std
[all...]
/freebsd-10.1-release/libexec/rtld-elf/powerpc64/
H A Drtld_start.S41 std %r3,96(%r1) /* argc */
42 std %r4,104(%r1) /* argv */
43 std %r5,112(%r1) /* envp */
44 /* std %r6,120(%r1) *//* obj (always 0) */
45 /* std %r7,128(%r1) *//* cleanup (always 0) */
46 std %r8,136(%r1) /* ps_strings */
118 std %r0,16(%r1) # save lr
120 std %r0,8(%r1) # save cr
124 std %r3,64+0*8(%r1) # save r3-r31
125 std
[all...]

Completed in 113 milliseconds

1234567891011>>