/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | Line.h | 71 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() argument 74 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo() 100 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument 102 ColumnInf(StartColumn, EndColumn) {} in Line()
|
D | DebugLinesSubsection.h | 62 support::ulittle16_t EndColumn; member
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | Line.h | 71 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() argument 74 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo() 100 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument 102 ColumnInf(StartColumn, EndColumn) {} in Line()
|
D | ModuleSubstream.h | 56 support::ulittle16_t EndColumn; member
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorDeclaration.cs | 70 public int EndColumn { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration 103 EndColumn = location.Span[hasEndLine ? 3 : 2] + 1; in DescriptorDeclaration()
|
/external/clang/unittests/AST/ |
D | MatchVerifier.h | 220 unsigned EndLine, unsigned EndColumn) { in expectRange() argument 224 ExpectEndColumn = EndColumn; in expectRange() 236 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End); in verify() local 238 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) { in verify()
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 106 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange() argument 110 EXPECT_EQ(EndColumn, Range.End.Column); in matchesRange() 112 Range.Start.Column == StartColumn && Range.End.Column == EndColumn; in matchesRange()
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 284 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local 289 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic() 295 << EndLine << ":" << EndColumn << "}"; in clang_formatDiagnostic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 72 uint16_t EndColumn; member
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorDeclarationTest.cs | 93 Assert.AreEqual(2, message.Declaration.EndColumn); in MessageLocations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugLinesSubsection.cpp | 100 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 275 IO.mapRequired("EndColumn", Obj.EndColumn); in mapping() 431 C.StartColumn, C.EndColumn); in toCodeViewSubsection() 599 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection()
|
/external/clang/lib/Format/ |
D | ContinuationIndenter.cpp | 287 unsigned EndColumn = in addTokenToState() local 292 State.Column = EndColumn; in addTokenToState() 296 assert(EndColumn >= StartColumn); in addTokenToState() 297 State.Column += EndColumn - StartColumn; in addTokenToState()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 575 P.printNumber("End", C.EndColumn); in dumpDbiStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1117 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn); in printCodeViewSymbolSection()
|