Home
last modified time | relevance | path

Searched defs:MutableArrayRef (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/ADT/
DArrayRef.h233 /*implicit*/ MutableArrayRef() : ArrayRef<T>() {} in MutableArrayRef() function
236 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function
239 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
242 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
246 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
249 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
253 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
258 /*implicit*/ LLVM_CONSTEXPR MutableArrayRef(T (&Arr)[N]) in MutableArrayRef() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h290 /*implicit*/ MutableArrayRef() : ArrayRef<T>() {} in MutableArrayRef() function
293 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function
296 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
299 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
303 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
306 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
310 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
315 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function
320 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DArrayRef.h300 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function
303 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
306 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
310 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
313 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
317 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
322 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function
327 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
/external/clang/include/clang/Basic/
DLLVM.h32 template<typename T> class MutableArrayRef; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h37 template <typename T> class MutableArrayRef; variable
/external/llvm/include/llvm/IR/
DUser.h31 template <typename T> class MutableArrayRef; variable
/external/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h28 template <typename T> class MutableArrayRef; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DUser.h37 template <typename T> class MutableArrayRef; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h28 template <typename T> class MutableArrayRef; variable