| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 118 public comments::ConstCommentVisitor<JSONNodeDumper, void, 119 const comments::FullComment *>, 131 const comments::CommandTraits *Traits; 137 comments::ConstCommentVisitor<JSONNodeDumper, void, 138 const comments::FullComment *>; 190 const comments::CommandTraits *Traits) in JSONNodeDumper() 201 void Visit(const comments::Comment *C, const comments::FullComment *FC); 338 void visitTextComment(const comments::TextComment *C, 339 const comments::FullComment *); 340 void visitInlineCommandComment(const comments::InlineCommandComment *C, [all …]
|
| H A D | TextNodeDumper.h | 129 public comments::ConstCommentVisitor<TextNodeDumper, void, 130 const comments::FullComment *>, 154 const comments::CommandTraits *Traits = nullptr; 169 void Visit(const comments::Comment *C, const comments::FullComment *FC); 208 void visitTextComment(const comments::TextComment *C, 209 const comments::FullComment *); 210 void visitInlineCommandComment(const comments::InlineCommandComment *C, 211 const comments::FullComment *); 212 void visitHTMLStartTagComment(const comments::HTMLStartTagComment *C, 213 const comments::FullComment *); [all …]
|
| H A D | ASTNodeTraverser.h | 64 public comments::ConstCommentVisitor<Derived, void, 65 const comments::FullComment *>, 102 if (const comments::FullComment *Comment = in Visit() 259 void Visit(const comments::Comment *C, const comments::FullComment *FC) { in Visit() 265 comments::ConstCommentVisitor<Derived, void, in Visit() 266 const comments::FullComment *>::visit(C, in Visit() 268 for (comments::Comment::child_iterator I = C->child_begin(), in Visit()
|
| H A D | RawCommentList.h | 28 namespace comments { 158 comments::FullComment *parse(const ASTContext &Context,
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXComment.h | 24 namespace comments { 30 static inline CXComment createCXComment(const comments::Comment *C, in createCXComment() 38 static inline const comments::Comment *getASTNode(CXComment CXC) { in getASTNode() 39 return static_cast<const comments::Comment *>(CXC.ASTNode); in getASTNode() 44 const comments::Comment *C = getASTNode(CXC); in getASTNodeAs() 55 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) { in getCommandTraits()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Index/ |
| H A D | CommentToXML.h | 17 namespace comments { 28 void convertCommentToHTML(const comments::FullComment *FC, 32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC, 36 void convertCommentToXML(const comments::FullComment *FC,
|
| /openbsd-src/usr.sbin/rpki-client/ |
| H A D | tak.c | 51 STACK_OF(ASN1_UTF8STRING) *comments; 64 ASN1_SEQUENCE_OF(TAKey, comments, ASN1_UTF8STRING), 97 res->num_comments = sk_ASN1_UTF8STRING_num(takey->comments); in parse_takey() 99 res->comments = calloc(res->num_comments, sizeof(char *)); in parse_takey() 100 if (res->comments == NULL) in parse_takey() 104 comment = sk_ASN1_UTF8STRING_value(takey->comments, i); in parse_takey() 105 res->comments[i] = strndup(comment->data, in parse_takey() 107 if (res->comments[i] == NULL) in parse_takey() 284 free(t->comments[i]); in takey_free() 289 free(t->comments); in takey_free() [all...] |
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 188 comments::Lexer L(Allocator, Context.getDiagnostics(), in extractBriefText() 192 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText() 204 comments::FullComment *RawComment::parse(const ASTContext &Context, in parse() 210 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse() 214 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), in parse() 219 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), in parse() 388 comments::CommandTraits EmptyTraits(Allocator, DefOpts); in getFormattedLines() 389 comments::Lexer L(Allocator, Diags, EmptyTraits, getSourceRange().getBegin(), in getFormattedLines() 414 comments::Token Tok; in getFormattedLines() 418 if (Tok.is(comments::tok::eof)) in getFormattedLines() [all …]
|
| H A D | JSONNodeDumper.cpp | 133 void JSONNodeDumper::Visit(const comments::Comment *C, in Visit() 134 const comments::FullComment *FC) { in Visit() 1600 if (const comments::CommandInfo *Info = in getCommentCommandName() 1601 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName() 1606 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment() 1607 const comments::FullComment *) { in visitTextComment() 1612 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 1616 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment() 1619 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment() 1622 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment() [all …]
|
| H A D | TextNodeDumper.cpp | 70 void TextNodeDumper::Visit(const comments::Comment *C, in Visit() 71 const comments::FullComment *FC) { in Visit() 86 const comments::FullComment *>::visit(C, FC); in Visit() 749 const comments::CommandInfo *Info = in getCommandName() 750 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName() 763 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment() 764 const comments::FullComment *) { in visitTextComment() 769 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 772 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment() 775 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/qnx/ |
| H A D | cpp | 10 typeset lines=l comments="" redir="" 14 -C) comments=c; shift; continue;; 22 cc -c -Wc,-p$lines$comments -Wc,-pw=0 $* $redir |
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
| H A D | comment.tml | 4 === Properly ignore comments 47 # Repeat, with otherwise illegal characters in the comments 48 === Properly ignore comments (with otherwise illegal characters) 102 # Empty comments
|
| /openbsd-src/usr.bin/dig/lib/isc/ |
| H A D | lex.c | 52 unsigned int comments; member 100 lex->comments = 0; in isc_lex_create() 134 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments) { in isc_lex_setcomments() argument 139 lex->comments = comments; in isc_lex_setcomments() 383 (lex->comments & in isc_lex_gettoken() 391 ((lex->comments & ISC_LEXCOMMENT_SHELL) in isc_lex_gettoken() 468 (lex->comments & ISC_LEXCOMMENT_C) != 0) { in isc_lex_gettoken() 472 (lex->comments & ISC_LEXCOMMENT_CPLUSPLUS) != 0) { in isc_lex_gettoken()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-ppoutput.c | 343 const cpp_token **comments) in cb_include() argument 351 if (comments != NULL) in cb_include() 353 while (*comments != NULL) in cb_include() 355 if ((*comments)->flags & PREV_WHITE) in cb_include() 357 cpp_output_token (*comments, print.outf); in cb_include() 358 ++comments; in cb_include()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ |
| H A D | Session.pm | 93 my $comments = $formatter->comments; 150 || ( $comments && $result->is_comment )
|
| /openbsd-src/gnu/llvm/llvm/utils/vscode/llvm/ |
| H A D | language-configuration-tablegen.json | 3 …bol used for single line comment. Remove this entry if your language does not support line comments 5 …r start and end a block comment. Remove this entry if your language does not support block comments
|
| /openbsd-src/regress/usr.bin/m4/ |
| H A D | Makefile | 14 test-gnupatterns2 test-comments test-synch1 test-synch1bis \ 66 test-comments: 67 ${M4} ${.CURDIR}/comments.m4 | diff - ${.CURDIR}/comments.out
|
| /openbsd-src/regress/usr.sbin/httpd/patterns/ |
| H A D | Makefile | 21 while IFS=' ' read string pattern comments ; do \ 27 while IFS=' ' read string pattern comments ; do \
|
| /openbsd-src/usr.bin/dig/ |
| H A D | dig.c | 140 " +[no]cmd +[no]comments +[no]cookie[=value] +[no]crypto +[no]dnssec\n" in print_usage() 373 if (query->lookup->comments) in printmessage() 415 query->lookup->comments ? "comments" : "nocomments", in printmessage() 426 if (!query->lookup->comments) in printmessage() 432 if (query->lookup->comments && !short_form) { in printmessage() 498 if (query->lookup->comments && headers && !short_form) { in printmessage() 587 if (headers && query->lookup->comments && !short_form) in printmessage() 708 lookup->comments = state; in plus_option() 767 case 'o': /* comments */ in plus_option() [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
| H A D | yaml_org.tml | 28 comments: > 63 comments => <<'END_TEXT',
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | file.t | 40 # Make sure verbosity 1 overrides failures and comments. 44 comments => 1, 51 my $harness_comments = TAP::Harness->new( { comments => 1 } ); 54 comments => 1 404 # only show comments 408 'Run tests with comments'; 433 # only show comments and failures 438 'Run tests with failures and comments';
|
| /openbsd-src/usr.sbin/unbound/validator/ |
| H A D | val_anchor.c | 531 readkeyword_bindfile(FILE* in, sldns_buffer* buf, int* line, int comments) in readkeyword_bindfile() argument 536 if(comments && c == '#') { /* # blabla */ in readkeyword_bindfile() 540 } else if(comments && c=='/' && numdone>0 && /* /_/ bla*/ in readkeyword_bindfile() 548 } else if(comments && c=='*' && numdone>0 && /* /_* bla *_/ */ in readkeyword_bindfile() 646 int comments = 1; in process_bind_contents() local 650 while((rdlen=readkeyword_bindfile(in, buf, line, comments))) { in process_bind_contents() 660 comments = 0; in process_bind_contents() 670 comments = 1; in process_bind_contents() 672 comments = !comments; in process_bind_contents() 697 comments = 1; in process_bind_contents()
|
| /openbsd-src/sbin/unwind/libunbound/validator/ |
| H A D | val_anchor.c | 531 readkeyword_bindfile(FILE* in, sldns_buffer* buf, int* line, int comments) in readkeyword_bindfile() argument 536 if(comments && c == '#') { /* # blabla */ in readkeyword_bindfile() 540 } else if(comments && c=='/' && numdone>0 && /* /_/ bla*/ in readkeyword_bindfile() 548 } else if(comments && c=='*' && numdone>0 && /* /_* bla *_/ */ in readkeyword_bindfile() 646 int comments = 1; in process_bind_contents() local 650 while((rdlen=readkeyword_bindfile(in, buf, line, comments))) { in process_bind_contents() 660 comments = 0; in process_bind_contents() 670 comments = 1; in process_bind_contents() 672 comments = !comments; in process_bind_contents() 697 comments = 1; in process_bind_contents()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | authfd.c | 307 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) { in ssh_fetch_identitylist() 313 &(idl->comments[i]))) != 0) { in ssh_fetch_identitylist() 344 if (idl->comments != NULL) in ssh_free_identitylist() 345 free(idl->comments[i]); in ssh_free_identitylist() 348 free(idl->comments); in ssh_free_identitylist()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | t-sol2 | 7 # Apparently Sun believes that assembler files don't need comments, because no 9 # the comments with sed. This bug may only be in the Early Access releases.
|