Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Support/
DBumpVector.h173 construct_range(I, I + Cnt, E); in insert()
197 void construct_range(T *S, T *E, const T &Elt) { in construct_range() function
/external/llvm-project/clang/include/clang/Analysis/Support/
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
/external/clang/include/clang/AST/
DASTVector.h345 construct_range(this->end(), this->begin()+N, NV); in resize()
355 void construct_range(T *S, T *E, const T &Elt) { in construct_range() function
/external/llvm-project/clang/include/clang/AST/
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
/external/rust/crates/rand/
DCHANGELOG.md452 - Add inline attribute to SampleRange::construct_range.
/external/llvm-project/polly/lib/External/isl/
Disl_input.c1217 static __isl_give isl_pw_aff *construct_range(__isl_take isl_pw_aff *pa, in construct_range() function
1271 return construct_range(pa, pa2, v); in update_piecewise_affine_colon()