HomeSort by relevance Sort by last modified time
    Searched full:comment (Results 276 - 300 of 15352) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 1 //===--- CommentVisitor.h - Visitor for Comment subclasses ------*- C++ -*-===//
13 #include "clang/AST/Comment.h"
29 RetTy visit(PTR(Comment) C) {
34 default: llvm_unreachable("Unknown comment kind!");
35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
40 #undef COMMENT
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 1 //===--- CommentVisitor.h - Visitor for Comment subclasses ------*- C++ -*-===//
13 #include "clang/AST/Comment.h"
29 RetTy visit(PTR(Comment) C) {
34 default: llvm_unreachable("Unknown comment kind!");
35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
40 #undef COMMENT
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 1 //===--- CommentVisitor.h - Visitor for Comment subclasses ------*- C++ -*-===//
13 #include "clang/AST/Comment.h"
29 RetTy visit(PTR(Comment) C) {
34 default: llvm_unreachable("Unknown comment kind!");
35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
40 #undef COMMENT
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 1 //===--- CommentVisitor.h - Visitor for Comment subclasses ------*- C++ -*-===//
13 #include "clang/AST/Comment.h"
29 RetTy visit(PTR(Comment) C) {
34 default: llvm_unreachable("Unknown comment kind!");
35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
40 #undef COMMENT
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 1 //===--- CommentVisitor.h - Visitor for Comment subclasses ------*- C++ -*-===//
13 #include "clang/AST/Comment.h"
29 RetTy visit(PTR(Comment) C) {
34 default: llvm_unreachable("Unknown comment kind!");
35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
40 #undef COMMENT
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 1 //===--- CommentVisitor.h - Visitor for Comment subclasses ------*- C++ -*-===//
13 #include "clang/AST/Comment.h"
29 RetTy visit(PTR(Comment) C) {
34 default: llvm_unreachable("Unknown comment kind!");
35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
40 #undef COMMENT
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 1 //===--- CommentVisitor.h - Visitor for Comment subclasses ------*- C++ -*-===//
13 #include "clang/AST/Comment.h"
29 RetTy visit(PTR(Comment) C) {
34 default: llvm_unreachable("Unknown comment kind!");
35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
40 #undef COMMENT
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 33 virtual void EmitInt8(uint8_t Byte, const Twine &Comment = "") = 0;
34 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
35 virtual void EmitULEB128(uint64_t DWord, const Twine &Comment = "") = 0;
44 void EmitInt8(uint8_t Byte, const Twine &Comment) override {
45 AP.OutStreamer->AddComment(Comment);
48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
49 AP.OutStreamer->AddComment(Comment);
52 void EmitULEB128(uint64_t DWord, const Twine &Comment) override {
53 AP.OutStreamer->AddComment(Comment);
63 void EmitInt8(uint8_t Byte, const Twine &Comment) override
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_code_completion.py 31 "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa.",
32 "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Availability: Available || Brief comment: Bbb.",
33 "{'return', TypedText} || Priority: 40 || Availability: Available || Brief comment: None"
60 "{'const', TypedText} || Priority: 40 || Availability: Available || Brief comment: None",
61 "{'volatile', TypedText} || Priority: 40 || Availability: Available || Brief comment: None",
62 "{'operator', TypedText} || Priority: 40 || Availability: Available || Brief comment: None",
63 "{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None",
64 "{'Q', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None"
70 "{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None",
71 "{'P &', ResultType} | {'operator=', TypedText} | {'(', LeftParen} | {'const P &', Placeholder} | {')', RightParen} || Priority: 34 || Availability: Available || Brief comment: None"
    [all...]
  /external/clang/test/Preprocessor/
c90.c 12 /* CHECK-NOT: this comment should be missing
13 * CHECK: {{^}}// this comment should be present{{$}}
15 // this comment should be present
  /external/doclava/src/com/google/doclava/
AttributeInfo.java 36 private Comment mComment;
45 for (AttrTagInfo comment : attrField.comment().attrTags()) {
46 String n = comment.name();
59 public Comment comment() { method in class:AttributeInfo
61 for (AttrTagInfo attr : attrField.comment().attrTags()) {
62 Comment c = attr.description();
70 return new Comment("", mClass, SourcePositionInfo.UNKNOWN);
89 TagInfo.makeHDF(data, base + ".deprecated", attrField.comment().deprecatedTags())
    [all...]
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML comments.text-out 10 <!-- This is a simple comment -->
12 This is another comment.
15 <!-- one comment block == == with two comments -->
Inline HTML comments.text-res 10 <!-- This is a simple comment -->
12 This is another comment.
15 <!-- one comment block == == with two comments -->
  /prebuilts/go/darwin-x86/src/cmd/gofmt/testdata/
rewrite5.input 14 _ = x + x // this comment remains in the rewrite
15 _ = x /* this comment must not be in the rewrite */ + x
16 return x /* this comment must not be in the rewrite */ + x
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
comments2.golden 5 // This is a package for testing comment placement by go/printer.
9 // Test cases for idempotent comment formatting (was issue 1835).
83 _ = yyyyyyyyyyyyyyyy // comment - should be aligned
84 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx /* comment */
86 _ = yyyyyyyyyyyyyyyy /* comment - should be aligned */
87 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx // comment
90 _ = yyyyyyyyyyyyyyyy // comment - should be aligned
91 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx // comment
95 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx /* comment */
96 _ = yyyyyyyyyyyyyyyy /* comment - should be aligned *
    [all...]
comments2.input 5 // This is a package for testing comment placement by go/printer.
9 // Test cases for idempotent comment formatting (was issue 1835).
83 _ = yyyyyyyyyyyyyyyy // comment - should be aligned
84 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx /* comment */
86 _ = yyyyyyyyyyyyyyyy /* comment - should be aligned */
87 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx // comment
90 _ = yyyyyyyyyyyyyyyy // comment - should be aligned
91 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx // comment
95 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx /* comment */
96 _ = yyyyyyyyyyyyyyyy /* comment - should be aligned *
    [all...]
  /prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
rewrite5.input 14 _ = x + x // this comment remains in the rewrite
15 _ = x /* this comment must not be in the rewrite */ + x
16 return x /* this comment must not be in the rewrite */ + x
  /prebuilts/go/linux-x86/src/go/printer/testdata/
comments2.golden 5 // This is a package for testing comment placement by go/printer.
9 // Test cases for idempotent comment formatting (was issue 1835).
83 _ = yyyyyyyyyyyyyyyy // comment - should be aligned
84 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx /* comment */
86 _ = yyyyyyyyyyyyyyyy /* comment - should be aligned */
87 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx // comment
90 _ = yyyyyyyyyyyyyyyy // comment - should be aligned
91 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx // comment
95 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx /* comment */
96 _ = yyyyyyyyyyyyyyyy /* comment - should be aligned *
    [all...]
comments2.input 5 // This is a package for testing comment placement by go/printer.
9 // Test cases for idempotent comment formatting (was issue 1835).
83 _ = yyyyyyyyyyyyyyyy // comment - should be aligned
84 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx /* comment */
86 _ = yyyyyyyyyyyyyyyy /* comment - should be aligned */
87 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx // comment
90 _ = yyyyyyyyyyyyyyyy // comment - should be aligned
91 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx // comment
95 _ = xxxxxxxxxxxxxxxxxxxxxxxxxxxx /* comment */
96 _ = yyyyyyyyyyyyyyyy /* comment - should be aligned *
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t020fuzzy.output 11 found // comment //System.out.println(tokens);
  /external/clang/test/Frontend/
preprocessed-output-macro-first-token.c 5 #pragma comment(lib, "somelib")
  /external/clang/test/Sema/
warn-documentation-almost-trailing.c 8 int x; //< comment // expected-warning {{not a Doxygen trailing comment}}
9 int y; /*< comment */ // expected-warning {{not a Doxygen trailing comment}}
  /external/jdiff/src/jdiff/
SingleComment.java 7 * Represents a single comment element. Has an identifier and some text.
14 /** The identifier for this comment. */
17 /** The text of this comment. */
20 /** If false, then this comment is inactive. */
  /external/libjpeg-turbo/
wrjpgcom.1 10 .BI \-comment " text"
23 and generates a new JPEG/JFIF file on standard output. A comment block is
26 The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file.
44 .BI \-comment " text"
50 If you have only one line of comment text to add, you can provide it on the
52 .BR \-comment .
53 The comment text must be surrounded with quotes so that it is treated as a
57 .B \-comment
62 will read the comment text from standard input. (In this case an input image
65 indicator (usually control-D) to terminate the comment text entry
    [all...]
  /external/libxml2/result/
intsubset.xml.sax 5 SAX.comment( " )

Completed in 1203 milliseconds

<<11121314151617181920>>