Searched refs:first (Results 201 - 225 of 4256) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-iterator.c66 update_bb_for_stmts (gimple_seq_node first, gimple_seq_node last, argument
71 for (n = first; n; n = n->next)
83 update_call_edge_frequencies (gimple_seq_node first, basic_block bb) argument
88 for (n = first; n ; n = n->next)
115 gimple_seq_node first,
125 update_bb_for_stmts (first, last, bb);
130 first->prev = cur->prev;
131 if (first->prev->next)
132 first->prev->next = first;
114 gsi_insert_seq_nodes_before(gimple_stmt_iterator *i, gimple_seq_node first, gimple_seq_node last, enum gsi_iterator_update mode) argument
186 gimple_seq_node first, last; local
232 gsi_insert_seq_nodes_after(gimple_stmt_iterator *i, gimple_seq_node first, gimple_seq_node last, enum gsi_iterator_update m) argument
298 gimple_seq_node first, last; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-iterator.cc66 update_bb_for_stmts (gimple_seq_node first, gimple_seq_node last, argument
71 for (n = first; n; n = n->next)
83 update_call_edge_frequencies (gimple_seq_node first, basic_block bb) argument
88 for (n = first; n ; n = n->next)
115 gimple_seq_node first,
125 update_bb_for_stmts (first, last, bb);
130 first->prev = cur->prev;
131 if (first->prev->next)
132 first->prev->next = first;
114 gsi_insert_seq_nodes_before(gimple_stmt_iterator *i, gimple_seq_node first, gimple_seq_node last, enum gsi_iterator_update mode) argument
189 gimple_seq_node first, last; local
235 gsi_insert_seq_nodes_after(gimple_stmt_iterator *i, gimple_seq_node first, gimple_seq_node last, enum gsi_iterator_update m) argument
302 gimple_seq_node first, last; local
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzle.c45 uchar_t *first = src; local
51 *len = src - first - 1 + n;
60 *len = src - first - 1;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dtest_helpers.h65 bool first = true;
67 if (!first) {
71 first = false;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.cpp38 [](Elem A, Elem B) { return A.first < B.first; });
39 if (It == SrcMap.end() || It->first != Offset)
/netbsd-current/games/boggle/mkindex/
H A Dmkindex.c103 static int first = 1; local
106 if (first) {
109 first = 0;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCDynamicLibrarySearchGenerator.cpp37 if (Allow && !Allow(KV.first))
39 LookupSymbols.add(KV.first, SymbolLookupFlags::WeaklyReferencedSymbol);
56 NewSymbols[KV.first] =
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp56 auto OptProfCount = GetProfCount(E.first, E.second);
65 AddCount(Entry.first, Entry.second);
69 auto OptProfCount = GetProfCount(E.first, E.second);
80 /// SCC, it first propagates the entry counts to the nodes within the SCC
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp23 return IterBool.first->second.Number;
64 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first)
65 : MCSymbolRefExpr::create(I.first, Asm.OutContext);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp20 auto &Entry = I.first->second;
27 return DwarfStringPoolEntryRef(*I.first, true);
37 return InsertResult.first->getKey();
H A DLiveRangeCalc.cpp100 if (EP.first != nullptr || EP.second)
152 if (LOB.first != nullptr && LOB.first != &UndefVNI)
160 // S should be treated as the first segment that does not overlap B.
236 if (VNInfo *VNI = Map[Pred].first) {
250 VNInfo *VNI = EP.first;
305 Entry->second.first.resize(N);
308 BitVector &DefOnEntry = Entry->second.first;
359 if (IDomValue.first && IDomValue.first !
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Ddump.c62 int first = 1, i = 0; local
73 if (first)
77 first = 0;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-unaligned.c43 static const uint64_t first = 1; local
49 : "r" (data.u.size8twice), "r" (first), "r" (second) /* input */
52 data.u.size8twice[0] = first;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-unaligned.c43 static const uint64_t first = 1; local
49 : "r" (data.u.size8twice), "r" (first), "r" (second) /* input */
52 data.u.size8twice[0] = first;
/netbsd-current/external/mit/isl/dist/
H A Disl_union_print_templ.c16 * If data->first = 1, then this is the first in the sequence.
17 * Update data->first to tell the next element that it is not the first.
25 if (!data->first)
27 data->first = 0;
45 data.first = 1;
/netbsd-current/usr.bin/make/
H A Dlst.h97 ListNode *first; member in struct:List
112 list->first = NULL;
121 return list->first == NULL;
124 /* Find the first node that contains the given datum, or NULL. */
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h36 ColSplit.first.rsplit(':');
41 PSL.FileName = std::string(LineSplit.first);
63 /// The starting location of the range. The first element is the line and
66 /// The ending location of the range. The first element is the line and the
85 if (Split.first.getAsInteger(10, EndLine) ||
90 RangeSplit.first = Str;
94 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp40 // signature, where the first entry is the return type and subsequent
148 // The first index references the return type (mandatory), and the followings
331 // the SignatureTable represent the complete signature. The first type at
415 return a.first == Signature;
451 StringSwitch<const char *>(T.first->getValueAsString("AccessQualifier"))
458 << " {OCLT_" << T.first->getValueAsString("Name") << ", "
459 << T.first->getValueAsInt("VecWidth") << ", "
460 << T.first->getValueAsBit("IsPointer") << ", "
461 << T.first->getValueAsBit("IsConst") << ", "
462 << T.first
[all...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y122 entry->location_list = (struct sun_location *)list->first;
148 entry->location_list = (struct sun_location *)list->first;
157 entry->opt_list = (struct sun_opt *)list->first;
178 entry->mountpt_list = (struct sun_mountpt *)list->first;
205 entry->mountpt_list = (struct sun_mountpt *)list->first;
214 entry->opt_list = (struct sun_opt *)list->first;
240 mountpt->location_list = (struct sun_location *)list->first;
269 mountpt->location_list = (struct sun_location *)list->first;
278 mountpt->opt_list = (struct sun_opt *)list->first;
306 location->host_list = (struct sun_host *)list->first;
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.cpp35 auto I = Map.insert({P.first, MVT(llvm::getValueType(P.second))});
71 return Map.insert(std::make_pair(Mode, D->second)).first->second;
73 return Map.insert(std::make_pair(Mode, Type)).first->second;
96 OS << LS << '(' << getModeName(P->first) << ':'
145 auto I = Map.insert({P.first, RegSizeInfo(P.second, CGH)});
152 unsigned M0 = Map.begin()->first;
157 unsigned M0 = Map.begin()->first;
162 unsigned M0 = Map.begin()->first;
168 unsigned M0 = Map.begin()->first;
185 OS << LS << '(' << getModeName(P->first) << '
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Dtbl.c118 while (rp->first != NULL) {
119 cp = rp->first;
120 rp->first = cp->next;
128 while (sp->first != NULL) {
129 dp = sp->first;
130 sp->first = dp->next;
176 while (sp != NULL && sp->first == NULL)
/netbsd-current/games/number/
H A Dnumber.c91 int ch, first; local
108 for (first = 1;
109 fgets(line, sizeof(line), stdin) != NULL; first = 0) {
112 if (!first)
117 for (first = 1; *argv != NULL; first = 0, ++argv) {
118 if (!first)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A DDisassembler.cpp39 ArrayRef<uint8_t> Data(Bytes.first.data(), Bytes.first.size());
45 for (Index = 0; Index < Bytes.first.size(); Index += Size) {
119 ByteArray.first.clear();
124 ByteArray.first.push_back(ByteVal);
169 ByteArray.first.clear();
195 if (!ByteArray.first.empty())
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A DDisassembler.cpp36 ArrayRef<uint8_t> Data(Bytes.first.data(), Bytes.first.size());
42 for (Index = 0; Index < Bytes.first.size(); Index += Size) {
113 ByteArray.first.clear();
118 ByteArray.first.push_back(ByteVal);
165 ByteArray.first.clear();
191 if (!ByteArray.first.empty())
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dobjalloc.c228 struct objalloc_chunk *first; local
237 first = NULL;
252 else if (first == NULL)
253 first = q;
258 if (first == NULL)
259 first = p;
260 o->chunks = (PTR) first;

Completed in 196 milliseconds

1234567891011>>