Searched refs:first (Results 426 - 450 of 1603) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp137 // Build a 'first character of function name' -> intrinsic # mapping.
145 OS << " switch (Name[5]) { // Dispatch on first letter.\n";
147 // Emit the intrinsic matching stuff by first letter.
150 OS << " case '" << I->first << "':\n";
159 // Emit all the overloaded intrinsics first, build a table of the
182 OS << " break; // end of '" << I->first << "' case.\n";
587 const CodeGenIntrinsic &intrinsic = *(I->first);
596 unsigned argNo = intrinsic.ArgumentAttributes[ai].first;
624 } while (ai != ae && intrinsic.ArgumentAttributes[ai].first == argNo);
719 Results.emplace_back(I->first, ResultCod
[all...]
H A DCodeEmitterGen.cpp100 CGI.Operands.getSubOperandNumber(NumberedOp).first)))) {
118 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
293 const std::string &Case = IE->first;
/freebsd-11.0-release/contrib/apr-util/xml/
H A Dapr_xml.c162 /* no first child either */
542 if (hdr->first == NULL) {
544 hdr->first = hdr->last = t;
732 size += text_size(elem->first_cdata.first);
737 text_size(elem->following_cdata.first));
823 s = write_text(s, elem->first_cdata.first);
827 s = write_text(s, child->following_cdata.first);
851 for (scan_txt = elem->first_cdata.first;
856 for (scan_txt = elem->following_cdata.first;
947 for (t = e->first_cdata.first;
[all...]
/freebsd-11.0-release/lib/libedit/
H A Dmap.c1144 * Print keys from first to last
1147 map_print_some_keys(EditLine *el, el_action_t *map, Int first, Int last) argument
1153 firstbuf[0] = first;
1157 if (map[first] == ED_UNASSIGNED) {
1158 if (first == last) {
1168 if (bp->func == map[first]) {
1169 if (first == last) {
1193 first, el->el_map.key[first]);
1200 first, e
[all...]
/freebsd-11.0-release/usr.sbin/etcupdate/
H A Detcupdate.sh286 # $1 - first node
290 local first second
292 # If the first node doesn't exist, then check for the second
306 first=`stat -f "%Hp" $1`
308 if [ "$first" != "$second" ]; then
314 first=`readlink $1`
316 if [ "$first" = "$second" ]; then
340 # $1 - path of first file
353 # $1 - first node
386 # $1 - first director
[all...]
/freebsd-11.0-release/contrib/binutils/binutils/
H A Drcparse.y75 rc_rcdata_item *first;
943 $$ = $2.first;
1189 $$.first = NULL;
1204 $$.first = ri;
1212 $$.first = ri;
1220 $$.first = ri;
1228 $$.first = $1.first;
1237 $$.first = $1.first;
[all...]
H A Dbucomm.c237 display_info_table (int first, int last)
246 for (t = first; t < last && bfd_target_vector[t]; t++)
256 for (t = first; t < last && bfd_target_vector[t]; t++)
384 /* POSIX 1003.2/D11 says to skip first character (entry type). */
234 display_info_table(int first, int last) argument
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dgrouping.c85 for (current = mylist.first; current; current = current->next) {
189 for (current = mylist.first; current; current = current->next) {
542 /* take first guid minus one to be consistent with SM */
576 /* to spines in slot 1 or 4 and we could miss them first time */
685 if (mylist.first == NULL) {
686 mylist.first = mylist.current;
712 mylist.first = NULL;
716 /* first pass on switches and build for every Voltaire node */
786 return (mylist.first);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.cpp150 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
157 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
397 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
404 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
478 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
485 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.cpp181 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix,
229 Tok, OriginalPrefix.size() + TailOffset + Split.first, Split.second,
237 Tok, OriginalPrefix.size() + TailOffset + Split.first, Split.second, "",
272 // lines with the first one.
304 // The first line already excludes the star.
306 // (optionally) the first whitespace.
391 Text.size() == Split.first + Split.second) {
397 Text.data() - Tok.TokenText.data() + Split.first;
410 Text.data() - Tok.TokenText.data() + Split.first;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp362 if (LPosInfo.first != BugFileID)
365 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first);
370 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second);
493 Lexer rawLexer(SM.getLocForStartOfFile(LocInfo.first), PP.getLangOpts(),
548 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos);
556 HighlightRange(R, LPosInfo.first, *I);
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp97 #define PB_DS_V2F(X) (X).first
426 _GLIBCXX_DEBUG_ASSERT(m_entries[r_pos_hash_pair.first].m_stat !=
433 _GLIBCXX_DEBUG_ASSERT(m_entries[r_pos_hash_pair.first].m_stat !=
436 entry* const p_e = m_entries + r_pos_hash_pair.first;
474 if (m_entries[pos_hash_pair.first].m_stat != valid_entry_status)
479 return (m_entries + pos_hash_pair.first)->m_value.second;
/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp67 "Like -printlineinfo but does not load the object first"),
332 object::SymbolRef Sym = P.first;
361 outs() << " Line info @ " << D.first - Addr << ": "
440 // Use the name of the first input object module as argv[0] for the target.
543 AppliedMappingsT::iterator AI = AppliedMappings.find(Tmp->first);
570 if (NextSectionAddr + CurEntry.second + TargetSectionSep <= Alloc.first)
573 NextSectionAddr = Alloc.first + Alloc.second + TargetSectionSep;
576 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr);
/freebsd-11.0-release/sbin/ifconfig/
H A Daf_inet6.c389 int first = 1; local
399 first = 0;
402 if (!first || hours) {
403 first = 0;
406 if (!first || mins) {
407 first = 0;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp56 // Same thing in for stmt first clause (when expr) and third clause.
194 // results because the results aren't expected to be used in the first place.
527 return LHS.first < RHS;
531 return LHS.first < RHS.first;
535 return LHS < RHS.first;
544 if (lhs.first < rhs.first)
547 if (lhs.first == rhs.first
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp236 // This is the first time we are being run (after the last update). Set up the loop
237 // invariant for the first element.
244 // Loop detection has been run over the first m_loop_detected elements. If m_slow_runner ==
257 return false; // No loop in the first m_loop_detected elements.
273 ValueObjectSP first(size_alloc->GetChildMemberWithName(ConstString("__first_"), true));
274 if (first)
276 m_count = first->GetValueAsUnsigned(UINT32_MAX);
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dhw_features_common.c90 int ok, j, first; local
128 first = pri_chan < sec_chan ? pri_chan : sec_chan;
132 if (first == allowed[k]) {
/freebsd-11.0-release/contrib/openbsm/libbsm/
H A Dbsm_control.c230 int first = 1; local
239 if (!first && strlcat(buf, ",", maxsize) >= maxsize)
244 first = 0;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp110 if (HeaderMaps[i].first == FE)
606 const FileEntry *Includer = IncluderAndDir.first;
627 assert(First && "only first includer can have no file");
635 // reallocation of the underlying vector potentially making the first
693 // If the entry has been previously looked up, the first value will be
702 // Otherwise, this is the first query, or the previous query didn't match
739 if (Filename.startswith(SystemHeaderPrefixes[j-1].first)) {
772 if (!Includers.empty() && Includers.front().first && !isAngled &&
774 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first);
849 FrameworkCacheEntry())).first;
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/debug/
H A Dhash_set.h135 return std::make_pair(iterator(__res.first, this), __res.second);
159 return std::make_pair(iterator(__res.first, this), __res.second);
174 return std::make_pair(iterator(__res.first, this),
H A Dset.h150 return std::pair<iterator, bool>(iterator(__res.first, this),
256 return std::make_pair(iterator(__res.first, this),
268 return std::make_pair(const_iterator(__res.first, this),
/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h386 if (it->second.first == label)
422 sprintf(buf, "%p", ref.first);
426 sprintf(buf, "%lu", ref.second.first);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.cpp122 I->first += w;
125 // This must be the first link to b.
154 SumN += I->first;
156 SumP += I->first;
352 // Scan forwards, skipping the first node which was just updated.
379 assert(ActiveNodes && "Call prepare() first");
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp146 Worklist.push_back(It.first->getKey());
222 SGV = SrcModule.getNamedValue(Split.first);
306 ModuleLoaderCache.takeModule(FunctionsToImportPerModule.first);
/freebsd-11.0-release/contrib/libreadline/
H A Dinput.c566 /* Read a multibyte-character string whose first character is FIRST into
571 _rl_read_mbstring (first, mb, mlen)
572 int first;
579 c = first;

Completed in 301 milliseconds

<<11121314151617181920>>