Home
last modified time | relevance | path

Searched refs:EmitComment (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1876 auto EmitComment = [&]() { in emitTracebackTable() local
1882 EmitComment(); in emitTracebackTable()
1932 EmitComment(); in emitTracebackTable()
1936 EmitComment(); in emitTracebackTable()
1940 EmitComment(); in emitTracebackTable()
1943 EmitComment(); in emitTracebackTable()
1946 EmitComment(); in emitTracebackTable()
1968 EmitComment(); in emitTracebackTable()
1973 EmitComment(); in emitTracebackTable()
1995 EmitComment(); in emitTracebackTable()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c744 class EmitComment : public Visitor in emitComment()
750 EmitComment(OutBuffer *buf, Scope *sc) in emitComment()
976 EmitComment v(buf, sc); in emitComment()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d942 extern (C++) final class EmitComment : Visitor in emitComment()
1217 scope EmitComment v = new EmitComment(buf, sc); in emitComment()