Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/CPP/
DArrayRef.h69 template <size_t N> MutableArrayRef(Array<T, N> &Arr) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
72 explicit MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
75 MutableArrayRef(T *data, size_t length) : ArrayRef<T>(data, length) {} in MutableArrayRef() function
78 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
82 constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
/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/llvm-project/llvm/include/llvm/ADT/
DArrayRef.h307 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function
310 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
313 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
317 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
320 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
324 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
329 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function
334 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DArrayRef.h309 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function
312 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
315 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
319 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
322 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
326 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
331 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function
336 /*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/llvm-project/lld/include/lld/Common/
DLLVM.h33 template <typename T> class MutableArrayRef; variable
/external/llvm-project/clang/include/clang/Basic/
DLLVM.h32 template<typename T> class MutableArrayRef; variable
/external/llvm-project/mlir/include/mlir/Support/
DLLVM.h48 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-project/llvm/include/llvm/IR/
DUser.h36 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-10.0/llvm/include/llvm/IR/
DUser.h36 template <typename T> class MutableArrayRef; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h29 template <typename T> class MutableArrayRef; variable
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h29 template <typename T> class MutableArrayRef; variable