Home
last modified time | relevance | path

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

1234

/minix3/minix/drivers/power/acpi/utilities/
H A Duttrack.c146 UINT32 Line) in AcpiUtAllocateAndTrack()
212 UINT32 Line) in AcpiUtAllocateZeroedAndTrack()
277 UINT32 Line) in AcpiUtFreeAndTrack()
406 UINT32 Line) in AcpiUtTrackAllocation()
507 UINT32 Line) in AcpiUtRemoveAllocation()
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp34 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
1107 AnnotatedLine &Line; member in clang::format::__anonb9da587c0111::AnnotatingParser
1121 AnnotatedLine &Line) in ExpressionParser()
1315 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1375 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1472 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1488 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1617 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
1737 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
1843 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
[all …]
H A DUnwrappedLineFormatter.cpp21 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock()
145 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local
172 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local
191 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local
280 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
297 void format(unsigned FirstIndent, const AnnotatedLine *Line) { in format()
456 unsigned UnwrappedLineFormatter::format(const AnnotatedLine &Line, in format()
H A DUnwrappedLineParser.cpp37 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, in ScopedDeclarationState()
52 UnwrappedLine &Line; member in clang::format::__anon7e7ac7f00111::ScopedDeclarationState
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
108 UnwrappedLine &Line; member in clang::format::__anon7e7ac7f00111::ScopedMacroState
420 static bool IsGoogScope(const UnwrappedLine &Line) { in IsGoogScope()
1581 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo()
H A DBreakableToken.h111 StringRef Line; variable
H A DTokenAnnotator.h41 AnnotatedLine(const UnwrappedLine &Line) in AnnotatedLine()
/minix3/minix/usr.bin/mined/
H A Dmined.h71 struct Line { struct
72 struct Line *next; argument
73 struct Line *prev; argument
78 typedef struct Line LINE; argument
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp65 unsigned Line, in LLVMDIBuilderCreateLexicalBlock()
85 const char *LinkageName, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateFunction()
98 const char *Name, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef Ty, in LLVMDIBuilderCreateLocalVariable()
139 LLVMMetadataRef File, unsigned Line, uint64_t SizeInBits, in LLVMDIBuilderCreateStructType()
153 unsigned Line, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType()
177 LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateTypedef()
H A Ddibuilder.go158 Line int member
185 Line int member
224 Line int member
318 Line int member
350 Line int member
413 Line int member
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dimplicit-member-functions.cpp106 template<typename K> struct Line { struct
107 pair<Point<K>, Vector<K>> x;
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h27 unsigned Line; member
H A DLogDiagnosticPrinter.h31 unsigned Line; member
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp104 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line, in WriteLineInfo()
227 StringRef LocalEOL, int &Line, in OutputContentUpTo()
280 unsigned &NextToWrite, int &Line) { in CommentOutDirective()
412 int Line = 1; // The current input file line number. in Process() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DFormattedStream.cpp25 unsigned &Line = Position.second; in UpdatePosition() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.h54 unsigned Line; member
150 void addInstantiation(StringRef FunctionName, unsigned Line, in addInstantiation()
H A DSourceCoverageView.cpp22 raw_ostream &OS, StringRef Line, int64_t LineNumber, in renderLine()
82 const LineCoverageInfo &Line) { in renderLineCoverageColumn()
/minix3/minix/include/minix/
H A Dsound.h18 Line, /* Line in */ enumerator
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DTestVisitor.h123 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch()
131 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { in ExpectMatch()
H A DCommentHandlerTest.cpp20 unsigned Line, Col; member
108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match()
H A DRewriterTestContext.h82 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) { in getLocation()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp136 unsigned *Line, in getLocation()
146 unsigned Line = 0; in getLocationStr() local
H A DDebugLoc.cpp50 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, in get()
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DMatchVerifier.h163 void expectLocation(unsigned Line, unsigned Column) { in expectLocation()
171 unsigned Line = Result.SourceManager->getSpellingLineNumber(Loc); in verify() local
/minix3/external/bsd/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp254 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine() local
298 std::string Line; in readLine() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp41 std::string Line; in LayoutOverrideSource() local

1234