Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h44 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
48 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
52 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
64 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
67 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
70 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
91 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
96 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
108 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
H A DWinException.cpp576 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable()
642 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange()
717 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table()
993 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
H A DDwarfExpression.h112 const char *Comment; member
H A DDwarfExpression.cpp42 void DwarfExpression::addReg(int DwarfReg, const char *Comment) { in addReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp89 const FormatToken *Comment = RBraceTok->Next; in validEndComment() local
159 const FormatToken *Comment = RBraceTok->Next; in updateEndComment() local
/netbsd-src/external/bsd/pkg_install/dist/create/
H A Dmain.c33 char *Comment = NULL; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
63 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h236 void emitComment(const Twine &Comment) { in emitComment()
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasremove.c154 char *Comment; in AsRemoveConditionalCompile() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp77 StringRef Comment(CommentText); in HandleComment() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp386 const Twine &Comment) { in add()
395 void Attributes::addComment(const Twine &Comment) { in addComment()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.h142 Comment, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1792 std::string Comment; in getShuffleComment() local
2165 std::string Comment; in addConstantComments() local
2244 std::string Comment; in addConstantComments() local
2353 std::string Comment; in addConstantComments() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp345 if (const RawComment *Comment = in getAssociatedRange() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp315 std::string Comment = "error: "; in printErrorContext() local
786 void OStream::comment(llvm::StringRef Comment) { in comment()
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcssyn.c196 struct cbuf Comment; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp325 StringRef Comment = in findTestSelectionRanges() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp765 SourceRange Comment) { in HandleComment()
844 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts); in findDirectives() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmMacro.h39 Comment, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp667 StringRef Comment; member in TextFileHandler
751 TextFileHandler(StringRef Comment) in TextFileHandler()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp478 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dsspi.d170 SEC_WCHAR* Comment; member
179 SEC_CHAR* Comment; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCELFStreamer.cpp380 MCSection *Comment = getAssembler().getContext().getELFSection( in emitIdent() local

12