Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp131 classify(llvm::StringRef Line) classify() argument
174 parse(llvm::StringRef Line) parse() argument
203 parse(llvm::StringRef Line) parse() argument
229 parseNumberName(llvm::StringRef Line,Token TokenType) parseNumberName() argument
247 parse(llvm::StringRef Line) parse() argument
258 parse(llvm::StringRef Line) parse() argument
268 parsePublicOrFunc(llvm::StringRef Line,bool & Multiple,lldb::addr_t & Address,lldb::addr_t * Size,lldb::addr_t & ParamSize,llvm::StringRef & Name) parsePublicOrFunc() argument
306 parse(llvm::StringRef Line) parse() argument
328 parse(llvm::StringRef Line) parse() argument
380 parse(llvm::StringRef Line) parse() argument
415 parse(llvm::StringRef Line) parse() argument
437 parse(llvm::StringRef Line) parse() argument
486 parse(llvm::StringRef Line) parse() argument
[all...]
/freebsd/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/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()
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 DMacroCallReconstructor.cpp32 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 DUnwrappedLineParser.cpp38 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() argument
67 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line) { in printDebugInfo() argument
73 ScopedDeclarationState(UnwrappedLine &Line, llv argument
88 UnwrappedLine &Line; global() member in clang::format::__anon89962d1d0111::ScopedDeclarationState
94 operator <<(std::ostream & Stream,const UnwrappedLine & Line) operator <<() argument
220 for (auto &Line : Lines) parse() local
234 for (const auto &Line : Lines) { parse() local
252 for (const UnwrappedLine &Line : Lines) { parse() local
710 AnnotatedLine Line(ParsedLine); mightFitOnOneLine() local
923 isGoogScope(const UnwrappedLine & Line) isGoogScope() argument
941 isIIFE(const UnwrappedLine & Line,const AdditionalKeywords & Keywords) isIIFE() argument
1041 size_t Line = CurrentLines->size(); conditionalCompilationCondition() local
1105 for (auto &Line : Lines) { parsePPIf() local
1161 for (auto &Line : Lines) { parsePPDefine() local
2715 getLastNonComment(const UnwrappedLine & Line) getLastNonComment() argument
4621 continuesLineCommentSection(const FormatToken & FormatTok,const UnwrappedLine & Line,const llvm::Regex & CommentPragmasRegex) continuesLineCommentSection() argument
[all...]
H A DTokenAnnotator.cpp43 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement()
125 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
3108 AnnotatedLine &Line; member in clang::format::__anonadd98d890111::AnnotatingParser
3134 AnnotatedLine &Line) in ExpressionParser()
3524 const AnnotatedLine &Line; member in clang::format::__anonadd98d890111::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 DAffectedRangeManager.cpp29 AnnotatedLine *Line = *I; in computeAffectedLines() local
102 AnnotatedLine *Line, const AnnotatedLine *PreviousLine, in nonPPLineAffected()
H A DFormatTokenSource.h193 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
258 UnwrappedLine &Line; variable
/freebsd/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/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
185 for (const StringRef &Line : Lines) { in DetectDistro() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h57 unsigned Line; member
73 unsigned Line; member
88 unsigned Line; member
188 StringRef Line; member
H A DSourceCoverageView.cpp177 void SourceCoverageView::addBranch(unsigned Line, in addBranch()
182 void SourceCoverageView::addMCDCRecord(unsigned Line, in addMCDCRecord()
188 StringRef FunctionName, unsigned Line, in addInstantiation()
/freebsd/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/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c216 char *Line) in PrExpandMacros()
371 char *Line, in PrResolveIntegerExpression()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp76 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
/freebsd/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/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/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp118 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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h43 const codeview::LineInfo Line; variable
/freebsd/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h25 Line, // Sort by line. enumerator
H A DLVLocation.h127 void setLowerLine(LVLine *Line) { LowerLine = Line; } in setLowerLine()
129 void setUpperLine(LVLine *Line) { UpperLine = Line; } in setUpperLine()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp37 StringRef Line = *LineIt; in read() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h25 uint32_t Line; ///< Source line number. member

12345678