Searched refs:printOne (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | MapFile.cpp | 205 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 D | ed.xmap.c | 488 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 D | ed.decls.h | 278 extern void printOne (const Char *, const XmapVal *, int);
|
| H A D | ed.screen.c | 869 printOne(arrow[i].name, &arrow[i].fun, arrow[i].type); in PrintArrowKeys()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 442 (*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 D | DAGISelMatcher.cpp | 28 void Matcher::printOne(raw_ostream &OS) const { printImpl(OS, indent(0)); } in printOne() function in Matcher
|
| H A D | DAGISelMatcher.h | 189 void printOne(raw_ostream &OS) const;
|