/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 45 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 D | WinException.cpp | 565 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 D | DwarfExpression.h | 111 const char *Comment; member
|
H A D | DwarfExpression.cpp | 42 void DwarfExpression::addReg(int DwarfReg, const char *Comment) { in addReg()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 103 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 D | ExtractAPIVisitor.cpp | 80 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 D | API.cpp | 50 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 D | CodeRegionGenerator.cpp | 114 StringRef Comment(CommentText); in HandleComment() local 149 StringRef Comment(CommentText); in HandleComment() local
|
/openbsd-src/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof.go | 154 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 D | NamespaceEndCommentsFixer.cpp | 167 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 D | RawCommentList.cpp | 26 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() 64 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
|
H A D | CommentSema.cpp | 98 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 D | ModuleSummaryIndex.cpp | 392 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 D | CodeViewRecordIO.h | 236 void emitComment(const Twine &Comment) { in emitComment()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 37 Comment, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1899 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 D | JSON.cpp | 320 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 D | LinePrinter.h | 159 Comment, enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 389 if (const RawComment *Comment = in getAssociatedRange() local
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 762 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 D | TestSupport.cpp | 326 StringRef Comment = in findTestSelectionRanges() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 39 Comment, enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 711 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 D | CodeCompleteConsumer.cpp | 489 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Comment.h | 61 friend class Comment; variable 202 Comment(CommentKind K, in Comment() function
|