Home
last modified time | relevance | path

Searched defs:Comment (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h40 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
44 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
48 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
59 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
62 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
65 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
/external/chromium_org/ui/gfx/codec/
Dpng_codec.h48 struct GFX_EXPORT Comment { struct
52 std::string key;
53 std::string text;
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp15 struct Comment { struct
16 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment() argument
19 std::string Message;
20 unsigned Line, Col;
/external/chromium_org/third_party/markdown/
Dserializers.py78 Comment = util.etree.test_comment variable
80 Comment = util.etree.Comment variable
/external/chromium_org/third_party/WebKit/Source/core/dom/
DComment.cpp29 inline Comment::Comment(Document& document, const String& text) in Comment() function in blink::Comment
/external/clang/lib/AST/
DRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
62 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
DCommentSema.cpp98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine()
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine()
168 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DCSSPreloadScanner.h53 Comment, enumerator
DHTMLToken.h71 Comment, enumerator
/external/chromium_org/v8/src/
Dmacro-assembler.h169 Comment(MacroAssembler*, const char*) {} in Comment() function
Dcodegen.cc82 Comment::Comment(MacroAssembler* masm, const char* msg) in Comment() function in v8::internal::Comment
Dlithium-codegen.cc132 void LCodeGenBase::Comment(const char* format, ...) { in Comment() function in v8::internal::LCodeGenBase
/external/chromium_org/tools/json_schema_compiler/
Dcode.py88 def Comment(self, comment, comment_prefix='// '): member in Code
/external/markdown/markdown/
Dhtml4.py43 Comment = markdown.etree.Comment variable
/external/chromium_org/tools/imagediff/
Dimage_diff_png.cc39 struct Comment { struct
40 std::string key;
41 std::string text;
/external/doclava/src/com/google/doclava/
DComment.java23 public class Comment { class
43 public Comment(String text, ContainerInfo base, SourcePositionInfo sp) { in Comment() method in Comment
/external/chromium_org/third_party/boringssl/src/util/
Ddoc.go63 Comment []string member
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp136 std::string Comment(DisasmLineMaxLen - DisasmLines[i].size(), ' '); in runOnMachineFunction() local
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp526 SourceRange Comment) { in HandleComment()
605 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts); in findDirectives() local
/external/jhead/
Djpgfile.c50 char Comment[MAX_COMMENT_SIZE+1]; in process_COM() local
/external/clang/test/Misc/
Dast-dump-decl.cpp489 namespace Comment { namespace
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp394 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
/external/llvm/lib/MC/
DMCELFStreamer.cpp300 const MCSection *Comment = getAssembler().getContext().getELFSection( in EmitIdent() local
/external/clang/lib/Lex/
DPreprocessor.cpp808 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()
/external/chromium_org/ppapi/generators/
Didl_c_proto.py43 def Comment(node, prefix=None, tabs=0): function

12