/minix3/minix/drivers/power/acpi/utilities/ |
H A D | uttrack.c | 146 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 D | TokenAnnotator.cpp | 34 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 D | UnwrappedLineFormatter.cpp | 21 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 D | UnwrappedLineParser.cpp | 37 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 D | BreakableToken.h | 111 StringRef Line; variable
|
H A D | TokenAnnotator.h | 41 AnnotatedLine(const UnwrappedLine &Line) in AnnotatedLine()
|
/minix3/minix/usr.bin/mined/ |
H A D | mined.h | 71 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 D | DIBuilderBindings.cpp | 65 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 D | dibuilder.go | 158 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 D | implicit-member-functions.cpp | 106 template<typename K> struct Line { struct 107 pair<Point<K>, Vector<K>> x;
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 27 unsigned Line; member
|
H A D | LogDiagnosticPrinter.h | 31 unsigned Line; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 104 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 D | FormattedStream.cpp | 25 unsigned &Line = Position.second; in UpdatePosition() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 54 unsigned Line; member 150 void addInstantiation(StringRef FunctionName, unsigned Line, in addInstantiation()
|
H A D | SourceCoverageView.cpp | 22 raw_ostream &OS, StringRef Line, int64_t LineNumber, in renderLine() 82 const LineCoverageInfo &Line) { in renderLineCoverageColumn()
|
/minix3/minix/include/minix/ |
H A D | sound.h | 18 Line, /* Line in */ enumerator
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | TestVisitor.h | 123 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch() 131 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { in ExpectMatch()
|
H A D | CommentHandlerTest.cpp | 20 unsigned Line, Col; member 108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match()
|
H A D | RewriterTestContext.h | 82 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) { in getLocation()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 136 unsigned *Line, in getLocation() 146 unsigned Line = 0; in getLocationStr() local
|
H A D | DebugLoc.cpp | 50 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, in get()
|
/minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
H A D | MatchVerifier.h | 163 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 D | LineEditor.cpp | 254 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 D | LayoutOverrideSource.cpp | 41 std::string Line; in LayoutOverrideSource() local
|