Searched refs:first (Results 476 - 500 of 1603) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp114 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));
/freebsd-11.0-release/contrib/llvm/tools/clang/tools/driver/
H A Ddriver.cpp69 return SavedStrings.insert(S).first->c_str();
117 StringRef MatchPattern = Edit.substr(2).split('/').first;
227 // The first instance of '#' should be replaced with '=' in each option.
437 insertTargetAndModeArgs(TargetAndMode.first, TargetAndMode.second, argv,
460 int CommandRes = P.first;
495 // If we have multiple failing commands, we return the result of the first
/freebsd-11.0-release/contrib/libstdc++/include/debug/
H A Dmultimap.h177 while (__victims.first != __victims.second)
179 iterator __victim = __victims.first++;
245 return std::make_pair(iterator(__res.first, this),
255 return std::make_pair(const_iterator(__res.first, this),
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dorder_statistics_imp.hpp157 child_nd_it.valid_prefix().first,
H A Dprefix_search_node_update_imp.hpp84 const_iterator(non_const_ret.first),
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DStringMap.h143 StringRef first() const { return StringRef(getKeyData(), getKeyLength()); } function in class:llvm::StringMapEntry
299 return insert(std::make_pair(Key, ValueTy())).first->second;
331 unsigned BucketNo = LookupBucketFor(KV.first);
340 MapEntryTy::Create(KV.first, Allocator, std::move(KV.second));
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp262 MBBI != Indexes->MBBIndexEnd() && MBBI->first <= Last; ++MBBI) {
263 SlotIndex MBBBegin = MBBI->first;
268 const LiveInterval::SubRange *SR = RangeIterPair.first;
308 for (; I != Indexes->MBBIndexEnd() && I->first < Seg.end; ++I) {
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp56 appendRange(CUOffset, R.first, R.second);
86 // CU, first try to extend the last range in Aranges. If we can't
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp90 SymbolRef Sym = P.first;
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSIInsertWaits.cpp246 Result.first = TRI->getEncodingValue(Reg.getReg());
247 Result.second = Result.first + Size / 4;
310 for (unsigned j = Interval.first; j < Interval.second; ++j) {
418 for (unsigned j = Interval.first; j < Interval.second; ++j) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp68 if (KV.first != F.getName())
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_crypto.h164 struct calendar first; /* not valid before */ member in struct:cert_info
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdFactory.cpp211 const CMIUtilString &rMiCmd((*it).first);
/freebsd-11.0-release/contrib/mdocml/
H A Dtbl_html.c116 dp = sp->first;
H A Dtbl_term.c80 * The first time we're invoked for a given table block,
131 cp = sp->layout->first;
132 dp = sp->first;
228 c1 = sp->layout->first;
229 c2 = sp->prev == NULL ? NULL : sp->prev->layout->first;
/freebsd-11.0-release/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c81 _nc_gettime(TimeType * t0, int first) argument
88 if (first) {
102 if (first) {
107 TR(TRACE_IEVENT, ("%s time: %ld msec", first ? "get" : "elapsed", res));
/freebsd-11.0-release/contrib/gcc/
H A Dbb-reorder.c22 The construction starts from "seeds". The seed for the first round
24 that one is selected first that has the lowest key in the heap
50 When connecting traces it first checks whether there is an edge from the
51 last block of one trace to the first block of another trace.
54 and BB is a predecessor of the first block of another trace. In this case,
155 basic_block first, last; member in struct:trace
281 for (bb = traces[i].first; bb != traces[i].last; bb = bb->aux)
369 if (back_edge->dest == trace->first)
371 trace->first = best_bb->aux;
377 for (prev_bb = trace->first;
[all...]
H A Dipa-prop.c120 /* Remove a method from the worklist. WL points to the first
125 ipa_methodlist_p first; local
128 first = *wl;
130 return_method = ipa_methodlist_method (first);
131 free (first);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddwarf2expr.c589 CORE_ADDR first, second;
596 first = dwarf_expr_fetch (ctx, 0);
599 val1 = value_from_longest (unsigned_address_type (), first);
633 val1 = value_from_longest (signed_address_type (), first);
588 CORE_ADDR first, second; local
H A Dgdb_mbuild.sh31 -k Keep going. Do not stop after the first build fails.
74 # Should we soldier on after the first build fails?
/freebsd-11.0-release/contrib/gdb/include/
H A Doasys.h188 oasys_header_record_type first; member in union:oasys_record_union
/freebsd-11.0-release/contrib/gperf/src/
H A Dmain.cc133 KeywordExt *keyword = ptr->first();
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh175 echo $tst: first dtrace failed
/freebsd-11.0-release/sys/dev/ixl/
H A Dixl_txrx.c258 int first, last = 0; local
269 * Important to capture the first descriptor
273 first = txr->next_avail;
274 buf = &txr->buffers[first];
387 /* Swap the dma map between the first and last descriptor */
388 txr->buffers[first].map = buf->map;
393 buf = &txr->buffers[first];
809 /* Ensure we have at least the IP+TCP header in the first mbuf. */
865 u32 first, last, head, done, processed; local
885 first
[all...]
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c368 for (e = d->l2tab[hash].first; e; e = e->next) {
380 e->next = d->l2tab[hash].first;
381 d->l2tab[hash].first = e;
422 for (e = d->l2tab[hash].first; e; e = e->next) {

Completed in 155 milliseconds

<<11121314151617181920>>