Home
last modified time | relevance | path

Searched refs:construct_range (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/Support/
H A DBumpVector.h178 construct_range(I, I + Cnt, E); in insert()
202 void construct_range(T *S, T *E, const T &Elt) { in construct_range() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTVector.h348 construct_range(this->end(), this->begin()+N, NV); in resize()
358 void construct_range(T *S, T *E, const T &Elt) { in construct_range() function
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_input.c1216 static __isl_give isl_pw_aff *construct_range(__isl_take isl_pw_aff *pa, in construct_range() function
1270 return construct_range(pa, pa2, v); in update_piecewise_affine_colon()