Searched refs:std (Results 551 - 575 of 2547) sorted by relevance

<<21222324252627282930>>

/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp71 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
141 std::swap((entry_cmp& )(*this), (entry_cmp& )other);
151 std::swap(m_a_entries, other.m_a_entries);
152 std::swap(m_size, other.m_size);
153 std::swap(m_actual_size, other.m_actual_size);
H A Dsplit_join_fn_imps.hpp101 std::copy(m_a_entries, m_a_entries + left, a_entries);
102 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
116 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
117 std::make_heap(other.m_a_entries, other.m_a_entries + other.m_size, static_cast<entry_cmp& >(other));
156 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
157 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
166 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
/freebsd-10-stable/contrib/llvm/lib/IRReader/
H A DIRReader.cpp38 std::string ErrMsg;
53 Module *llvm::getLazyIRFileModule(const std::string &Filename, SMDiagnostic &Err,
71 std::string ErrMsg;
84 Module *llvm::ParseIRFile(const std::string &Filename, SMDiagnostic &Err,
109 std::string buf;
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h30 typedef std::pair<const T*, const T*> Edge;
31 typedef std::pair<Edge, double> EdgeWeight;
32 typedef std::vector<EdgeWeight> EdgeWeights;
34 typedef std::vector<Edge> MaxSpanTree;
72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare());
/freebsd-10-stable/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp32 static cl::list<std::string>
36 static cl::opt<std::string>
56 static inline Module *LoadFile(const char *argv0, const std::string &FN,
79 std::string ErrorMessage;
108 std::string ErrorInfo;
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h75 typedef std::map<const Function *, CallGraphNode *> FunctionMapTy;
181 typedef std::pair<WeakVH, CallGraphNode*> CallRecord;
183 std::vector<CallRecord> CalledFunctions;
195 typedef std::vector<CallRecord> CalledFunctionsVector;
208 typedef std::vector<CallRecord>::iterator iterator;
209 typedef std::vector<CallRecord>::const_iterator const_iterator;
256 std::swap(CalledFunctions, N->CalledFunctions);
266 CalledFunctions.push_back(std::make_pair(CS.getInstruction(), M));
314 typedef std::pointer_to_unary_function<CGNPairTy, CallGraphNode*> CGNDerefFun;
346 typedef std
[all...]
H A DDominanceFrontier.h33 typedef std::set<BasicBlock*> DomSetType; // Dom set for a bb
34 typedef std::map<BasicBlock*, DomSetType> DomSetMapType; // Dom set map
37 std::vector<BasicBlock*> Roots;
48 inline const std::vector<BasicBlock*> &getRoots() const { return Roots; }
68 return Frontiers.insert(std::make_pair(BB, frontier)).first;
93 std::set<BasicBlock *> tmpSet;
121 tmpFrontiers.insert(std::make_pair(I->first, I->second));
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h41 std::vector<void*> Allocations;
65 typedef std::vector<GenericValue> ValuePlaneTy;
74 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation
75 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis
90 std::vector<ExecutionContext> ECStack;
94 std::vector<Function*> AtExitHandlers;
111 static ExecutionEngine *create(Module *M, std::string *ErrorStr = 0);
116 const std::vector<GenericValue> &ArgValues);
118 virtual void *getPointerToNamedFunction(const std::string &Name,
137 void callFunction(Function *F, const std
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment,
28 return std::make_pair(RawComment::RCK_Invalid, false);
33 return std::make_pair(RawComment::RCK_OrdinaryBCPL, false);
40 return std::make_pair(RawComment::RCK_OrdinaryBCPL, false);
49 return std::make_pair(RawComment::RCK_Invalid, false);
56 return std::make_pair(RawComment::RCK_OrdinaryC, false);
59 return std::make_pair(K, TrailingComment);
80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
134 const std::string Result = P.Parse();
169 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h44 std::string name;
72 typedef std::shared_ptr<Prologue> shared_ptr;
82 std::vector<uint8_t> standard_opcode_lengths;
83 std::vector<std::string> include_directories;
84 std::vector<FileNameEntry> file_names;
98 bool GetFile(uint32_t file_idx, std::string& file, std::string& dir) const;
105 typedef std::vector<Row> collection;
135 typedef std
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeList.cpp58 m_types.insert(std::make_pair(type_sp->GetID(), type_sp));
139 TypeList::ForEach (std::function <bool(const lldb::TypeSP &type_sp)> const &callback) const
149 TypeList::ForEach (std::function <bool(lldb::TypeSP &type_sp)> const &callback)
187 GetTypeScopeAndBasename(const char* name_cstr, std::string &scope, std::string &basename, bool *exact_ptr)
229 std::string type_scope;
230 std::string type_basename;
241 TypeList::RemoveMismatchedTypes (const std::string &type_scope,
242 const std::string &type_basename,
246 // Our "collection" type currently is a std
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DOptional.h47 new (storage.buffer) T(std::forward<T>(y));
51 new (storage.buffer) T(std::move(*O));
57 **this = std::move(y);
59 new (storage.buffer) T(std::move(y));
68 *this = std::move(*O);
126 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); }
127 T&& operator*() && { assert(hasVal); return std::move(*getPointer()); }
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h37 std::vector<AssertingVH<Function> > PendingFunctions;
47 std::vector<AssertingVH<Function> > &getPendingFunctions(const MutexGuard &L){
62 std::vector<JITEventListener*> EventListeners;
98 std::string *Err,
118 const std::vector<GenericValue> &ArgValues);
128 virtual void *getPointerToNamedFunction(const std::string &Name,
186 std::string *ErrorStr,
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCModule.cpp31 AtomListTy::iterator I = std::lower_bound(atom_begin(), atom_end(),
55 AtomListTy::iterator I = std::lower_bound(atom_begin(), atom_end(),
64 AtomListTy::iterator NewI = std::lower_bound(atom_begin(), atom_end(),
76 AtomListTy::const_iterator I = std::lower_bound(atom_begin(), atom_end(),
89 AtomListTy::const_iterator I = std::upper_bound(atom_begin(), atom_end(),
113 I = std::lower_bound(BBsByAtom.begin(), BBsByAtom.end(),
124 BBsByAtomTy::iterator I = std::lower_bound(BBsByAtom.begin(),
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DFileUtilities.cpp84 std::string *ErrorMsg) {
140 if (AbsTolerance < std::abs(V1-V2)) {
144 Diff = std::abs(V1/V2 - 1.0);
146 Diff = std::abs(V2/V1 - 1.0);
153 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
177 std::string *Error) {
205 std::memcmp(File1Start, File2Start, A_size) == 0)
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp33 PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &CPU,
34 const std::string &FS, bool is64Bit)
60 std::string CPU =
62 std::string FS =
101 std::string CPUName = CPU;
114 std::string FullFS = FS;
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600ControlFlowFinalizer.cpp34 typedef std::pair<MachineInstr *, std::vector<MachineInstr *> > ClauseFile;
113 std::set<unsigned> &DstRegs) const {
150 std::vector<MachineInstr *> ClauseContent;
153 std::set<unsigned> DstRegs;
174 void getLiteral(MachineInstr *MI, std::vector<int64_t> &Lits) const {
181 const SmallVector<std::pair<MachineOperand *, int64_t>, 3 > Srcs =
187 std::vector<int64_t>::iterator It =
188 std::find(Lits.begin(), Lits.end(), Imm);
202 const std
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h67 virtual std::string getTypeAsString() const = 0;
134 std::string getTypeAsString() const;
202 /// - \c std::string
214 VariantValue(const std::string &String);
224 const std::string &getString() const;
225 void setString(const std::string &String);
233 std::string getTypeAsString() const;
249 std::string *String;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendActions.h89 std::string &Sysroot,
90 std::string &OutputFile,
120 std::string &Sysroot,
121 std::string &OutputFile,
162 std::vector<std::string> ASTFiles;
175 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h31 public std::enable_shared_from_this<Watchpoint>,
102 void SetDeclInfo (const std::string &str);
103 std::string GetWatchSpec();
104 void SetWatchSpec (const std::string &str);
227 std::string m_decl_str; // Declaration information, if any.
228 std::string m_watch_spec_str; // Spec for the watchpoint.
237 std::unique_ptr<ClangUserExpression> m_condition_ap; // The condition to test.
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp105 std::string listen_host_port;
120 std::vector<std::string> lldb_commands;
124 std::string short_options(OptionParser::GetShortOptionString(g_long_options));
257 gdb_server.SetPortMap(std::move(gdbserver_portmap));
262 std::unique_ptr<ConnectionFileDescriptor> conn_ap(new ConnectionFileDescriptor());
265 std::string connect_url ("listen://");
/freebsd-10-stable/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp37 static cl::opt<std::string>
40 static cl::opt<std::string>
125 std::string ErrorMessage;
131 std::string DisplayFilename;
160 const std::string &IFN = InputFilename;
164 OutputFilename = std::string(IFN.begin(), IFN.end()-3)+".ll";
170 std::string ErrorInfo;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp70 std::vector<unsigned> &Regs,
71 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs)
151 std::vector<unsigned> &KillIndices = State->GetKillIndices();
152 std::vector<unsigned> &DefIndices = State->GetDefIndices();
193 std::set<unsigned> PassthruRegs;
202 std::vector<unsigned> &DefIndices = State->GetDefIndices();
243 std::set<unsigned>& PassthruRegs) {
259 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep*>& Edges) {
302 std::vector<unsigned> &KillIndices = State->GetKillIndices();
303 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp60 std::string ContextStr = Context.str();
67 static cl::list<std::string>
71 std::string Options;
125 static std::string RelPos;
129 static std::string ArchiveName;
133 static std::vector<std::string> Members;
137 show_help(const std::string &msg) {
140 std::exit(1);
171 Members = std
[all...]
/freebsd-10-stable/contrib/libstdc++/include/tr1/
H A Drepeat.h118 #define _GLIBCXX_MU_GET_TUPLE_ARGS ::std::tr1::get<0>(__tuple)
120 #define _GLIBCXX_BIND_V_ARGS _Mu<_T1>()(_M_arg1, ::std::tr1::tie(_GLIBCXX_BIND_ARGS))
176 #define _GLIBCXX_MU_GET_TUPLE_ARGS ::std::tr1::get<0>(__tuple), ::std::tr1::get<1>(__tuple)
178 #define _GLIBCXX_BIND_V_ARGS _Mu<_T1>()(_M_arg1, ::std::tr1::tie(_GLIBCXX_BIND_ARGS)), _Mu<_T2>()(_M_arg2, ::std::tr1::tie(_GLIBCXX_BIND_ARGS))
233 #define _GLIBCXX_MU_GET_TUPLE_ARGS ::std::tr1::get<0>(__tuple), ::std::tr1::get<1>(__tuple), ::std::tr1::get<2>(__tuple)
235 #define _GLIBCXX_BIND_V_ARGS _Mu<_T1>()(_M_arg1, ::std
[all...]

Completed in 239 milliseconds

<<21222324252627282930>>