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

12

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h27 unsigned Line; member in struct:clang::ParsedSourceLocation
H A DLogDiagnosticPrinter.h31 unsigned Line; member in struct:clang::LogDiagnosticPrinter::DiagEntry
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp41 std::string Line; local
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c108 PrExpandMacros( char *Line) argument
263 PrResolveIntegerExpression( char *Line, UINT64 *ReturnValue) argument
H A Ddtcompiler.h88 UINT32 Line; /* Line number for this field */ member in struct:dt_field
H A Ddtio.c248 DtParseLine( char *LineBuffer, UINT32 Line, UINT32 Offset) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutalloc.c342 AcpiUtAllocate( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
394 AcpiUtAllocateZeroed( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
H A Duttrack.c144 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
197 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
254 AcpiUtFreeAndTrack( void *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
380 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
483 AcpiUtRemoveAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h34 uint32_t Line; member in class:llvm::DILineInfo
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDebugLoc.cpp74 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManagerInternals.h49 static LineEntry get(unsigned Offs, unsigned Line, int Filename, argument
H A DSourceLocation.h358 unsigned Line, Col; member in class:clang::PresumedLoc
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h174 OwningPtr<UnwrappedLine> Line; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp27 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, argument
41 UnwrappedLine &Line; member in class:clang::format::ScopedDeclarationState
47 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, argument
86 UnwrappedLine &Line; member in class:clang::format::ScopedMacroState
[all...]
H A DTokenAnnotator.cpp81 AnnotatingParser(SourceManager &SourceMgr, Lexer &Lex, AnnotatedLine &Line, argument
770 AnnotatedLine &Line; member in class:clang::format::AnnotatingParser
781 ExpressionParser(AnnotatedLine &Line) argument
848 annotate(AnnotatedLine &Line) argument
871 calculateFormattingInformation(AnnotatedLine &Line) argument
919 splitPenalty(const AnnotatedLine &Line, const AnnotatedToken &Tok) argument
995 spaceRequiredBetween(const AnnotatedLine &Line, const AnnotatedToken &Left, const AnnotatedToken &Right) argument
1064 spaceRequiredBefore(const AnnotatedLine &Line, const AnnotatedToken &Tok) argument
1125 canBreakBefore(const AnnotatedLine &Line, const AnnotatedToken &Right) argument
1187 printDebugInfo(const AnnotatedLine &Line) argument
[all...]
H A DTokenAnnotator.h209 AnnotatedLine(const UnwrappedLine &Line) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.h32 OwningPtr<DWARFDebugLine> Line; member in class:llvm::DWARFContext
H A DDWARFContext.cpp355 uint32_t Line = 0; local
326 getFileLineInfoForCompileUnit(DWARFCompileUnit *CU, const DWARFLineTable *LineTable, uint64_t Address, bool NeedsAbsoluteFilePath, std::string &FileName, uint32_t &Line, uint32_t &Column) argument
457 uint32_t Line = 0; local
489 Line, Column); local
[all...]
H A DDWARFDebugLine.h104 uint32_t Line; member in struct:llvm::DWARFDebugLine::Row
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp83 DILineInfoToIntelJITFormat(uintptr_t StartAddress, uintptr_t Address, DILineInfo Line) argument
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCNullStreamer.cpp96 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, argument
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DSourceMgr.cpp240 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, int Line, int Col, SourceMgr::DiagKind Kind, StringRef Msg, StringRef LineStr, ArrayRef<std::pair<unsigned,unsigned> > Ranges, ArrayRef<SMFixIt> Hints) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp102 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line, argument
210 OutputContentUpTo(const MemoryBuffer &FromFile, unsigned &WriteFrom, unsigned WriteTo, StringRef EOL, int &Line, bool EnsureNewline) argument
233 CommentOutDirective(Lexer &DirectiveLex, const Token &StartToken, const MemoryBuffer &FromFile, StringRef EOL, unsigned &NextToWrite, int &Line) argument
354 int Line = 1; // The current input file line number. local
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h352 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator in enum:llvm::DependenceAnalysis::Constraint::ConstraintKind
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp650 VerbatimBlockLineComment *Line; local

Completed in 227 milliseconds

12