Searched refs:Enumerate (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp60 void Enumerate(const Record *R, function in namespace:__anon2441
107 Enumerate(R, N, [&OS](ArrayRef<Record *>, const Twine &ID) {
116 Enumerate(R, N, [this, R, &OS, &N](ArrayRef<Record *> TS, const Twine &ID) {
159 Enumerate(R, N, [R, &OS](ArrayRef<Record *>, const Twine &ID) {
178 Enumerate(R, N, [R, &OS](ArrayRef<Record *>, const Twine &ID) {
206 Enumerate(R, N, [&OS, &Args](ArrayRef<Record *> TS, const Twine &ID) {
321 Enumerate(R, N, [this, R, &N, &OS](ArrayRef<Record *> TS, const Twine &ID) {
/freebsd-13-stable/contrib/tcsh/
H A Ded.xmap.c121 static void Enumerate (struct Strbuf *, const XmapNode *);
467 /* no more chars in string. Enumerate from here. */
468 Enumerate(buf, ptr);
506 Enumerate(struct Strbuf *buf, const XmapNode *ptr) function
512 xprintf(CGETS(9, 6, "Enumerate: BUG!! Null ptr passed\n!"));
526 Enumerate(buf, ptr->next);
531 Enumerate(buf, ptr->sibling);

Completed in 44 milliseconds