Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/CPP/
H A DArrayRef.h128 struct MutableArrayRef : public internal::ArrayRefBase<T> { struct
139 MutableArrayRef(void *Data, size_t Length) in MutableArrayRef() argument
143 template <size_t N> MutableArrayRef(Array<T, N> &Arr) : Impl(Arr.Data, N) {} in MutableArrayRef() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DArrayRef.h28 template<typename T> class LLVM_NODISCARD MutableArrayRef; variable
324 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function
327 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
330 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
334 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
337 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
341 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
346 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function
351 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
/llvm-project-15.0.7/lld/include/lld/Common/
H A DLLVM.h33 template <typename T> class MutableArrayRef; variable
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLLVM.h35 template<typename T> class MutableArrayRef; variable
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DLLVM.h60 class MutableArrayRef; variable
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DUser.h36 template <typename T> class MutableArrayRef; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h30 template <typename T> class MutableArrayRef; variable