HomeSort by relevance Sort by last modified time
    Searched defs:LineCol (Results 1 - 2 of 2) 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/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 159 milliseconds