Searched refs:COMMENT (Results 1 - 25 of 33) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DCommentVisitor.h33 #define ABSTRACT_COMMENT(COMMENT)
34 #define COMMENT(CLASS, PARENT) \ macro
38 #undef COMMENT macro
44 #define ABSTRACT_COMMENT(COMMENT) COMMENT
45 #define COMMENT(CLASS, PARENT) \ macro
49 #undef COMMENT macro
H A DComment.h188 #define COMMENT(CLASS, PARENT) CLASS##Kind, macro
193 #define ABSTRACT_COMMENT(COMMENT)
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_scan.l80 %x COMMENT
92 "/*" { BEGIN COMMENT; /* Enter comment eating state */ }
93 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }
94 <COMMENT>\n { ++yylineno; }
95 <COMMENT>[^*/\n]* ;
96 <COMMENT>"*"+[^*/\n]* ;
97 <COMMENT>"/"+[^*/\n]* ;
98 <COMMENT>"*"+"/" { BEGIN INITIAL; }
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DComment.cpp23 #define ABSTRACT_COMMENT(COMMENT)
24 #define COMMENT(CLASS, PARENT) \ macro
28 #undef COMMENT macro
38 #define ABSTRACT_COMMENT(COMMENT)
39 #define COMMENT(CLASS, PARENT) \ macro
43 #undef COMMENT macro
69 #define ABSTRACT_COMMENT(COMMENT)
70 #define COMMENT(CLASS, PARENT) \ macro
74 #undef COMMENT macro
85 #define ABSTRACT_COMMENT(COMMENT)
86 #define COMMENT macro
90 #undef COMMENT macro
100 #define COMMENT macro
104 #undef COMMENT macro
[all...]
/openbsd-current/usr.bin/sed/
H A Ddefs.h101 COMMENT, /* # */ enumerator in enum:e_args
H A Dcompile.c113 {'#', 0, COMMENT},
115 {'\0', 0, COMMENT},
259 case COMMENT: /* \0 # */
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon45
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c807 state->mode = COMMENT;
809 case COMMENT:
/openbsd-current/sys/lib/libz/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon33
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/openbsd-current/lib/libz/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon6
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dresults.t15 use constant COMMENT => 'TAP::Parser::Result::Comment'; constant
103 { class => COMMENT,
H A Dparse.t27 my ( $PARSER, $PLAN, $PRAGMA, $TEST, $COMMENT, $BAILOUT, $UNKNOWN, $YAML, $VERSION ) = qw(
144 isa_ok $comment, $COMMENT;
/openbsd-current/usr.bin/lex/
H A Dscan.l104 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
145 ^"/*" ACTION_ECHO; yy_push_state( COMMENT );
208 <COMMENT>{
218 /* This is the same as COMMENT, but is discarded rather than output. */
882 <ACTION>"/*" ACTION_ECHO; yy_push_state( COMMENT );
948 <COMMENT,COMMENT_DISCARD,ACTION,ACTION_STRING><<EOF>> {
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dgen-table.pl43 $COMMENT = 11;
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h116 #define POPULATE_INDICES(INDEX_NAME, NAME, COMMENT) INDEX_NAME,
/openbsd-current/lib/libcrypto/conf/
H A Dkeysets.pl12 $COMMENT=0x80;
29 $v|=$COMMENT if ($c =~ /\#/);
125 #define CONF_COMMENT $COMMENT
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dxml.h97 BOOKINFO, ABSTRACT, REPLACEABLE, ENVAR, COMMENT, FUNCTION, LEGALNOTICE, enumerator in enum:xml_element
/openbsd-current/gnu/gcc/gcc/treelang/
H A Dlex.l94 NOT_RETURN (COMMENT);
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dlex.l94 NOT_RETURN (COMMENT);
/openbsd-current/sys/lib/libsa/
H A Dcread.c59 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
179 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
/openbsd-current/gnu/usr.bin/perl/t/japh/
H A Dabigail.t157 push @progs => {COMMENT => $1 || '',
165 elsif (/^(COMMENT|CODE|ARGS|SWITCHES|EXPECT|SKIP|SKIP_OS)
211 $program -> {COMMENT});
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp164 VALIDATE_DIAG_SIZE(COMMENT)
237 CATEGORY(COMMENT, AST)
238 CATEGORY(CROSSTU, COMMENT)
/openbsd-current/usr.bin/compress/
H A Dgzopen.c77 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
237 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
/openbsd-current/sbin/unwind/libunbound/util/
H A Dconfigparser.h4 #define COMMENT 260 macro
/openbsd-current/gnu/gcc/libcpp/include/
H A Dcpplib.h133 TK(COMMENT, LITERAL) /* Only if output comments. */ \
160 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */

Completed in 337 milliseconds

12