Searched refs:std (Results 726 - 750 of 2547) sorted by relevance

<<21222324252627282930>>

/freebsd-10-stable/lib/libc/powerpc64/sys/
H A Dpipe.S44 std %r0,16(%r1)
/freebsd-10-stable/usr.bin/dtc/
H A Dutil.hh53 typedef std::vector<uint8_t> byte_buffer;
H A Dchecking.cc96 path.push_back(std::make_pair(n->name, n->unit_address));
175 checkers.insert(std::make_pair(string(name),
184 checkers.insert(std::make_pair(string(name),
211 disabled_checkers.insert(std::make_pair(string("cells-attributes"),
219 for (std::map<string, checker*>::iterator i=checkers.begin(),
234 std::map<string, checker*>::iterator checker = checkers.find(name);
237 disabled_checkers.insert(std::make_pair(name,
248 std::map<string, checker*>::iterator checker =
252 checkers.insert(std::make_pair(name, checker->second));
/freebsd-10-stable/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc106 std::thread t([]() { f.use(); });
126 std::thread t([]() { g.use(); });
148 std::thread t([]() { h.use(); });
168 std::thread t([]() { e.use(); });
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h101 std::vector<MachO::any_relocation_info> > Relocations;
109 std::vector<MachSymbolData> LocalSymbolData;
110 std::vector<MachSymbolData> ExternalSymbolData;
111 std::vector<MachSymbolData> UndefinedSymbolData;
198 void WriteLinkerOptionsLoadCommand(const std::vector<std::string> &Options);
242 std::vector<MachSymbolData> &LocalSymbolData,
243 std::vector<MachSymbolData> &ExternalSymbolData,
244 std::vector<MachSymbolData> &UndefinedSymbolData);
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAttributeImpl.h128 std::string Kind;
129 std::string Val;
148 std::copy(Attrs.begin(), Attrs.end(),
167 std::string getAsString(bool InAttrGrp) const;
191 typedef std::pair<unsigned, AttributeSetNode*> IndexAttrPair;
204 ArrayRef<std::pair<unsigned, AttributeSetNode *> > Attrs)
208 for (const std::pair<unsigned, AttributeSetNode *> *i = Attrs.begin() + 1,
216 std::copy(Attrs.begin(), Attrs.end(),
255 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Nodes) {
H A DDebugLoc.cpp187 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)];
201 ScopeInlinedAtRecords.push_back(std::make_pair(DebugRecVH(Scope, this, Idx),
236 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1];
246 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
248 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
290 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1];
300 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
302 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
312 std::pair<DebugRecVH, DebugRecVH> &Entry=Ctx->ScopeInlinedAtRecords[-Idx-1];
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DBroadcaster.h113 typedef std::pair<BroadcastEventSpec, Listener *> event_listener_key;
114 typedef std::map<BroadcastEventSpec, Listener *> collection;
115 typedef std::set<Listener *> listener_collection;
453 typedef std::vector< std::pair<Listener*,uint32_t> > collection;
454 typedef std::map<uint32_t, std::string> event_names_map;
461 std::vector<Listener *> m_hijacking_listeners; // A simple mechanism to intercept events from a broadcaster
462 std::vector<uint32_t> m_hijacking_masks; // At some point we may want to have a stack or Listener
H A DValueObject.h503 std::string& destination);
507 std::string& destination);
544 GetChildAtIndexPath (const std::initializer_list<size_t> &idxs,
548 GetChildAtIndexPath (const std::vector<size_t> &idxs,
552 GetChildAtIndexPath (const std::initializer_list< std::pair<size_t, bool> > &idxs,
556 GetChildAtIndexPath (const std::vector< std::pair<size_t, bool> > &idxs,
561 GetChildAtNamePath (const std::initializer_list<ConstString> &names,
565 GetChildAtNamePath (const std
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h121 GetOSBuildString (std::string &s);
124 GetOSKernelDescription (std::string &s);
127 GetHostname (std::string &s);
130 GetUserName (uint32_t uid, std::string &user_name);
133 GetGroupName (uint32_t gid, std::string &group_name);
314 /// A std::string containing the thread name.
316 static std::string
472 typedef std::map<lldb::pid_t, bool> TidMap;
473 typedef std::pair<lldb::pid_t, bool> TidPair;
499 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h73 typedef std::vector<CommandArgumentData> CommandArgumentEntry; // Used to build individual command argument lists
77 typedef std::map<std::string, lldb::CommandObjectSP> CommandMap;
120 SetHelpLong (std::string str);
536 std::string m_cmd_name;
537 std::string m_cmd_help_short;
538 std::string m_cmd_help_long;
539 std::string m_cmd_syntax;
542 std::vector<CommandArgumentEntry> m_arguments;
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h71 std::vector<MachineBasicBlock *> Predecessors;
72 std::vector<MachineBasicBlock *> Successors;
77 std::vector<uint32_t> Weights;
78 typedef std::vector<uint32_t>::iterator weight_iterator;
79 typedef std::vector<uint32_t>::const_iterator const_weight_iterator;
83 std::vector<unsigned> LiveIns;
125 std::string getFullName() const;
145 : public std::iterator<std::bidirectional_iterator_tag, Ty, ptrdiff_t> {
207 typedef std
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp31 typedef std::map<std::string, std::vector<unsigned> > key_val_pair_t;
32 typedef std::map<const GlobalValue *, key_val_pair_t> global_val_annot_t;
33 typedef std::map<const Module *, global_val_annot_t> per_module_annot_t;
51 std::string keyname = prop->getString().str();
55 std::vector<unsigned> tmp;
93 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, std::string prop,
106 bool llvm::findAllNVVMAnnotation(const GlobalValue *gv, std::string prop,
107 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h213 GetOSBuildString (std::string &s);
216 GetOSKernelDescription (std::string &s);
253 GetRemoteOSBuildString (std::string &s)
260 GetRemoteOSKernelDescription (std::string &s)
485 const std::string &
759 std::string *command_output, // Pass NULL if you don't want the command output
768 virtual std::string
806 virtual std::string
858 virtual const std::vector<ConstString> &
873 std
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h43 typedef std::pair<KeyT, ValueT> BucketT;
153 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { argument
156 return std::make_pair(iterator(TheBucket, getBucketsEnd(), true),
161 return std::make_pair(iterator(TheBucket, getBucketsEnd(), true), true);
168 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) {
171 return std::make_pair(iterator(TheBucket, getBucketsEnd(), true),
175 TheBucket = InsertIntoBucket(std::move(KV.first),
176 std
[all...]
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DTGParser.cpp31 std::vector<Init*> TemplateArgs;
40 std::vector<Init*> TemplateArgs;
53 for (std::vector<Init *>::const_iterator i = TemplateArgs.begin(),
83 const std::vector<unsigned> &BitList, Init *V) {
151 const std::vector<RecordVal> &Vals = SC->getValues();
156 const std::vector<Init *> &TArgs = SC->getTemplateArgs();
169 std::vector<unsigned>(), SubClass.TemplateArgs[i]))
188 const std::vector<Record*> &SCs = SC->getSuperClasses();
212 const std::vector<RecordVal> &MCVals = CurRec->getValues();
215 const std
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dsso_string_base.h103 std::__false_type)
112 std::__true_type)
120 typedef typename std::__is_integer<_InIterator>::__type _Integral;
128 std::input_iterator_tag);
135 std::forward_iterator_tag);
234 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(),
309 std::__throw_length_error(__N("__sso_string_base::_M_create"));
362 std::input_iterator_tag)
405 std::forward_iterator_tag)
409 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp93 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));
176 MinColumn = std::max(MinColumn, ChangeMinColumn);
177 MaxColumn = std::min(MaxColumn, ChangeMaxColumn);
209 MaxEndOfLine = std::max(C.PreviousEndOfTokenColumn + 2, MaxEndOfLine);
238 std::string ReplacementText = C.PreviousLinePostfix;
264 void WhitespaceManager::appendNewlineText(std::string &Text,
270 void WhitespaceManager::appendNewlineText(std::string &Text, unsigned Newlines,
275 std::min<int>(EscapedNewlineColumn - 1, PreviousEndOfTokenColumn);
277 Text.append(std::string(EscapedNewlineColumn - Offset - 1, ' '));
284 void WhitespaceManager::appendIndentText(std
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp30 os << std::string(begin(), end());
140 std::map<FileID, RewriteBuffer>::const_iterator I =
168 std::string Rewriter::getRewrittenText(SourceRange Range) const {
183 std::map<FileID, RewriteBuffer>::const_iterator I =
192 return std::string(Ptr, Ptr+EndOff-StartOff);
205 std::advance(Start, StartOff);
207 std::advance(End, EndOff-StartOff);
209 return std::string(Start, End);
215 std::pair<FileID,unsigned> V = SourceMgr->getDecomposedLoc(Loc);
224 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp49 static cl::opt<std::string>
61 std::string Error;
92 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;
93 typedef std::vector<DiceTableEntry> DiceTable;
153 std::vector<SectionRef> &Sections,
154 std::vector<SymbolRef> &Symbols,
255 std::vector<SectionRef> Sections;
256 std::vector<SymbolRef> Symbols;
264 std::sort(Symbols.begin(), Symbols.end(), SymbolSorter());
278 Dices.push_back(std
[all...]
/freebsd-10-stable/contrib/libstdc++/include/debug/
H A Dhash_set.h47 typename _EqualKey = std::equal_to<_Value>,
48 typename _Alloc = std::allocator<_Value> >
130 std::pair<iterator, bool>
133 std::pair<typename _Base::iterator, bool> __res =
135 return std::make_pair(iterator(__res.first, this), __res.second);
154 std::pair<iterator, bool>
157 std::pair<typename _Base::iterator, bool> __res =
159 return std::make_pair(iterator(__res.first, this), __res.second);
168 std::pair<iterator, iterator>
172 std
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DModule.h202 std::string GlobalScopeAsm; ///< Inline Asm at global scope.
205 std::string ModuleID; ///< Human readable identifier for the module
206 std::string TargetTriple; ///< Platform target triple Module compiled on
207 std::string DataLayout; ///< Target data description
228 const std::string &getModuleIdentifier() const { return ModuleID; }
233 const std::string &getDataLayout() const { return DataLayout; }
237 const std::string &getTargetTriple() const { return TargetTriple; }
253 const std::string &getModuleInlineAsm() const { return GlobalScopeAsm; }
461 bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
471 bool MaterializeAll(std
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp38 std::string infoFile = getRemapInfoFile(outputDir);
44 std::string FileRemapper::getRemapInfoFile(StringRef outputDir) {
53 std::string infoFile = getRemapInfoFile(outputDir);
61 std::string infoFile = filePath;
67 std::vector<std::pair<const FileEntry *, const FileEntry *> > pairs;
103 pairs.push_back(std::make_pair(origFE, newFE));
119 std::string infoFile = getRemapInfoFile(outputDir);
126 std::string errMsg;
127 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/llc/
H A Dllc.cpp50 static cl::opt<std::string>
53 static cl::opt<std::string>
70 static cl::opt<std::string>
84 static inline std::string
85 GetFileNameRoot(const std::string &InputFilename) {
86 std::string IFN = InputFilename;
87 std::string outputFilename;
93 outputFilename = std::string(IFN.begin(), IFN.end()-3); // s/.bc/.s/
147 std::string error;
233 std
[all...]
/freebsd-10-stable/contrib/llvm/tools/lli/
H A Dlli.cpp64 cl::opt<std::string>
67 cl::list<std::string>
93 cl::opt<std::string>
110 cl::opt<std::string>
113 cl::opt<std::string>
117 cl::opt<std::string>
123 cl::list<std::string>
129 cl::opt<std::string>
136 cl::list<std::string>
141 cl::opt<std
[all...]

Completed in 317 milliseconds

<<21222324252627282930>>