Searched refs:construct_range (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 173 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/ |
D | BumpVector.h | 178 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/ |
D | ASTVector.h | 345 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/ |
D | ASTVector.h | 348 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/ |
D | CHANGELOG.md | 452 - Add inline attribute to SampleRange::construct_range.
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_input.c | 1217 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()
|