Searched refs:std (Results 201 - 225 of 2547) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/libstdc++/include/c/
H A Dstd_cwchar.h50 namespace std namespace
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdarg.h37 * contained in the namespace @c std (except for names which are defined
58 _GLIBCXX_BEGIN_NAMESPACE(std)
H A Dstd_cstddef.h37 * contained in the namespace @c std (except for names which are defined
53 _GLIBCXX_BEGIN_NAMESPACE(std)
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Ddel_op.cc38 using std::free;
H A Deh_type.cc41 std::type_info *__cxa_current_exception_type ()
/freebsd-10-stable/contrib/libstdc++/src/
H A Dios_failure.cc37 _GLIBCXX_BEGIN_NAMESPACE(std)
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DStringExtras.h67 static inline std::string utohexstr(uint64_t X) {
72 static inline std::string utostr_32(uint32_t X, bool isNeg = false) {
85 return std::string(BufPtr, Buffer+11);
88 static inline std::string utostr(uint64_t X, bool isNeg = false) {
100 return std::string(BufPtr, Buffer+21);
104 static inline std::string itostr(int64_t X) {
122 std::pair<StringRef, StringRef> getToken(StringRef Source,
164 inline std::string join_impl(IteratorT Begin, IteratorT End,
165 StringRef Separator, std::input_iterator_tag) {
166 std
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DDisassembler.h30 std::string disassembleBuffer(uint8_t* start, size_t length, uint64_t pc = 0);
H A DLockFileManager.h16 #include <utility> // for std::pair
48 Optional<std::pair<std::string, int> > Owner;
54 static Optional<std::pair<std::string, int> >
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h31 DenseMap<AssertingVH<MDNode>, std::string> Filenames;
32 DenseMap<AssertingVH<MDNode>, std::string> Paths;
36 std::string &Filename = Filenames[Scope];
45 std::string &P = Paths[Scope];
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDataStream.cpp66 error_code OpenFile(const std::string &Filename) {
80 DataStreamer *getDataFileStreamer(const std::string &Filename,
81 std::string *StrError) {
84 *StrError = std::string("Could not open ") + Filename + ": " +
H A DDisassembler.cpp42 std::string llvm::sys::disassembleBuffer(uint8_t* start, size_t length,
46 std::stringstream res;
63 res << std::setbase(16)
64 << std::setw(bits/4);
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp26 NVPTXSubtarget::NVPTXSubtarget(const std::string &TT, const std::string &CPU,
27 const std::string &FS, bool is64Bit)
39 std::string defCPU = "sm_20";
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp24 SystemZSubtarget::SystemZSubtarget(const std::string &TT,
25 const std::string &CPU,
26 const std::string &FS)
30 std::string CPUName = CPU;
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h34 std::vector<std::pair<MCSymbol*, CalleeSavedInfo> > SpillLabels;
63 std::vector<std::pair<MCSymbol*, CalleeSavedInfo> > &getSpillLabels() {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h25 std::string Message;
28 std::string Filename;
53 std::string MainFilename;
54 std::string DwarfDebugFlags;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangUtilityFunction.h170 std::unique_ptr<ClangExpressionDeclMap> m_expr_decl_map; ///< The map to use when parsing and materializing the expression.
171 std::unique_ptr<IRExecutionUnit> m_execution_unit_ap;
173 std::string m_function_text; ///< The text of the function. Must be a well-formed translation unit.
174 std::string m_function_name; ///< The name of the function.
H A DExpressionSourceCode.h53 bool GetText (std::string &text,
70 std::string m_name;
71 std::string m_prefix;
72 std::string m_body;
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dcheck.cpp48 std::memcpy(&m_result, result, sizeof(m_result));
86 const std::string
92 const std::string
103 impl::build_c_o(const std::string& sfile, const std::string& ofile,
117 impl::build_cpp(const std::string& sfile, const std::string& ofile,
131 impl::build_cxx_o(const std::string& sfile, const std::string& ofile,
144 std
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h51 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
52 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
61 typedef std::size_t size_t;
67 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
78 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
119 std::__c_file*
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
145 stdio_filebuf(std
[all...]
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp47 atf::system_error::system_error(const std::string& who,
48 const std::string& message,
50 std::runtime_error(who + ": " + message),
75 m_message = std::string(std::runtime_error::what()) + ": ";
96 const std::string msg = atf_libc_error_msg(err);
108 throw std::bad_alloc();
120 throw std::runtime_error(buf);
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DResourcePriorityQueue.h31 struct resource_sort : public std::binary_function<SUnit*, SUnit*, bool> {
40 std::vector<SUnit> *SUnits;
46 std::vector<unsigned> NumNodesSolelyBlocking;
49 std::vector<SUnit*> Queue;
53 std::vector<unsigned> RegPressure;
57 std::vector<unsigned> RegLimit;
71 std::vector<SUnit*> Packet;
86 void initNodes(std::vector<SUnit> &sunits);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DPathDiagnosticConsumers.h28 typedef std::vector<PathDiagnosticConsumer*> PathDiagnosticConsumers;
33 const std::string &Prefix,\
/freebsd-10-stable/lib/clang/
H A Dlldb.lib.mk6 CXXFLAGS+=-std=c++11 -DLLDB_DISABLE_PYTHON
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp47 typedef std::map<std::vector<std::string>, unsigned> OperandInfoMapTy;
52 typedef std::map<std::map<unsigned, unsigned>,
53 std::vector<std::string> > OpNameMapTy;
54 typedef std::map<std::string, unsigned>::iterator StrUintMapIter;
57 std
[all...]

Completed in 145 milliseconds

1234567891011>>