| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderAnalysis.cpp | 19 bool isIf(llvm::StringRef Line) { in isIf() 28 bool isErrorAboutInclude(llvm::StringRef Line) { in isErrorAboutInclude() 41 llvm::StringRef Line; in isDontIncludeMeHeader() local 52 bool isImportLine(llvm::StringRef Line) { in isImportLine() 86 llvm::StringRef Line; in codeContainsImports() local
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.cpp | 132 std::optional<Record::Kind> Record::classify(llvm::StringRef Line) { in classify() 175 std::optional<ModuleRecord> ModuleRecord::parse(llvm::StringRef Line) { in parse() 204 std::optional<InfoRecord> InfoRecord::parse(llvm::StringRef Line) { in parse() 230 static std::optional<T> parseNumberName(llvm::StringRef Line, Token TokenType) { in parseNumberName() 248 std::optional<FileRecord> FileRecord::parse(llvm::StringRef Line) { in parse() 259 InlineOriginRecord::parse(llvm::StringRef Line) { in parse() 269 static bool parsePublicOrFunc(llvm::StringRef Line, bool &Multiple, in parsePublicOrFunc() 307 std::optional<FuncRecord> FuncRecord::parse(llvm::StringRef Line) { in parse() 329 std::optional<InlineRecord> InlineRecord::parse(llvm::StringRef Line) { in parse() 381 std::optional<LineRecord> LineRecord::parse(llvm::StringRef Line) { in parse() [all …]
|
| /src/sys/contrib/dev/acpica/components/utilities/ |
| H A D | uttrack.c | 252 UINT32 Line) in AcpiUtAllocateAndTrack() 321 UINT32 Line) in AcpiUtAllocateZeroedAndTrack() 390 UINT32 Line) in AcpiUtFreeAndTrack() 518 UINT32 Line) in AcpiUtTrackAllocation() 619 UINT32 Line) in AcpiUtRemoveAllocation()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Markup.cpp | 38 void MarkupParser::parseLine(StringRef Line) { in parseLine() 114 std::optional<MarkupNode> MarkupParser::parseElement(StringRef Line) { in parseElement() 172 std::optional<StringRef> MarkupParser::parseMultiLineBegin(StringRef Line) { in parseMultiLineBegin() 197 std::optional<StringRef> MarkupParser::parseMultiLineEnd(StringRef Line) { in parseMultiLineEnd()
|
| /src/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 23 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock() 59 void nextLine(const AnnotatedLine &Line) { in nextLine() 97 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine() 114 int getIndentOffset(const AnnotatedLine &Line) { in getIndentOffset() 187 const AnnotatedLine *Line, in getMatchingNamespaceToken() 198 StringRef getNamespaceTokenText(const AnnotatedLine *Line) { in getNamespaceTokenText() 204 const AnnotatedLine *Line, in getMatchingNamespaceTokenText() 334 const AnnotatedLine *Line = nullptr; in tryFitMultipleLinesInOne() local 635 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local 680 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local [all …]
|
| H A D | MacroCallReconstructor.cpp | 32 void forEachToken(const UnwrappedLine &Line, const T &Call, in forEachToken() 52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine() 507 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine() 524 auto Line = createUnwrappedLine(**Child, Level); in createUnwrappedLine() local 549 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug() 578 MacroCallReconstructor::ReconstructedLine *Line, in MacroCallState()
|
| H A D | UnwrappedLineParser.cpp | 38 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() 67 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line) { in printDebugInfo() 73 ScopedDeclarationState(UnwrappedLine &Line, llvm::BitVector &Stack, in ScopedDeclarationState() 88 UnwrappedLine &Line; member in clang::format::__anon49c1c4920111::ScopedDeclarationState 94 std::ostream &operator<<(std::ostream &Stream, const UnwrappedLine &Line) { in operator <<() 220 for (auto &Line : Lines) in parse() local 234 for (const auto &Line : Lines) { in parse() local 252 for (const UnwrappedLine &Line : Lines) { in parse() local 710 AnnotatedLine Line(ParsedLine); in mightFitOnOneLine() local 923 static bool isGoogScope(const UnwrappedLine &Line) { in isGoogScope() [all …]
|
| H A D | TokenAnnotator.cpp | 43 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement() 125 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() 3108 AnnotatedLine &Line; member in clang::format::__anona3a667de0111::AnnotatingParser 3134 AnnotatedLine &Line) in ExpressionParser() 3524 const AnnotatedLine &Line; member in clang::format::__anona3a667de0111::ExpressionParser 3562 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth() 3571 static FormatToken *getFunctionName(const AnnotatedLine &Line, in getFunctionName() 3646 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate() 3693 const AnnotatedLine &Line, in isFunctionDeclarationName() 4123 AnnotatedLine &Line, FormatToken *CurrentToken, unsigned Depth) const { in calculateInitializerColumnList() [all …]
|
| H A D | AffectedRangeManager.cpp | 29 AnnotatedLine *Line = *I; in computeAffectedLines() local 102 AnnotatedLine *Line, const AnnotatedLine *PreviousLine, in nonPPLineAffected()
|
| H A D | FormatTokenSource.h | 193 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState() 258 UnwrappedLine &Line; variable
|
| H A D | DefinitionBlockSeparator.cpp | 46 bool ExcludeEnum = false) { in separateBlocks() 107 const auto &Line = Lines[LineIndex]; in separateBlocks() local
|
| /src/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Distro.cpp | 36 for (StringRef Line : Lines) in DetectOsRelease() local 61 for (StringRef Line : Lines) in DetectLsbRelease() local 185 for (const StringRef &Line : Lines) { in DetectDistro() local
|
| /src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 57 unsigned Line; member 73 unsigned Line; member 88 unsigned Line; member 188 StringRef Line; member
|
| H A D | SourceCoverageView.cpp | 177 void SourceCoverageView::addBranch(unsigned Line, in addBranch() 182 void SourceCoverageView::addMCDCRecord(unsigned Line, in addMCDCRecord() 188 StringRef FunctionName, unsigned Line, in addInstantiation()
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SymbolRemappingReader.h | 72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError() 90 int64_t Line; variable
|
| /src/sys/contrib/dev/acpica/compiler/ |
| H A D | prexpress.c | 216 char *Line) in PrExpandMacros() 371 char *Line, in PrResolveIntegerExpression()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineDebugify.cpp | 76 unsigned Line = DVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() local 89 unsigned Line = DVR.getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() local 125 unsigned Line = MI.getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() local
|
| /src/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_powerpc64.cpp | 37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache() local 41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache() local
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | Line.h | 97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() function 102 Line(int32_t CodeOffset, LineInfo LineInf, ColumnInfo ColumnInf) in Line() function
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeLineNumber.h | 43 const codeview::LineInfo Line; variable
|
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 118 void InclusionRewriter::WriteLineInfo(StringRef Filename, int Line, in WriteLineInfo() 268 StringRef LocalEOL, int &Line, in OutputContentUpTo() 338 unsigned &NextToWrite, int &Line, in CommentOutDirective() 409 int Line = 1; // The current input file line number. in Process() local
|
| /src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_value.h | 46 u32 Line; variable 51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSort.h | 25 Line, // Sort by line. enumerator
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 81 void DebugLinesSubsection::addLineInfo(uint32_t Offset, const LineInfo &Line) { in addLineInfo() 90 const LineInfo &Line, in addLineAndColumnInfo()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | LineEntry.h | 25 uint32_t Line; ///< Source line number. member
|