| /openbsd-src/regress/usr.bin/m4/ |
| H A D | comments.out | 3 >> this is a COMMENT 4 'XXX' this is a COMMENT 5 'XXX' this is a COMMENT q COMMENT too 8 # this is a COMMENT 10 'XXX' this is a COMMENT 11 'XXX' this is a COMMENT q COMMENT too 14 # this is a COMMENT 15 >> this is a COMMENT 16 'XXX' this is a COMMENT 17 'XXX' this is a COMMENT q COMMENT too [all …]
|
| H A D | quotes.gnu.out | 6 # this is a COMMENT 8 # this is a COMMENT
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CommentVisitor.h | 33 #define ABSTRACT_COMMENT(COMMENT) in visit() argument 34 #define COMMENT(CLASS, PARENT) \ in visit() macro 38 #undef COMMENT in visit() 44 #define ABSTRACT_COMMENT(COMMENT) COMMENT argument 45 #define COMMENT(CLASS, PARENT) \ macro 49 #undef COMMENT
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Comment.cpp | 23 #define ABSTRACT_COMMENT(COMMENT) argument 24 #define COMMENT(CLASS, PARENT) \ macro 28 #undef COMMENT 38 #define ABSTRACT_COMMENT(COMMENT) in getCommentKindName() argument 39 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() macro 43 #undef COMMENT in getCommentKindName() 69 #define ABSTRACT_COMMENT(COMMENT) in CheckCommentASTNodes() argument 70 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() macro 74 #undef COMMENT in CheckCommentASTNodes() 85 #define ABSTRACT_COMMENT(COMMENT) in child_begin() argument [all …]
|
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | CMakeLists.txt | 4 COMMENT "Generate tests checking for mandated transitive includes in public headers.") 8 COMMENT "Generate tests for including public headers.") 12 COMMENT "Generate the <version> header and tests for feature test macros.") 19 COMMENT "Generate the extended grapheme cluster header.") 26 COMMENT "Generate the extended grapheme cluster header.") 33 COMMENT "Generate the escaped output header") 39 COMMENT "Generate the mapping file for include-what-you-use") 49 COMMENT "Create all the auto-generated files in libc++ and its tests.")
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aicasm_scan.l | 80 %x COMMENT 92 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable 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-src/gnu/llvm/clang/utils/perf-training/ |
| H A D | CMakeLists.txt | 19 COMMENT "Clearing old profraw data") 30 COMMENT "Merging profdata" 51 COMMENT "Clearing old dtrace data") 59 COMMENT "Generating order file"
|
| /openbsd-src/lib/libcrypto/conf/ |
| H A D | keysets.pl | 12 $COMMENT=0x80; 29 $v|=$COMMENT if ($c =~ /\#/); 125 #define CONF_COMMENT $COMMENT
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/blank/ |
| H A D | comment.out_ascii | 1 BLANK-COMMENT(1) General Commands Manual BLANK-COMMENT(1)
|
| H A D | comment.out_markdown | 1 BLANK-COMMENT(1) - General Commands Manual
|
| /openbsd-src/regress/usr.bin/mandoc/roff/esc/ |
| H A D | comment.out_ascii | 1 ROFF-ESC-COMMENT(1) General Commands Manual ROFF-ESC-COMMENT(1)
|
| /openbsd-src/gnu/llvm/lldb/cmake/modules/ |
| H A D | LLDBFramework.cmake | 67 COMMENT "LLDB.framework: create Headers symlink" 89 COMMENT "LLDB.framework: collect framework header") 104 COMMENT "LLDB.framework: copy framework headers" 123 COMMENT "LLDB.framework: copy clang vendor-specific headers"
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | CMakeLists.txt | 167 COMMENT "Checking TSan Go runtime..." 184 COMMENT "Checking TSan Go runtime..." 198 COMMENT "Checking TSan Go runtime..." 212 COMMENT "Checking TSan Go runtime..." 234 COMMENT "Checking TSan Go runtime..."
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | AddOCaml.cmake | 129 COMMENT "Copying ${source} to build area") 139 COMMENT "Building OCaml stub object file ${basename}${CMAKE_C_OUTPUT_EXTENSION}" 161 COMMENT "Building OCaml library ${name}" 172 COMMENT "Building OCaml documentation for ${name}" 222 COMMENT "Copying OCaml library component ${filename} to intermediate area"
|
| H A D | CrossCompile.cmake | 44 COMMENT "Creating ${${project_name}_${target_name}_BUILD}...") 93 COMMENT "Configuring ${target_name} ${project_name}...") 121 COMMENT "Building native ${target}..."
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | CMakeLists.txt | 15 COMMENT "Building LLDB Lua wrapper") 32 COMMENT "LLDB Lua API")
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | CMakeLists.txt | 14 COMMENT "Generating LLDB C++ API reference with Doxygen" VERBATIM 29 COMMENT "Copying lldb.py to pretend its a Python package.")
|
| /openbsd-src/usr.bin/lex/ |
| H A D | scan.l | 104 %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-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | results.t | 15 use constant COMMENT => 'TAP::Parser::Result::Comment'; constant 103 { class => COMMENT,
|
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | CMakeLists.txt | 19 COMMENT "Building LLDB Python wrapper") 61 COMMENT "Python script sym-linking LLDB Python API") 193 COMMENT "Copying Python DLL to LLDB binaries directory.")
|
| /openbsd-src/gnu/llvm/libcxx/lib/abi/ |
| H A D | CMakeLists.txt | 67 COMMENT "Testing libc++'s exported symbols against the ABI list") 77 COMMENT "Generating the ABI list file for configuration ${abi_list_identifier}")
|
| /openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/ |
| H A D | SanitizerUtils.cmake | 40 COMMENT "Generating exported symbols for ${target_name}" 89 COMMENT "Generating version list for ${name}"
|
| /openbsd-src/gnu/llvm/llvm/utils/llvm-locstats/ |
| H A D | CMakeLists.txt | 7 COMMENT "Copying llvm-locstats into ${LLVM_TOOLS_BINARY_DIR}"
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | CMakeLists.txt | 57 COMMENT Generate ASTNodeAPI.json 78 COMMENT Generate NodeIntrospection.inc
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/ |
| H A D | CMakeLists.txt | 23 COMMENT "Running the LLDB target fuzzer..."
|