Home
last modified time | relevance | path

Searched refs:LineCol (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDebugLoc.h34 DL.LineCol = 1;
42 DL.LineCol = 2;
49 unsigned LineCol;
55 DebugLoc() : LineCol(0), ScopeIdx(0) {} // Defaults to unknown.
72 return (LineCol << 8) >> 8; // Mask out column.
76 return LineCol >> 24;
97 return LineCol == DL.LineCol && ScopeIdx == DL.ScopeIdx;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp83 Result.LineCol = Line | (Col << 24); in get()
177 ID.AddInteger(Key.LineCol); in getHashValue()
/external/clang/tools/c-index-test/
Dc-index-test.c649 } LineCol; typedef
652 const LineCol *lhs = p1; in lineCol_cmp()
653 const LineCol *rhs = p2; in lineCol_cmp()
870 LineCol lineCols[50]; in PrintCursor()
880 qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp); in PrintCursor()