Searched defs:ArrayRef (Results 1 – 10 of 10) sorted by relevance
65 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {} in ArrayRef() function68 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() function71 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function75 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function79 ArrayRef(const T *begin, const T *end) in ArrayRef() function86 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function92 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function97 /*implicit*/ LLVM_CONSTEXPR ArrayRef(const T (&Arr)[N]) in ArrayRef() function102 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
32 class ArrayRef; variable
39 class ArrayRef; variable
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
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