Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTF.h234 uint32_t LineCol; ///< Line num: line_col >> 10, member
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c732 } LineCol; typedef
735 const LineCol *lhs = p1; in lineCol_cmp()
736 const LineCol *rhs = p2; in lineCol_cmp()
1037 LineCol lineCols[50]; in PrintCursor()
1047 qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp); in PrintCursor()