Searched refs:comment (Results 401 - 425 of 707) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.d157 override void addComment(const(char)* comment)
159 //printf("AttribDeclaration::addComment %s\n", comment);
160 if (comment)
162 include(null).foreachDsymbol( s => s.addComment(comment) );
1005 override final void addComment(const(char)* comment)
1012 if (comment)
1014 decl .foreachDsymbol( s => s.addComment(comment) );
1015 elsedecl.foreachDsymbol( s => s.addComment(comment) );
1222 override void addComment(const(char)* comment)
H A Ddsymbol.d1213 * Add documentation comment to Dsymbol.
1216 void addComment(const(char)* comment)
1218 if (!comment || !*comment)
1221 //printf("addComment '%s' to Dsymbol %p '%s'\n", comment, this, toChars());
1226 commentHashTable[h] = comment;
1229 if (strcmp(*p, comment) != 0)
1232 *p = Lexer.combineComments((*p).toDString(), comment.toDString(), true);
1236 /// get documentation comment for this Dsymbol
1237 final const(char)* comment()
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dmi-support.exp1747 error "Unterminated special comment in $filename"
1756 set comment [string range $content [expr $start+3] [expr $end-1]]
1758 set comment_newlines [count_newlines $comment]
1761 set comment [string trim $comment]
1764 lappend mi_autotest_data [list $comment $comment_line]
1788 set comment [lindex $l 0]
1790 if {$comment == "BEGIN: $testcase"} {
1792 } elseif {$comment == "END: $testcase"} {
1919 # After that, for each special comment betwee
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_new_delete.cpp28 #define COMMENT_EXPORT(sym) __pragma(comment(linker, "/export:" sym))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-catalog-abstract.c117 if (pop->methods->comment != NULL)
118 pop->methods->comment (pop, s);
258 /* Parse a special comment and put the result in *fuzzyp, formatp, *wrapp. */
348 /* Unknown special comment marker. It may have been generated
355 /* Parse a GNU style file comment.
407 /* Parsed a GNU style file comment with spaces. */
449 /* Parsed a GNU style file comment with spaces. */
489 /* Parsed a GNU style file comment without spaces. */
520 /* Parsed a file comment without line number. */
538 /* Parse a SunOS or Solaris style file comment
[all...]
H A Dwrite-po.c146 /* Output mp->comment as a set of comment lines. */
151 if (mp->comment != NULL)
155 for (j = 0; j < mp->comment->nitems; ++j)
157 const char *s = mp->comment->item[j];
183 /* Output mp->comment_dot as a set of comment lines. */
206 /* Output mp->filepos as a set of comment lines. */
268 /* Output mp->is_fuzzy, mp->is_format, mp->do_wrap as a comment line. */
804 lines, so use an empty comment (unless there already is one). */
806 || mp->comment
[all...]
H A Dx-java.c571 /* Accumulating a single comment line. */
617 /* Replace each comment that is not inside a character constant or string
638 /* C style comment. */
679 /* C++ style comment. */
730 refcounted_string_list_ty *comment; /* for token_type_string_literal */ member in struct:token_ty
742 drop_reference (tp->comment);
1002 tp->comment = add_reference (savable_comment);
1380 &pos, token.comment);
1385 token.comment);
1388 drop_reference (token.comment);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py89 def writeComment(self, comment):
90 self.writeln('# ' + comment)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py94 def writeComment(self, comment):
95 self.writeln('# ' + comment)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py89 def writeComment(self, comment):
90 self.writeln('# ' + comment)
/netbsd-current/sys/arch/mipsco/stand/
H A DMakefile.booters68 STRIPSECTIONS?= -R .reginfo -R .mdebug.abi32 -R .comment -R .pdr \
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp150 // [ <comment> ] [ <newline> ]
152 // ... <terminator> [ <comment> ] [ <newline> ]
224 case tok::comment:
280 // empty line, a comment), ignoring horizontal whitespace? Since this is a
309 case tok::comment:
347 // Only include a preceding comment if:
349 // that immediately follows the comment),
351 // other entities the comment could refer to), and
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp34 // Collects all the non-comment tokens between opening parenthesis
83 return RBraceTok->Next && RBraceTok->Next->is(tok::comment);
91 // Matches a valid namespace end comment.
125 // Has namespace comment flowed onto the next line.
134 // Pull out just the comment text.
150 llvm::errs() << "Error while adding namespace end comment: "
164 llvm::errs() << "Error while updating namespace end comment: "
216 // Don't attempt to comment unbalanced braces or this can
256 // remove end comment, it will be merged in next one
267 // The next token in the token stream after the place where the end comment
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/
H A Ddjunpack.bat35 Rem See the comment above about the reason for using COPY.
/netbsd-current/external/gpl3/gdb/dist/
H A Ddjunpack.bat35 Rem See the comment above about the reason for using COPY.
/netbsd-current/distrib/common/
H A DMakefile.mdset155 ${STRIP} -R .eh_frame -R .eh_frame_hdr -R .comment -R .ident ${MDSET_STRIPSECTIONS} ${.TARGET}.tmp
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldlex.l70 static void comment (void);
131 comment (); }
347 <MRI>"*".* { /* Mri comment line */ }
348 <MRI>";".* { /* Mri comment line */ }
418 characters are a comment opening, put the input back and
423 comment ();
680 /* Eat the rest of a C-style comment. */
683 comment (void)
711 einfo (_("%F%P: EOF in comment\n"));
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldlex.l70 static void comment (void);
131 comment (); }
351 <MRI>"*".* { /* Mri comment line */ }
352 <MRI>";".* { /* Mri comment line */ }
422 characters are a comment opening, put the input back and
427 comment ();
684 /* Eat the rest of a C-style comment. */
687 comment (void)
715 einfo (_("%F%P: EOF in comment\n"));
/netbsd-current/share/examples/refuse/ian/libfetch/
H A Dhttp.c758 int comment, tag; local
760 comment = tag = 0;
765 if (comment && *q == '-') {
768 tag = comment = 0;
771 } else if (tag && !comment && *q == '>') {
780 comment = 1;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dgettext-po.c757 if (mp->comment == NULL || mp->comment->nitems == 0)
760 return string_list_join (mp->comment, '\n', '\n', true);
797 if (mp->comment != NULL)
798 string_list_free (mp->comment);
800 mp->comment = slp;
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dpsrm.cpp585 static const char *matches_comment(string &buf, const char *comment) argument
587 if ((size_t)buf.length() < strlen(comment) + 3)
592 for (; *comment; comment++, bufp++)
593 if (*bufp != *comment)
595 if (comment[-1] == ':')
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
61 comm_max: Integer; (* space at comment (only when reading header) *)
/netbsd-current/external/apache2/llvm/include/
H A DMakefile227 clang/AST/CommentNodes.inc|-gen-clang-comment-nodes
231 clang/AST/CommentCommandInfo.inc|-gen-clang-comment-command-info \
232 clang/AST/CommentCommandList.inc|-gen-clang-comment-command-list
235 clang/AST/CommentHTMLTags.inc|-gen-clang-comment-html-tags \
236 clang/AST/CommentHTMLTagsProperties.inc|-gen-clang-comment-html-tags-properties
239 clang/AST/CommentHTMLNamedCharacterReferences.inc|-gen-clang-comment-html-named-character-references
/netbsd-current/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
61 comm_max: Integer; (* space at comment (only when reading header) *)
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dzlibpas.pas60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
61 comm_max: Integer; (* space at comment (only when reading header) *)

Completed in 419 milliseconds

<<11121314151617181920>>