Home
last modified time | relevance | path

Searched refs:printOne (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp205 auto printOne = [&](const ConcatInputSection *isec) { in writeMapFile() local
225 printOne(arr1.front()); in writeMapFile()
228 printOne(arr2.front()); in writeMapFile()
/freebsd/contrib/tcsh/
H A Ded.xmap.c488 printOne(buf->s, &ptr->val, ptr->type); in Lookup()
523 printOne(buf->s, &ptr->val, ptr->type); in Enumerate()
541 printOne(const Char *key, const XmapVal *val, int ntype) in printOne() function
H A Ded.decls.h278 extern void printOne (const Char *, const XmapVal *, int);
H A Ded.screen.c869 printOne(arrow[i].name, &arrow[i].fun, arrow[i].type); in PrintArrowKeys()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp442 (*std::next(J))->printOne(errs()); in FactorScope()
443 if (std::next(J, 2) != E)(*std::next(J, 2))->printOne(errs()); in FactorScope()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp28 void Matcher::printOne(raw_ostream &OS) const { printImpl(OS, indent(0)); } in printOne() function in Matcher
H A DDAGISelMatcher.h189 void printOne(raw_ostream &OS) const;