Searched refs:std (Results 751 - 775 of 2547) sorted by relevance

<<31323334353637383940>>

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp293 SmallVector<std::pair<MachineOperand *, int64_t>, 3>
295 SmallVector<std::pair<MachineOperand *, int64_t>, 3> Result;
316 Result.push_back(std::pair<MachineOperand *, int64_t>(&MO, Sel));
339 Result.push_back(std::pair<MachineOperand *, int64_t>(&MO, Sel));
345 Result.push_back(std::pair<MachineOperand *, int64_t>(&MO, Imm));
348 Result.push_back(std::pair<MachineOperand *, int64_t>(&MO, 0));
353 std::vector<std::pair<int, unsigned> >
358 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs = getSrcs(MI);
359 const std
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DBitVector.h82 Bits = (BitWord *)std::malloc(Capacity * sizeof(BitWord));
97 Bits = (BitWord *)std::malloc(Capacity * sizeof(BitWord));
98 std::memcpy(Bits, RHS.Bits, Capacity * sizeof(BitWord));
109 std::free(Bits);
345 for (unsigned i = 0, e = std::min(ThisWords, RHSWords); i != e; ++i)
356 for (i = 0; i != std::min(ThisWords, RHSWords); ++i)
382 for (i = 0; i != std::min(ThisWords, RHSWords); ++i)
399 for (i = 0; i != std::min(ThisWords, RHSWords); ++i)
410 for (i = 0; i != std::min(ThisWords, RHSWords); ++i)
445 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.h48 std::string Text;
54 std::string MajorStr, MinorStr;
57 std::string PatchSuffix;
83 std::string GCCInstallPath;
84 std::string GCCBiarchSuffix;
85 std::string GCCParentLibPath;
86 std::string GCCMIPSABIDirSuffix;
92 std::set<std::string> CandidateGCCInstallPaths;
145 const std
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp403 std::string variable_name;
524 const std::string &partial_path,
525 const std::string &prefix_path, // Anything that has been resolved already will be in here
532 const std::string &partial_member_name,
533 const std::string &partial_path,
534 const std::string &prefix_path, // Anything that has been resolved already will be in here
541 const std::string &partial_member_name,
542 const std::string &partial_path,
543 const std::string &prefix_path, // Anything that has been resolved already will be in here
593 std
[all...]
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp48 std::string CodeGenSubRegIndex::getQualifiedName() const {
49 std::string N = getNamespace();
60 std::vector<Record*> Comps = TheDef->getValueAsListOfDefs("ComposedOf");
72 std::vector<Record*> Parts =
118 std::vector<Record*> SRIs = TheDef->getValueAsListOfDefs("SubRegIndices");
119 std::vector<Record*> SRs = TheDef->getValueAsListOfDefs("SubRegs");
140 std::vector<Record*> Aliases = TheDef->getValueAsListOfDefs("Aliases");
148 const std::string &CodeGenRegister::getName() const {
200 std::set_union(LRU.begin(), LRU.end(), RRU.begin(), RRU.end(),
201 std
[all...]
H A DRegisterInfoEmitter.cpp57 const std::vector<CodeGenRegister*> &Regs, bool isCtor);
59 const std::vector<CodeGenRegister*> &Regs,
62 const std::string &ClassName);
64 const std::string &ClassName);
71 const std::vector<CodeGenRegister*> &Registers = Bank.getRegisters();
76 std::string Namespace = Registers[0]->TheDef->getValueAsString("Namespace");
124 const std::vector<Record*> &RegAltNameIndices = Target.getRegAltNameIndices();
143 std::string Namespace =
161 const std::string &ClassName) {
175 std
[all...]
/freebsd-10-stable/contrib/libc++/src/
H A Dstdexcept.cpp25 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), "");
27 namespace std // purposefully not using versioning namespace namespace
106 } // std
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dnumeric_traits.h47 // Sadly std::numeric_limits member functions cannot be used for this.
78 2 + std::numeric_limits<_Value>::digits * 3010/10000;
86 : public __conditional_type<std::__is_integer<_Value>::__value,
H A Dtype_traits.h71 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
114 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp97 std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> ")
132 { std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> "); }
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp77 { std::cout << PB_DS_V2F(m_value) << "(" << m_metadata << ")"; }
119 { std::cout << PB_DS_V2F(m_value); }
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp98 std::swap(m_p_max, other.m_p_max);
111 { std::fill(m_a_aux, m_a_aux + max_rank, static_cast<node_pointer>(NULL)); }
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dlist_update_policy.hpp64 template<typename Allocator = std::allocator<char> >
100 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Dtinfo2.cc39 using std::type_info;
55 using namespace std;
167 } // namespace std
/freebsd-10-stable/contrib/libstdc++/src/
H A Dglobals_io.cc45 // __gnu_cxx symbols into exported, namespace std symbols with the
52 _GLIBCXX_BEGIN_NAMESPACE(std)
80 using namespace std;
H A Dmisc-inst.cc40 _GLIBCXX_BEGIN_NAMESPACE(std)
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DConstantsScanner.h25 class constant_iterator : public std::iterator<std::forward_iterator_tag,
H A DRegionPass.h58 Pass *createPrinterPass(raw_ostream &O, const std::string &Banner) const;
84 std::deque<Region*> RQ;
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h215 std::string Name;
216 std::vector<SUnit*> Queue;
234 typedef std::vector<SUnit*>::iterator iterator;
243 return std::find(Queue.begin(), Queue.end(), SU);
291 std::vector<ScheduleDAGMutation*> Mutations;
308 std::vector<PressureChange> RegionCriticalPSets;
398 const std::vector<PressureChange> &getRegionCriticalPSets() const {
460 const std::vector<unsigned> &NewMaxPressure);
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h72 virtual std::string getLabelBeginName() const {
75 virtual std::string getLabelEndName() const {
H A DMCSectionELF.h62 virtual std::string getLabelBeginName() const {
64 virtual std::string getLabelEndName() const {
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h119 std::vector<std::pair<ExtensionPointTy, ExtensionFn> > Extensions;
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp33 std::string Message;
53 std::string Message;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DLiveStackAnalysis.cpp62 I = S2IMap.insert(I, std::make_pair(Slot,
64 S2RCMap.insert(std::make_pair(Slot, RC));
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInlineAsm.cpp37 InlineAsm::InlineAsm(PointerType *Ty, const std::string &asmString,
38 const std::string &constraints, bool hasSideEffects,
150 StringRef::iterator ConstraintEnd = std::find(I+1, E, '}');
152 pCodes->push_back(std::string(I, ConstraintEnd+1));
159 pCodes->push_back(std::string(NumStart, I));
188 pCodes->push_back(std::string(I+1, I+3));
192 pCodes->push_back(std::string(I, I+1));
222 StringRef::iterator ConstraintEnd = std::find(I, E, ',');

Completed in 145 milliseconds

<<31323334353637383940>>