Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h42 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
46 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
50 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
61 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
64 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
67 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
82 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
86 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
91 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
DDwarfExpression.cpp25 void DwarfExpression::AddReg(int DwarfReg, const char *Comment) { in AddReg()
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp15 struct Comment { struct
16 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment() function
19 std::string Message;
20 unsigned Line, Col;
/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/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/markdown/markdown/
Dhtml4.py43 Comment = markdown.etree.Comment variable
/external/pdfium/samples/
Dimage_diff_png.cc41 struct Comment { struct
42 std::string key;
43 std::string text;
/external/doclava/src/com/google/doclava/
DComment.java26 public class Comment { class
46 public Comment(String text, ContainerInfo base, SourcePositionInfo sp) { in Comment() method in Comment
/external/boringssl/src/util/
Ddoc.go63 Comment []string member
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp940 std::string Comment; in getShuffleComment() local
1221 std::string Comment; in EmitInstruction() local
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp165 std::string Comment(DisasmLineMaxLen - DisasmLines[i].size(), ' '); in runOnMachineFunction() local
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp523 SourceRange Comment) { in HandleComment()
602 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.cpp493 namespace Comment { namespace
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp391 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
/external/clang/lib/Lex/
DPreprocessor.cpp834 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()
/external/llvm/lib/MC/
DMCELFStreamer.cpp360 const MCSection *Comment = getAssembler().getContext().getELFSection( in EmitIdent() local
/external/clang/lib/Format/
DBreakableToken.cpp185 static StringRef getLineCommentIndentPrefix(StringRef Comment) { in getLineCommentIndentPrefix()
/external/giflib/
Degif_lib.c497 EGifPutComment(GifFileType *GifFile, const char *Comment) in EGifPutComment()
/external/clang/include/clang/AST/
DComment.h62 friend class Comment; variable
197 Comment(CommentKind K, in Comment() function
/external/aac/libMpegTPDec/include/
Dtp_data.h167 UCHAR Comment[PC_COMMENTLENGTH]; member
/external/aac/libMpegTPEnc/include/
Dtp_data.h167 UCHAR Comment[PC_COMMENTLENGTH]; member

12