Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
110 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
122 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
H A DWinException.cpp565 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable()
631 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange()
711 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table()
995 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
H A DDwarfExpression.h111 const char *Comment; member
H A DDwarfExpression.cpp42 void DwarfExpression::addReg(int DwarfReg, const char *Comment) { in addReg()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp103 const Twine &Comment) { in mapByteVectorTail()
119 const Twine &Comment) { in mapByteVectorTail()
129 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
151 const Twine &Comment) { in mapEncodedInteger()
176 const Twine &Comment) { in mapEncodedInteger()
191 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
209 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
227 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
255 const Twine &Comment) { in mapStringZVectorZ()
280 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp80 DocComment Comment; in VisitVarDecl() local
140 DocComment Comment; in VisitFunctionDecl() local
185 DocComment Comment; in VisitEnumDecl() local
228 DocComment Comment; in VisitRecordDecl() local
263 DocComment Comment; in VisitObjCInterfaceDecl() local
308 DocComment Comment; in VisitObjCProtocolDecl() local
345 DocComment Comment; in VisitTypedefNameDecl() local
369 DocComment Comment; in VisitObjCCategoryDecl() local
405 DocComment Comment; in recordEnumConstants() local
432 DocComment Comment; in recordStructFields() local
[all …]
H A DAPI.cpp50 const DocComment &Comment, DeclarationFragments Fragments, in addGlobalVar()
60 const DocComment &Comment, DeclarationFragments Fragments, in addGlobalFunction()
72 const DocComment &Comment, in addEnumConstant()
87 const DocComment &Comment, in addEnum()
99 const DocComment &Comment, in addStructField()
114 const DocComment &Comment, in addStruct()
125 AvailabilitySet Availabilities, const DocComment &Comment, in addObjCCategory()
146 const DocComment &Comment, in addObjCInterface()
158 PresumedLoc Loc, AvailabilitySet Availabilities, const DocComment &Comment, in addObjCMethod()
180 PresumedLoc Loc, AvailabilitySet Availabilities, const DocComment &Comment, in addObjCProperty()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp114 StringRef Comment(CommentText); in HandleComment() local
149 StringRef Comment(CommentText); in HandleComment() local
/openbsd-src/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go154 Comment string `json:"comment"` member
180 Comment string `json:"comment"` member
204 Comment string `json:"comment"` member
227 Comment string `json:"comment"` member
249 Comment string `json:"comment"` member
270 Comment string `json:"comment"` global() member
300 Comment string `json:"comment"` global() member
348 Comment string `json:"comment"` global() member
370 Comment string `json:"comment"` global() member
392 Comment string `json:"comment"` global() member
413 Comment string `json:"comment"` global() member
433 Comment string `json:"comment"` global() member
450 Comment string `json:"comment"` global() member
490 Comment string `json:"comment"` global() member
531 Comment string `json:"comment"` global() member
559 Comment string `json:"comment"` global() member
[all...]
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp167 const FormatToken *Comment = RBraceTok->Next; in validEndComment() local
236 const FormatToken *Comment = RBraceTok->Next; in updateEndComment() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp26 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
64 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
H A DCommentSema.cpp98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine()
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine()
170 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp392 const Twine &Comment) { in add()
401 void Attributes::addComment(const Twine &Comment) { in addComment()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h236 void emitComment(const Twine &Comment) { in emitComment()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.h37 Comment, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1899 std::string Comment; in getShuffleComment() local
2272 std::string Comment; in addConstantComments() local
2351 std::string Comment; in addConstantComments() local
2460 std::string Comment; in addConstantComments() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp320 std::string Comment = "error: "; in printErrorContext() local
805 void OStream::comment(llvm::StringRef Comment) { in comment()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h159 Comment, enumerator
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp389 if (const RawComment *Comment = in getAssociatedRange() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp762 SourceRange Comment) { in HandleComment()
841 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts); in findDirectives() local
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp326 StringRef Comment = in findTestSelectionRanges() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmMacro.h39 Comment, enumerator
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp711 StringRef Comment; member in __anon363a5eb30111::TextFileHandler
796 TextFileHandler(StringRef Comment) : Comment(Comment), ReadChars(0) { in TextFileHandler()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp489 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h61 friend class Comment; variable
202 Comment(CommentKind K, in Comment() function

12