Searched defs:ArrayRef (Results 1 – 10 of 10) sorted by relevance
52 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {} in ArrayRef() function55 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() function58 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function62 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function66 ArrayRef(const T *begin, const T *end) in ArrayRef() function73 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function79 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function84 /*implicit*/ LLVM_CONSTEXPR ArrayRef(const T (&Arr)[N]) in ArrayRef() function88 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
107 template <typename = void> struct ArrayRef { struct108 constexpr ArrayRef() {} in ArrayRef() argument
32 class ArrayRef; variable
39 class ArrayRef; variable
42 SVal ArrayRef = C.getState()->getSVal(E, C.getLocationContext()); in getArraySym() local75 SVal ArrayRef = State->getSVal(Array, C.getLocationContext()); in REGISTER_MAP_WITH_PROGRAMSTATE() local
31 template<typename T> class ArrayRef; variable
25 template <typename T> class ArrayRef; variable
30 template<typename T> class ArrayRef; variable
45 class ArrayRef; variable
24 template <typename T> class ArrayRef; variable