Searched refs:std (Results 501 - 525 of 2547) sorted by relevance

<<21222324252627282930>>

/freebsd-10-stable/contrib/atf/atf-c++/
H A Dmacros_hpp_test.cpp68 // Check that we can pass std::runtime_error to ATF_REQUIRE_THROW.
72 ATF_REQUIRE_THROW(std::runtime_error, (void)0);
82 ATF_REQUIRE_THROW(std::runtime_error, (void)0);
84 ATF_REQUIRE_THROW(std::runtime_error, (void)1);
/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
H A Dmessages_members.h0 // std::messages implementation details, generic version -*- C++ -*-
41 _GLIBCXX_BEGIN_NAMESPACE(std)
86 if (std::strcmp(__s, "C") != 0 && std::strcmp(__s, "POSIX") != 0)
H A Dtime_members.h0 // std::time_get, std::time_put implementation, generic version -*- C++ -*-
42 _GLIBCXX_BEGIN_NAMESPACE(std)
65 const size_t __len = std::strlen(__s) + 1;
67 std::memcpy(__tmp, __s, __len);
/freebsd-10-stable/contrib/libstdc++/config/locale/gnu/
H A Dtime_members.h0 // std::time_get, std::time_put implementation, GNU version -*- C++ -*-
42 _GLIBCXX_BEGIN_NAMESPACE(std)
62 const size_t __len = std::strlen(__s) + 1;
64 std::memcpy(__tmp, __s, __len);
/freebsd-10-stable/contrib/libstdc++/include/debug/
H A Dfunctions.h97 std::random_access_iterator_tag)
107 std::input_iterator_tag)
116 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type)
125 const _InputIterator& __last, std::__false_type)
127 typedef typename std::iterator_traits<_InputIterator>::iterator_category
141 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
194 std::input_iterator_tag)
198 // std::__is_sorted
202 std::forward_iterator_tag)
221 _Predicate, std
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Ddebug_allocator.h55 using std::size_t;
116 throw std::runtime_error("debug_allocator::deallocate"
122 throw std::runtime_error("debug_allocator::deallocate null pointer");
H A Dnew_allocator.h42 using std::size_t;
43 using std::ptrdiff_t;
89 std::__throw_bad_alloc();
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_no_store_hash_fn_imps.hpp100 inline std::pair<typename PB_DS_CLASS_C_DEC::point_iterator, bool>
111 return std::make_pair(&(m_entries + pos)->m_value, false);
115 return std::make_pair(insert_new_imp(r_val, pos), true);
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp48 inline std::pair<
60 return std::make_pair(point_iterator(&p_l->m_value), false);
69 return std::make_pair(point_iterator(&p_l->m_value), true);
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Deh_catch.cc61 std::terminate ();
132 std::terminate ();
139 std::uncaught_exception() throw()
H A Deh_throw.cc57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo,
76 std::terminate ();
109 std::terminate ();
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DSCCIterator.h37 : public std::iterator<std::forward_iterator_tag,
38 std::vector<typename GT::NodeType>, ptrdiff_t> {
41 typedef std::vector<NodeType*> SccTy;
42 typedef std::iterator<std::forward_iterator_tag,
43 std::vector<typename GT::NodeType>, ptrdiff_t> super;
54 std::vector<NodeType *> SCCNodeStack;
61 std::vector<std
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h40 Pass *createPrinterPass(raw_ostream &O, const std::string &Banner) const;
85 std::vector<CallGraphNode*> Nodes;
100 typedef std::vector<CallGraphNode*>::const_iterator iterator;
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DGCStrategy.h57 typedef std::vector<GCFunctionInfo*> list_type;
63 std::string Name;
85 const std::string &getName() const { return Name; }
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DTypeFinder.h36 std::vector<StructType*> StructTypes;
45 typedef std::vector<StructType*>::iterator iterator;
46 typedef std::vector<StructType*>::const_iterator const_iterator;
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DSpecialCaseList.h64 static SpecialCaseList *create(const StringRef Path, std::string &Error);
67 static SpecialCaseList *create(const MemoryBuffer *MB, std::string &Error);
104 bool parse(const MemoryBuffer *MB, std::string &Error);
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.h20 typedef std::vector<DWARFAbbreviationDeclaration>
30 std::vector<DWARFAbbreviationDeclaration> Decls;
52 typedef std::map<uint64_t, DWARFAbbreviationDeclarationSet>
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDebug.cpp53 static std::string CurrentDebugType;
58 void operator=(const std::string &Val) const {
68 static cl::opt<DebugOnlyOpt, true, cl::parser<std::string> >
H A DProgram.cpp27 unsigned memoryLimit, std::string *ErrMsg);
31 unsigned memoryLimit, std::string *ErrMsg,
49 unsigned memoryLimit, std::string *ErrMsg,
H A DSmallPtrSet.cpp230 std::swap(this->CurArray, RHS.CurArray);
231 std::swap(this->CurArraySize, RHS.CurArraySize);
232 std::swap(this->NumElements, RHS.NumElements);
233 std::swap(this->NumTombstones, RHS.NumTombstones);
242 std::copy(RHS.SmallArray, RHS.SmallArray+RHS.CurArraySize,
244 std::swap(this->NumElements, RHS.NumElements);
245 std::swap(this->CurArraySize, RHS.CurArraySize);
256 std::copy(this->SmallArray, this->SmallArray+this->CurArraySize,
258 std::swap(RHS.NumElements, this->NumElements);
259 std
[all...]
H A DStringExtras.cpp38 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source,
46 return std::make_pair(Source.slice(Start, End), Source.substr(End));
54 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h67 const std::vector<CalleeSavedInfo> &CSI,
71 const std::vector<CalleeSavedInfo> &CSI,
91 const std::vector<CalleeSavedInfo> &CSI,
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.h30 std::vector<MachineInstr*> AllocaAdjustInsts;
34 std::map<const MachineInstr*, unsigned> PacketInfo;
51 const std::vector<MachineInstr*>& getAllocaAdjustInsts() {
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h67 std::stringstream O;
74 std::string getNVPTXRegClassName(const TargetRegisterClass *RC);
75 std::string getNVPTXRegClassStr(const TargetRegisterClass *RC);
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUSubtarget.h42 std::string DevName;
78 std::string getDataLayout() const;
79 std::string getDeviceName() const;

Completed in 245 milliseconds

<<21222324252627282930>>