Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h43 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
47 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
51 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128()
62 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
65 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
68 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128()
88 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
93 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
105 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128()
DWinException.cpp555 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable()
621 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange()
696 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table()
972 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
DDwarfExpression.h111 const char *Comment; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/third_party/typescript/tests/baselines/reference/
DstaticInstanceResolution.js2 class Comment { class
9 static getDocCommentText(comments: Comment[])
19 function Comment() { class in Comment
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dcomment.js10 var Comment = /*#__PURE__*/function (_Node) { class
12 function Comment(opts) { class in Comment
/third_party/typescript/tests/cases/compiler/
DstaticInstanceResolution.ts2 class Comment { class
/third_party/jsframework/runtime/vdom/
DComment.ts26 class Comment extends Node { class
DNode.ts53 Comment = 8 enumerator
/third_party/rust/crates/rust-cexpr/src/
Dtoken.rs19 Comment, enumerator
/third_party/parse5/packages/parse5-html-rewriting-stream/lib/
Dindex.ts8 type Comment, alias
/third_party/node/deps/v8/src/snapshot/embedded/
Dplatform-embedded-file-writer-mac.cc96 void PlatformEmbeddedFileWriterMac::Comment(const char* string) { in Comment() function in v8::internal::PlatformEmbeddedFileWriterMac
Dplatform-embedded-file-writer-aix.cc88 void PlatformEmbeddedFileWriterAIX::Comment(const char* string) { in Comment() function in v8::internal::PlatformEmbeddedFileWriterAIX
Dplatform-embedded-file-writer-generic.cc101 void PlatformEmbeddedFileWriterGeneric::Comment(const char* string) { in Comment() function in v8::internal::PlatformEmbeddedFileWriterGeneric
Dplatform-embedded-file-writer-win.cc489 void PlatformEmbeddedFileWriterWin::Comment(const char* string) { in Comment() function in v8::internal::PlatformEmbeddedFileWriterWin
663 void PlatformEmbeddedFileWriterWin::Comment(const char* string) { in Comment() function in v8::internal::PlatformEmbeddedFileWriterWin
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.ts262 export interface Comment extends SaxToken { interface
/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp127 UString Comment; member
DUpdateCallback.h165 const UString *Comment; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h235 void emitComment(const Twine &Comment) { in emitComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp278 const Twine &Comment) { in add()
287 void Attributes::addComment(const Twine &Comment) { in addComment()
/third_party/rust/crates/bindgen/bindgen/ir/
Dannotations.rs166 fn parse(&mut self, comment: &clang::Comment, matched: &mut bool) { in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1760 std::string Comment; in getShuffleComment() local
2435 std::string Comment; in EmitInstruction() local
2516 std::string Comment; in EmitInstruction() local
2626 std::string Comment; in EmitInstruction() local
/third_party/gn/src/gn/
Dxcode_object.cc342 std::string PBXObject::Comment() const { in Comment() function in PBXObject
522 std::string PBXFileReference::Comment() const { in Comment() function in PBXFileReference
882 std::string PBXProject::Comment() const { in Comment() function in PBXProject
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs400 pub fn comment(&self) -> Comment { in comment()
1546 pub struct Comment { struct
1547 x: CXComment, argument
1550 impl Comment { impl
1590 fn next(&mut self) -> Option<Comment> { in next()
/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py57 Comment = r'#[^\r\n]*' variable

1234