HomeSort by: relevance | last modified time | path
    Searched defs:LineCol (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTF.h 234 uint32_t LineCol; ///< Line num: line_col >> 10,
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 732 } LineCol;
735 const LineCol *lhs = p1;
736 const LineCol *rhs = p2;
1037 LineCol lineCols[50];
1047 qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp);

Completed in 75 milliseconds