Searched refs:emitComment (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp103 emitComment(Comment);
131 emitComment(Comment + ": " + TypeNameStr);
133 emitComment(Comment);
207 emitComment(Comment);
228 emitComment(Comment);
253 emitComment(Comment);
278 emitComment(Comment);
283 emitComment(Comment);
288 emitComment(Comment);
293 emitComment(Commen
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h102 emitComment(Comment);
148 emitComment(Comment);
182 emitComment(Comment);
236 void emitComment(const Twine &Comment) { function in class:llvm::codeview::CodeViewRecordIO
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c40 void emitComment(Dsymbol *s, OutBuffer *buf, Scope *sc);
646 /******************************* emitComment **********************************/
678 emitComment(sm, buf, sc);
717 emitComment(s, buf, sc);
719 emitComment(NULL, buf, sc);
742 void emitComment(Dsymbol *s, OutBuffer *buf, Scope *sc) function
820 //printf("Declaration::emitComment(%p '%s'), comment = '%s'\n", d, d->toChars(), d->comment);
847 //printf("AggregateDeclaration::emitComment() '%s'\n", ad->toChars());
871 //printf("TemplateDeclaration::emitComment() '%s', kind = %s\n", td->toChars(), td->kind());
894 emitComment(
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d841 /******************************* emitComment **********************************/
872 emitComment(sm, buf, sc);
904 emitComment(s, buf, sc);
906 emitComment(null, buf, sc);
940 private void emitComment(Dsymbol s, ref OutBuffer buf, Scope* sc)
1062 //printf("Declaration::emitComment(%p '%s'), comment = '%s'\n", d, d.toChars(), d.comment);
1095 //printf("AggregateDeclaration::emitComment() '%s'\n", ad.toChars());
1118 //printf("TemplateDeclaration::emitComment() '%s', kind = %s\n", td.toChars(), td.kind());
1140 emitComment(s, *buf, sc);
1153 //printf("EnumMember::emitComment(
[all...]

Completed in 266 milliseconds