Searched defs:Line (Results 1 - 25 of 117) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSymbolRemappingReader.cpp36 StringRef Line = *LineIt; local
H A DFormattedStream.cpp25 unsigned &Line = Position.second; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp35 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h71 SymbolRemappingParseError(StringRef File, int64_t Line, Twine Message) argument
89 int64_t Line; member in class:llvm::SymbolRemappingParseError
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h27 uint64_t Line; member in union:llvm::DWARFDebugMacro::Entry::__anon1486
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h25 uint32_t Line; ///< Source line number. member in struct:llvm::gsym::LineEntry
H A DLookupResult.h26 uint32_t Line = 0; ///< Source file line number. member in struct:llvm::gsym::SourceLocation
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp67 O << ":" << Line; local
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c215 PrExpandMacros( char *Line) argument
370 PrResolveIntegerExpression( char *Line, UINT64 *ReturnValue) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h40 unsigned Line; // Line number. member in struct:llvm::ASanStackVariableDescription
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp131 static bool ParseError(const char *Err, const std::string &Line) { argument
138 static bool ParseDFTLine(const std::string &Line, size_t *FunctionNum, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp40 std::string Line; local
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c248 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
317 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
386 AcpiUtFreeAndTrack( void *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
512 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
615 AcpiUtRemoveAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp18 DWORD Line = 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h26 unsigned Line; member in struct:clang::ParsedSourceLocation
H A DLogDiagnosticPrinter.h30 unsigned Line; member in struct:clang::LogDiagnosticPrinter::DiagEntry
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp29 AnnotatedLine *Line = *I; local
101 nonPPLineAffected( AnnotatedLine *Line, const AnnotatedLine *PreviousLine, SmallVectorImpl<AnnotatedLine *> &Lines) argument
[all...]
H A DUnwrappedLineFormatter.cpp22 bool startsExternCBlock(const AnnotatedLine &Line) { argument
53 void nextLine(const AnnotatedLine &Line) { argument
71 skipLine(const AnnotatedLine &Line) argument
81 adjustToUnmodifiedLine(const AnnotatedLine &Line) argument
137 getMatchingNamespaceToken( const AnnotatedLine *Line, const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h38 uint32_t Line = 0; member in struct:llvm::DILineInfo
72 OS << "line " << Line << ", "; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp34 void DIPrinter::printContext(const std::string &FileName, int64_t Line) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp106 unsigned Line = 0; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp58 char Line[BufSize] = {}; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp81 void DebugLinesSubsection::addLineInfo(uint32_t Offset, const LineInfo &Line) { argument
89 addLineAndColumnInfo(uint32_t Offset, const LineInfo &Line, uint32_t ColStart, uint32_t ColEnd) argument

Completed in 316 milliseconds

12345