Home
last modified time | relevance | path

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

12345678

/freebsd-src/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-src/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()
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 …]
/freebsd-src/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c252 UINT32 Line) in AcpiUtAllocateAndTrack() argument
321 AcpiUtAllocateZeroedAndTrack(ACPI_SIZE Size,UINT32 Component,const char * Module,UINT32 Line) AcpiUtAllocateZeroedAndTrack() argument
390 AcpiUtFreeAndTrack(void * Allocation,UINT32 Component,const char * Module,UINT32 Line) AcpiUtFreeAndTrack() argument
518 AcpiUtTrackAllocation(ACPI_DEBUG_MEM_BLOCK * Allocation,ACPI_SIZE Size,UINT8 AllocType,UINT32 Component,const char * Module,UINT32 Line) AcpiUtTrackAllocation() argument
619 AcpiUtRemoveAllocation(ACPI_DEBUG_MEM_BLOCK * Allocation,UINT32 Component,const char * Module,UINT32 Line) AcpiUtRemoveAllocation() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp23 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock() argument
59 void nextLine(const AnnotatedLine &Line) { in nextLine() argument
97 adjustToUnmodifiedLine(const AnnotatedLine & Line) adjustToUnmodifiedLine() argument
188 getMatchingNamespaceToken(const AnnotatedLine * Line,const SmallVectorImpl<AnnotatedLine * > & AnnotatedLines) getMatchingNamespaceToken() argument
199 getNamespaceTokenText(const AnnotatedLine * Line) getNamespaceTokenText() argument
205 getMatchingNamespaceTokenText(const AnnotatedLine * Line,const SmallVectorImpl<AnnotatedLine * > & AnnotatedLines) getMatchingNamespaceTokenText() argument
335 const AnnotatedLine *Line = nullptr; tryFitMultipleLinesInOne() local
630 AnnotatedLine &Line = **I; tryMergeSimpleControlStatement() local
675 const AnnotatedLine *Line = I[1 + NumStmts]; tryMergeShortCaseLabels() local
719 AnnotatedLine &Line = **I; tryMergeSimpleBlock() local
742 __anon1ae19a960502(const auto &Line) tryMergeSimpleBlock() argument
910 containsMustBreak(const AnnotatedLine * Line) containsMustBreak() argument
1099 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument
1125 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument
1150 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument
1348 for (const AnnotatedLine *Line = format() local
1451 computeNewlines(const AnnotatedLine & Line,const AnnotatedLine * PreviousLine,const AnnotatedLine * PrevPrevLine,const SmallVectorImpl<AnnotatedLine * > & Lines,const FormatStyle & Style) computeNewlines() argument
1542 formatFirstToken(const AnnotatedLine & Line,const AnnotatedLine * PreviousLine,const AnnotatedLine * PrevPrevLine,const SmallVectorImpl<AnnotatedLine * > & Lines,unsigned Indent,unsigned NewlineIndent) formatFirstToken() argument
[all...]
H A DMacroCallReconstructor.cpp32 void forEachToken(const UnwrappedLine &Line, const T &Call, in forEachToken() argument
52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine() argument
505 createUnwrappedLine(const ReconstructedLine & Line,int Level) createUnwrappedLine() argument
527 debug(const ReconstructedLine & Line,int Level) debug() argument
556 MacroCallState(MacroCallReconstructor::ReconstructedLine * Line,FormatToken * ParentLastToken,FormatToken * MacroCallLParen) MacroCallState() argument
[all...]
H A DTokenAnnotator.cpp43 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement() argument
125 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() argument
2709 AnnotatedLine &Line; global() member in clang::format::__anon65a124db0111::AnnotatingParser
2731 ExpressionParser(const FormatStyle & Style,const AdditionalKeywords & Keywords,AnnotatedLine & Line) ExpressionParser() argument
3120 const AnnotatedLine &Line; global() member in clang::format::__anon65a124db0111::ExpressionParser
3158 maxNestingDepth(const AnnotatedLine & Line) maxNestingDepth() argument
3167 getFunctionName(const AnnotatedLine & Line) getFunctionName() argument
3239 annotate(AnnotatedLine & Line) annotate() argument
3287 isFunctionDeclarationName(bool IsCpp,const FormatToken & Current,const AnnotatedLine & Line,FormatToken * & ClosingParen) isFunctionDeclarationName() argument
3703 calculateInitializerColumnList(AnnotatedLine & Line,FormatToken * CurrentToken,unsigned Depth) const calculateInitializerColumnList() argument
3721 splitPenalty(const AnnotatedLine & Line,const FormatToken & Tok,bool InFunctionDecl) const splitPenalty() argument
3950 spaceRequiredBetween(const AnnotatedLine & Line,const FormatToken & Left,const FormatToken & Right) const spaceRequiredBetween() argument
4400 spaceRequiredBefore(const AnnotatedLine & Line,const FormatToken & Right) const spaceRequiredBefore() argument
4980 mustBreakBefore(const AnnotatedLine & Line,const FormatToken & Right) const mustBreakBefore() argument
5412 canBreakBefore(const AnnotatedLine & Line,const FormatToken & Right) const canBreakBefore() argument
[all...]
H A DUnwrappedLineParser.cpp38 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() argument
66 printDebugInfo(const UnwrappedLine & Line) printDebugInfo() argument
72 ScopedDeclarationState(UnwrappedLine & Line,llvm::BitVector & Stack,bool MustBeDeclaration) ScopedDeclarationState() argument
87 UnwrappedLine &Line; global() member in clang::format::__anon2ffb27af0111::ScopedDeclarationState
209 for (auto &Line : Lines) parse() local
223 for (const auto &Line : Lines) { parse() local
241 for (const UnwrappedLine &Line : Lines) { parse() local
702 AnnotatedLine Line(ParsedLine); mightFitOnOneLine() local
912 isGoogScope(const UnwrappedLine & Line) isGoogScope() argument
930 isIIFE(const UnwrappedLine & Line,const AdditionalKeywords & Keywords) isIIFE() argument
1030 size_t Line = CurrentLines->size(); conditionalCompilationCondition() local
1094 for (auto &Line : Lines) { parsePPIf() local
1150 for (auto &Line : Lines) { parsePPDefine() local
2659 getLastNonComment(const UnwrappedLine & Line) getLastNonComment() argument
4505 continuesLineCommentSection(const FormatToken & FormatTok,const UnwrappedLine & Line,const llvm::Regex & CommentPragmasRegex) continuesLineCommentSection() argument
[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,FormatToken * & ResetToken) ScopedMacroState() argument
252 UnwrappedLine &Line; global() variable
[all...]
H A DDefinitionBlockSeparator.cpp46 bool ExcludeEnum = false) { in separateBlocks()
107 const auto &Line = Lines[LineIndex]; in separateBlocks() local
/freebsd-src/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) { DetectDistro() local
/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h57 unsigned Line; member
74 unsigned Line; global() member
91 unsigned Line; global() member
192 StringRef Line; global() member
[all...]
H A DSourceCoverageView.cpp177 void SourceCoverageView::addBranch(unsigned Line, in addBranch() argument
184 MCDCSubViews.emplace_back(Line, std::move(Records)); in addMCDCRecord() argument
190 InstantiationSubViews.emplace_back(FunctionName, Line, std::move(View)); in addInstantiation() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c216 char *Line) in PrExpandMacros() argument
371 char *Line, in PrResolveIntegerExpression() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h43 const codeview::LineInfo Line; variable
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h25 Line, // Sort by line. enumerator
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp117 WriteLineInfo(StringRef Filename,int Line,SrcMgr::CharacteristicKind FileType,StringRef Extra) WriteLineInfo() argument
266 OutputContentUpTo(const MemoryBufferRef & FromFile,unsigned & WriteFrom,unsigned WriteTo,StringRef LocalEOL,int & Line,bool EnsureNewline) OutputContentUpTo() argument
336 CommentOutDirective(Lexer & DirectiveLex,const Token & StartToken,const MemoryBufferRef & FromFile,StringRef LocalEOL,unsigned & NextToWrite,int & Line,const IncludedFile * Inc) CommentOutDirective() argument
407 int Line = 1; // The current input file line number. Process() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h25 uint32_t Line; ///< Source line number. member
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp37 StringRef Line = *LineIt; in read() local
/freebsd-src/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