HomeSort by relevance Sort by last modified time
    Searched refs:LineCol (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DebugLoc.h 34 DL.LineCol = 1;
42 DL.LineCol = 2;
46 /// LineCol - This 32-bit value encodes the line and column number for the
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/
DebugLoc.cpp 83 Result.LineCol = Line | (Col << 24);
177 ID.AddInteger(Key.LineCol);
  /external/clang/tools/c-index-test/
c-index-test.c 649 } LineCol;
652 const LineCol *lhs = p1;
653 const LineCol *rhs = p2;
870 LineCol lineCols[50];
880 qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp);
    [all...]

Completed in 249 milliseconds