Home
last modified time | relevance | path

Searched defs:Line (Results 1 – 25 of 193) sorted by relevance

12345678

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp19 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
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp132 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()
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()
416 std::optional<PublicRecord> PublicRecord::parse(llvm::StringRef Line) { in parse()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c252 UINT32 Line) in AcpiUtAllocateAndTrack()
321 UINT32 Line) in AcpiUtAllocateZeroedAndTrack()
390 UINT32 Line) in AcpiUtFreeAndTrack()
518 UINT32 Line) in AcpiUtTrackAllocation()
619 UINT32 Line) in AcpiUtRemoveAllocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp38 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp23 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock()
59 void nextLine(const AnnotatedLine &Line) { in nextLine()
188 const AnnotatedLine *Line, in getMatchingNamespaceToken()
205 const AnnotatedLine *Line, in getMatchingNamespaceTokenText()
335 const AnnotatedLine *Line = nullptr; in tryFitMultipleLinesInOne() local
630 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local
675 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local
719 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local
742 auto IsCtrlStmt = [](const auto &Line) { in tryMergeSimpleBlock()
910 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
[all …]
H A DMacroCallReconstructor.cpp32 void forEachToken(const UnwrappedLine &Line, const T &Call, in forEachToken()
52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine()
505 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine()
527 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug()
556 MacroCallReconstructor::ReconstructedLine *Line, in MacroCallState()
H A DTokenAnnotator.cpp43 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement()
125 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2709 AnnotatedLine &Line; member in clang::format::__anon9257c8bf0111::AnnotatingParser
2731 AnnotatedLine &Line) in ExpressionParser()
3120 const AnnotatedLine &Line; member in clang::format::__anon9257c8bf0111::ExpressionParser
3158 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
3167 static FormatToken *getFunctionName(const AnnotatedLine &Line) { in getFunctionName()
3239 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
3287 const AnnotatedLine &Line, in isFunctionDeclarationName()
4980 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
[all …]
H A DUnwrappedLineParser.cpp87 UnwrappedLine &Line; member in clang::format::__anon0b27da130111::ScopedDeclarationState
209 for (auto &Line : Lines) in parse() local
223 for (const auto &Line : Lines) { in parse() local
241 for (const UnwrappedLine &Line : Lines) { in parse() local
702 AnnotatedLine Line(ParsedLine); in mightFitOnOneLine() local
912 static bool isGoogScope(const UnwrappedLine &Line) { in isGoogScope()
930 static bool isIIFE(const UnwrappedLine &Line, in isIIFE()
1030 size_t Line = CurrentLines->size(); in conditionalCompilationCondition() local
1094 for (auto &Line : Lines) { in parsePPIf() local
1150 for (auto &Line : Lines) { in parsePPDefine() local
[all …]
H A DAffectedRangeManager.cpp29 AnnotatedLine *Line = *I; in computeAffectedLines() local
102 AnnotatedLine *Line, const AnnotatedLine *PreviousLine, in nonPPLineAffected()
H A DFormatTokenSource.h187 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
252 UnwrappedLine &Line; variable
H A DDefinitionBlockSeparator.cpp46 bool ExcludeEnum = false) { in separateBlocks()
107 const auto &Line = Lines[LineIndex]; in separateBlocks() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp36 for (StringRef Line : Lines) in DetectOsRelease() local
61 for (StringRef Line : Lines) in DetectLsbRelease() local
184 for (const StringRef &Line : Lines) { in DetectDistro() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
90 int64_t Line; variable
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h57 unsigned Line; member
74 unsigned Line; member
91 unsigned Line; member
192 StringRef Line; member
H A DSourceCoverageView.cpp177 void SourceCoverageView::addBranch(unsigned Line, in addBranch()
184 unsigned Line, ArrayRef<MCDCRecord> Records, in addMCDCRecord()
190 StringRef FunctionName, unsigned Line, in addInstantiation()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c216 char *Line) in PrExpandMacros()
371 char *Line, in PrResolveIntegerExpression()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp37 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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h43 const codeview::LineInfo Line; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h97 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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h25 Line, // Sort by line. enumerator
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h46 u32 Line; variable
51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp117 void InclusionRewriter::WriteLineInfo(StringRef Filename, int Line, in WriteLineInfo()
266 StringRef LocalEOL, int &Line, in OutputContentUpTo()
336 unsigned &NextToWrite, int &Line, in CommentOutDirective()
407 int Line = 1; // The current input file line number. in Process() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h25 uint32_t Line; ///< Source line number. member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp37 StringRef Line = *LineIt; in read() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp81 void DebugLinesSubsection::addLineInfo(uint32_t Offset, const LineInfo &Line) { in addLineInfo()
90 const LineInfo &Line, in addLineAndColumnInfo()

12345678