Home
last modified time | relevance | path

Searched full:enumerate (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp342 // Enumerate the global variables. in ValueEnumerator()
348 // Enumerate the functions. in ValueEnumerator()
355 // Enumerate the aliases. in ValueEnumerator()
361 // Enumerate the ifuncs. in ValueEnumerator()
370 // Enumerate the global variable initializers and attributes. in ValueEnumerator()
378 // Enumerate the aliasees. in ValueEnumerator()
382 // Enumerate the ifunc resolvers. in ValueEnumerator()
386 // Enumerate any optional Function data. in ValueEnumerator()
391 // Enumerate the metadata type. in ValueEnumerator()
413 // Enumerate types used by function bodies and argument lists. in ValueEnumerator()
[all …]
H A DValueEnumerator.h257 /// Enumerate a single instance of metadata with the given function tag.
268 /// Enumerate reachable metadata in (almost) post-order.
270 /// Enumerate all the metadata reachable from MD. We want to minimize the
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp365 // Enumerate the global variables. in ValueEnumerator()
371 // Enumerate the functions. in ValueEnumerator()
380 // Enumerate the aliases. in ValueEnumerator()
386 // Enumerate the ifuncs. in ValueEnumerator()
392 // Enumerate the global variable initializers and attributes. in ValueEnumerator()
402 // Enumerate the aliasees. in ValueEnumerator()
406 // Enumerate the ifunc resolvers. in ValueEnumerator()
410 // Enumerate any optional Function data. in ValueEnumerator()
415 // Enumerate the metadata type. in ValueEnumerator()
437 // Enumerate types used by function bodies and argument lists. in ValueEnumerator()
[all …]
H A DDXILValueEnumerator.h260 /// Enumerate a single instance of metadata with the given function tag.
271 /// Enumerate reachable metadata in (almost) post-order.
273 /// Enumerate all the metadata reachable from MD. We want to minimize the
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp58 void Enumerate(const Record *R, StringRef N, in Enumerate() function
106 Enumerate(R, N, [&OS](ArrayRef<const Record *>, const Twine &ID) { in EmitEnum()
116 Enumerate(R, N, in EmitInterp()
174 Enumerate(R, N, [R, &OS](ArrayRef<const Record *>, const Twine &ID) { in EmitDisasm()
196 Enumerate(R, N, [R, &OS](ArrayRef<const Record *>, const Twine &ID) { in EmitEmitter()
231 Enumerate(R, N, [&OS, &Args](ArrayRef<const Record *> TS, const Twine &ID) { in EmitProto()
365 Enumerate(R, N, in EmitEval()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h280 /// Enumerate all compile units and assign offsets to their sections and
284 /// Enumerate all compile units and assign offsets to their sections.
287 /// Enumerate all compile units and assign offsets to their strings.
329 /// Enumerate all compile units and put their data into the output stream.
332 /// Enumerate common sections and put their data into the output stream.
H A DOutputSections.h394 /// Enumerate all sections and call \p Handler for each.
402 /// Enumerate all sections and call \p Handler for each.
409 /// Enumerate all sections, for each section set current offset
423 /// Enumerate all sections, for each section apply all section patches.
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i100 for idx, member in enumerate(members):
110 for idx, member in enumerate(members):
120 for idx, member in enumerate(members):
/freebsd/contrib/tcsh/
H A Ded.xmap.c121 static void Enumerate (struct Strbuf *, const XmapNode *);
467 /* no more chars in string. Enumerate from here. */ in Lookup()
468 Enumerate(buf, ptr); in Lookup()
506 Enumerate(struct Strbuf *buf, const XmapNode *ptr) in Enumerate() function
512 xprintf(CGETS(9, 6, "Enumerate: BUG!! Null ptr passed\n!")); in Enumerate()
526 Enumerate(buf, ptr->next); in Enumerate()
531 Enumerate(buf, ptr->sibling); in Enumerate()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp53 for (auto [OpNum, Use] : enumerate(LLVMI->operands())) in EraseFromParent()
83 for (auto [OpNum, Op] : enumerate(Operands)) in revert()
89 for (auto [OpNum, Op] : enumerate(Operands)) in revert()
/freebsd/sys/xen/xenbus/
H A Dxenbusb_if.m43 * \brief Enumerate all devices of the given type on this bus.
47 * to enumerate.
/freebsd/contrib/ncurses/form/
H A Dform.h193 bool (*onext)(FIELD *,const void *); /* enumerate next value */
194 bool (*gnext)(FORM*,FIELD*,const void*); /* generic enumerate next */
197 bool (*oprev)(FIELD *,const void *); /* enumerate prev value */
198 bool (*gprev)(FORM*,FIELD*,const void*); /* generic enumerate prev */
205 bool (*next)(FIELD *,const void *); /* enumerate next value */
206 bool (*prev)(FIELD *,const void *); /* enumerate prev value */
/freebsd/crypto/heimdal/doc/
H A Dwin2k.texi133 @enumerate
138 @end enumerate
218 @enumerate
232 @end enumerate
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp206 for (const auto &[Idx, Op] : enumerate(operands())) { in diagnoseAllSpecialTypes()
507 for (const auto &[Idx, Op] : enumerate(Params)) { in getParamIdx()
669 // enumerate(...) doesn't seem to allow lvalues so we need to count the old in buildOperandsTables()
742 for (auto [Idx, Param] : enumerate(PF.out_params())) { in getApplyDefsNeeded()
755 for (const auto &[Idx, Op] : enumerate(Operands)) { in checkSemantics()
790 for (const auto &[Idx, Op] : enumerate(operands())) { in mapInputCodeExpansions()
840 for (const auto &[Idx, Op] : enumerate(operands())) { in checkSemantics()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp34 for (auto [Idx, Op] : enumerate(C->operands())) { in expandUser()
41 for (auto [Idx, Op] : enumerate(C->operands())) { in expandUser()
/freebsd/contrib/tcsh/nls/C/
H A Dset98 6 Enumerate: BUG!! Null ptr passed\n!
/freebsd/contrib/tcsh/nls/et/
H A Dset98 6 Enumerate: BUG!! Null viit anti\n!
/freebsd/contrib/tcsh/nls/finnish/
H A Dset98 6 Enumerate: VIKA!! Välitetty null-osoitin\n!
/freebsd/contrib/tcsh/nls/german/
H A Dset98 6 Enumerate: BUG!! Null ptr passed\n!
/freebsd/contrib/tcsh/nls/russian/
H A Dset98 6 Enumerate: BUG!! Передан нулевой указатель!\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset98 6 Enumerate: ПОМИЛКА!! Null ptr passed\n!
/freebsd/contrib/tcsh/nls/greek/
H A Dset98 6 Enumerate: BUG!! Πέρασμα μηδενικού pointer!\n
/freebsd/contrib/tcsh/nls/italian/
H A Dset98 6 Enumerate: BACO!! ho ricevuto un puntatore nullo\n!
/freebsd/contrib/tcsh/nls/french/
H A Dset98 6 Enumerate: BUG!! Pointeur Null passé!\n

12345678910>>...15