Searched defs:ArrayRef (Results 1 – 10 of 10) sorted by relevance
51 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {} in ArrayRef() function54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() function57 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function61 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function65 ArrayRef(const T *begin, const T *end) in ArrayRef() function72 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function78 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function83 /*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() function
41 SVal ArrayRef = C.getState()->getSVal(E, C.getLocationContext()); in getArraySym() local70 SVal ArrayRef = State->getSVal(Array, C.getLocationContext()); in REGISTER_MAP_WITH_PROGRAMSTATE() local
39 class ArrayRef; variable
32 class ArrayRef; variable
31 template<typename T> class ArrayRef; variable
24 template <typename T> class ArrayRef; variable
30 template<typename T> class ArrayRef; variable
44 class ArrayRef; variable
22 template <typename T> class ArrayRef; variable