Searched refs:first (Results 226 - 250 of 1603) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DStringTableBuilder.cpp25 StringRef S = P->first;
89 StringRef S = P->first;
115 // Write the table size in the first word.
143 return P.first->second;
H A DMCContext.cpp136 auto NameIter = UsedNames.insert(std::make_pair(Name, true)).first;
200 return createSymbolImpl(&*NameEntry.first, IsTemporary);
310 .first;
311 StringRef CachedName = I->first.SectionName;
352 auto &Entry = *IterBool.first;
356 StringRef CachedName = Entry.first.SectionName;
396 auto Iter = IterBool.first;
404 StringRef CachedName = Iter->first.SectionName;
/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Dtask.h135 isc_eventtype_t first, isc_eventtype_t last,
292 isc_task_purgerange(isc_task_t *task, void *sender, isc_eventtype_t first,
301 *\li last >= first
306 * type is >= first and <= last, and whose tag is 'tag' will be purged,
382 isc_task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first,
391 *\li last >= first.
398 * type is >= first and <= last, and whose tag is 'tag' will be dequeued
531 *\li Only the first 15 characters of 'name' will be copied.
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c50 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) argument
52 if (last > first) {
59 waddstr(win, first);
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldemul.c271 bfd_boolean first = TRUE; local
275 if (first)
276 first = FALSE;
/freebsd-11.0-release/sys/dev/drm/
H A Ddrm_hashtab.c126 unsigned long first, unshifted_key = 0; local
129 first = unshifted_key;
135 } while(ret && (unshifted_key != first));
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_hashtab.c128 unsigned long first, unshifted_key = 0; local
131 first = unshifted_key;
137 } while(ret && (unshifted_key != first));
/freebsd-11.0-release/release/picobsd/tinyware/passwd/
H A Dpw_util.c235 int c, first; local
239 first = c = getchar();
242 if (first == 'n')
/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Df_int.c108 int num = 0, slen = 0, first = 1; local
153 if (first) {
154 first = 0;
/freebsd-11.0-release/usr.bin/netstat/
H A Dmain.c240 bool first = true; local
515 printproto(tp, tp->pr_name, &first);
516 if (!first)
526 printproto(tp, tp->pr_name, &first);
530 printproto(tp, tp->pr_name, &first);
535 printproto(tp, tp->pr_name, &first);
540 printproto(tp, tp->pr_name, &first);
545 nl[N_UNP_SPHEAD].n_value, &first);
547 if (!first)
600 printproto(struct protox *tp, const char *name, bool *first) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp49 strm.Indent(pos->first.GetCString());
92 strm.Printf("%s=", pos->first.GetCString());
127 llvm::StringRef key = kvp.first;
165 error.SetErrorStringWithFormat("invalid key \"%s\", the key must be a bare string or surrounded by brackets with optional quotes: [<key>] or ['<key>'] or [\"<key>\"]", kvp.first.str().c_str());
439 strm.Printf("%s=", pos->first.GetCString());
440 copied_dict->SetValueForKey (pos->first, pos->second->DeepCopy(), true);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp83 // current instruction scope does not match scope of first instruction
157 false)).first;
187 .first;
210 nullptr, true)).first;
255 LexicalScope *S = MI2ScopeMap.lookup(R.first);
259 S->openInsnRange(R.first);
289 MBBs.insert(R.first->getParent());
H A DMachineRegisterInfo.cpp42 VRegInfo[Reg].first = RC;
99 VRegInfo[Reg].first = RegClass;
175 // Head points to the first list element.
306 // Since we are in SSA form, we can use the first definition.
342 if (I->first == Reg || I->second == Reg)
352 return I->first;
360 if (I->first == PReg)
378 // records for unused arguments in the first place, but it's
386 .addReg(LiveIns[i].first);
389 EntryMBB->addLiveIn(LiveIns[i].first);
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DTimer.cpp32 // this by creating the string the first time it is needed and never destroying
193 delete I->second.first;
201 if (!GroupEntry.first)
202 GroupEntry.first = new TimerGroup(GroupName);
206 T.init(Name, *GroupEntry.first);
307 Total += RecordNamePair.first;
339 Entry.first.print(Total, OS);
/freebsd-11.0-release/bin/sh/
H A Dhistedit.c194 int first, last, direction; local
278 * determine [first] and [last]
294 first = str_to_event(firststr, 0);
299 last = first;
300 first = i;
307 direction = first < last ? H_PREV : H_NEXT;
334 retval = history(hist, &he, H_NEXT_EVENT, first);
454 * the notion of first and last is
H A Dshow.c125 int first; local
129 first = 1;
131 if (! first)
134 first = 0;
137 if (! first)
166 first = 0;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DBroadcaster.cpp67 pos->first->BroadcasterWillDestruct (this);
128 if (pos->first == listener)
191 if (pos->first == listener)
268 if (unique && pos->first->PeekAtNextEventForBroadcasterWithType (this, event_type))
270 pos->first->AddEvent (event_sp);
388 available_bits &= ~((*iter).first.GetEventBits());
425 uint32_t iter_event_bits = (*iter).first.GetEventBits();
490 (*iter).second->StartListeningForEvents (&broadcaster, (*iter).first.GetEventBits());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp177 s->Printf("Abbrev table for offset: 0x%8.8x\n", pos->first);
191 if (m_prev_abbr_offset_pos != end && m_prev_abbr_offset_pos->first == cu_abbr_offset)
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dchanges.c227 int first; local
245 first = APR_ARRAY_IDX(changes->offsets, (int)idx, int);
249 *list = apr_array_make(pool, last - first, sizeof(svn_fs_x__change_t*));
250 for (i = first; i < last; ++i)
462 int first; local
495 first = offsets[idx];
499 list = apr_array_make(pool, last - first, sizeof(svn_fs_x__change_t*));
501 for (i = first; i < last; ++i)
/freebsd-11.0-release/crypto/heimdal/lib/wind/
H A Dpunycode.c55 adapt(unsigned delta, unsigned numpoints, int first) argument
59 if (first)
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DFunctionInfo.h57 /// during the initial compile step when the function index is first built.
228 .first->first();
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DAssumptionCache.cpp112 return *IP.first->second;
123 for (const BasicBlock &B : cast<Function>(*I.first))
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp52 IDs[V].first = ID;
58 if (OM.lookup(V).first)
143 if (OM.lookup(U.getUser()).first)
152 const Use *LU = L.first;
153 const Use *RU = R.first;
157 auto LID = OM.lookup(LU->getUser()).first;
158 auto RID = OM.lookup(RU->getUser()).first;
207 assert(IDPair.first && "Unmapped value");
215 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack);
278 return V.first
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp54 return llvm::make_range(iterator(this, CachedRangeQuery.Result.first),
63 return llvm::make_range(iterator(this, Res.first),
136 return std::make_pair(Local.first, Local.second);
142 if (Loaded.first == Loaded.second)
143 return std::make_pair(Local.first, Local.second);
148 if (Local.first == Local.second)
149 return std::make_pair(int(Loaded.first)-TotalLoaded,
153 return std::make_pair(int(Loaded.first)-TotalLoaded, Local.second);
214 // whether we get the first macro expansion or its containing macro.
/freebsd-11.0-release/contrib/libstdc++/include/tr1/
H A Dtuple_iterate.h67 _M_arg1(__u.first), _M_arg2(__u.second)
74 _M_arg1 = __u.first;

Completed in 301 milliseconds

1234567891011>>