| /src/tests/usr.bin/indent/ |
| opt_bl_br.c | 132 * Test multiple mixed comments after 'if (expr)'. 182 comments(void) function 208 comments(void) function 241 comments(void) function
|
| opt_bad.c | 92 comments(void) function 103 comments(void) function
|
| /src/external/apache2/llvm/dist/clang/include/clang/Index/ |
| CommentToXML.h | 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===// 17 namespace comments { namespace in namespace:clang 28 void convertCommentToHTML(const comments::FullComment *FC, 32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC, 36 void convertCommentToXML(const comments::FullComment *FC,
|
| /src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| gen-uninames | 6 (defparameter add-comments nil) 247 (when add-comments 263 (when add-comments 277 (when add-comments
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| CommentBriefParser.h | 20 namespace comments { namespace in namespace:clang 50 } // end namespace comments
|
| CommentParser.h | 25 namespace comments { namespace in namespace:clang 118 } // end namespace comments
|
| CommentSema.h | 9 // This file defines the semantic analysis class for Doxygen comments. 29 namespace comments { namespace in namespace:clang 256 } // end namespace comments
|
| CommentVisitor.h | 17 namespace comments { namespace in namespace:clang 66 } // namespace comments
|
| RawCommentList.h | 1 //===--- RawCommentList.h - Classes for processing raw comments -*- C++ -*-===// 28 namespace comments { namespace in namespace:clang 30 } // end namespace comments 36 RCK_OrdinaryBCPL, ///< Any normal BCPL comments 42 RCK_Merged ///< Two or more documentation comments merged together 122 /// /* The comments styles might be mixed. */ 126 /// "The comments styles might be mixed." 143 comments::FullComment *parse(const ASTContext &Context, 178 /// This class represents all comments included in the translation unit, 188 /// comment itself, or nullptr in case there are no comments in \p File [all...] |
| CommentCommandTraits.h | 26 namespace comments { namespace in namespace:clang 126 /// in comments. 184 } // end namespace comments
|
| CommentLexer.h | 1 //===--- CommentLexer.h - Lexer for structured comments ---------*- C++ -*-===// 9 // This file defines lexer for structured comments and supporting token class. 24 namespace comments { namespace in namespace:clang 238 /// One past end pointer for the current comment. For BCPL comments points 239 /// to newline or BufferEnd, for C comments points to star in '*/'. 359 } // end namespace comments
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| CommentBriefParser.cpp | 13 namespace comments { namespace in namespace:clang 150 } // end namespace comments
|
| CommentCommandTraits.cpp | 14 namespace comments { namespace in namespace:clang 137 } // end namespace comments
|
| Comment.cpp | 19 namespace comments { namespace in namespace:clang 392 } // end namespace comments
|
| CommentLexer.cpp | 19 namespace comments { namespace in namespace:clang 22 llvm::errs() << "comments::Token Kind=" << Kind << " "; 91 // This function should be called only for C comments 238 /// Return the one past end pointer for BCPL comments. 264 /// Return the one past end pointer for C comments. 357 // exact syntax in AST for comments. 767 // merged this non-Doxygen comment into a bunch of Doxygen comments 774 // Skip less-than symbol that marks trailing comments. 794 // Skip less-than symbol that marks trailing comments. 808 // Consecutive comments are extracted only if there is only whitespac [all...] |
| CommentParser.cpp | 27 namespace comments { namespace in namespace:clang 779 } // end namespace comments
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CXComment.h | 24 namespace comments { namespace in namespace:clang 30 static inline CXComment createCXComment(const comments::Comment *C, 38 static inline const comments::Comment *getASTNode(CXComment CXC) { 39 return static_cast<const comments::Comment *>(CXC.ASTNode); 44 const comments::Comment *C = getASTNode(CXC); 55 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| mcparse.y | 62 %type<ustr> alias_name token lines comments 75 | comments 297 comments: MCCOMMENT { $$ = $1; } label 298 | comments MCCOMMENT
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| mcparse.y | 62 %type<ustr> alias_name token lines comments 75 | comments 297 comments: MCCOMMENT { $$ = $1; } label 298 | comments MCCOMMENT
|
| /src/external/bsd/zstd/dist/contrib/gen_html/ |
| gen_html.cpp | 29 /* trim C++ style comments */ 64 /* print line with ZSTDLIB_API removed and C++ comments not bold */ 84 vector<string> input, lines, comments, chapters; local 128 /* comments of type /**< and /*!< are detected and only function declaration is highlighted (bold) */ 151 comments = get_lines(input, linenum, "*/"); 152 if (!comments.empty()) comments[0] = line.substr(spos+3); 153 if (!comments.empty()) comments[comments.size()-1] = comments[comments.size()-1].substr(0, comments[comments.size()-1].find("*/")) 184 sout << "<h3>" << comments[0] << "<\/h3><pre>"; local 198 sout << "<a name=\\"Chapter" << chapter << "\\"><\/a><h2>" << comments[0] << "<\/h2><pre>"; local [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| options.c | 724 struct comments * 727 static struct comments comments; local 730 TAILQ_INIT(&comments); 739 TAILQ_INSERT_TAIL(&comments, comment); 744 TAILQ_INSERT_TAIL(&comments, comment); 746 TAILQ_INSERT_TAIL(&comments, comment); 748 TAILQ_INSERT_TAIL(&comments, comment); 754 TAILQ_INSERT_TAIL(&comments, comment); 756 TAILQ_INSERT_TAIL(&comments, comment) [all...] |
| data.h | 191 /* Comments */ 196 TAILQ_HEAD(comments, comment); 224 struct comments comments; /* associated comments */ member in struct:element
|
| eval.c | 134 struct comments comments; local 162 TAILQ_INIT(&comments); 163 TAILQ_CONCAT(&comments, &expr->comments); 164 TAILQ_CONCAT(&comments, &arg->comments); 165 TAILQ_CONCAT(&comments, &equal->comments); 166 TAILQ_CONCAT(&equal->comments, &comments) [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| authfd.h | 27 char **comments; member in struct:ssh_identitylist
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| lex.c | 58 unsigned int comments; member in struct:isc_lex 102 lex->comments = 0; 148 return (lex->comments); 152 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments) { 159 lex->comments = comments; 477 ((lex->comments & ISC_LEXCOMMENT_DNSMASTERFILE) != 485 (lex->comments & 493 } else if (c == '#' && ((lex->comments & 760 if (c == '*' && (lex->comments & ISC_LEXCOMMENT_C) != 0 [all...] |