Searched defs:make_range (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | iterator_range.h | 53 template <class T> iterator_range<T> make_range(T x, T y) { in make_range() function 57 template <typename T> iterator_range<T> make_range(std::pair<T, T> p) { in make_range() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | diagnostic-show-locus.c | 659 make_range (int start_line, int start_col, int end_line, int end_col) in make_range() function
|
H A D | fold-const.c | 5230 make_range (tree exp, int *pin_p, tree *plow, tree *phigh, in make_range() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic-show-locus.cc | 709 make_range (int start_line, int start_col, int end_line, int end_col) in make_range() function
|
H A D | fold-const.cc | 5313 make_range (tree exp, int *pin_p, tree *plow, tree *phigh, in make_range() function
|