Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h27 template<typename T> class [[nodiscard]] MutableArrayRef; variable
325 /*implicit*/ MutableArrayRef() = default; in MutableArrayRef() function
328 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} MutableArrayRef() function
331 /*implicit*/ MutableArrayRef(T *data, size_t length) MutableArrayRef() function
335 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} MutableArrayRef() function
338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) MutableArrayRef() function
342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) MutableArrayRef() function
347 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) MutableArrayRef() function
352 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} MutableArrayRef() function
[all...]
/llvm-project/lld/include/lld/Common/
H A DLLVM.h33 template <typename T> class MutableArrayRef; variable
/llvm-project/clang/include/clang/Basic/
H A DLLVM.h32 template<typename T> class MutableArrayRef; variable
/llvm-project/mlir/include/mlir/Support/
H A DLLVM.h62 class MutableArrayRef; variable
/llvm-project/llvm/include/llvm/IR/
H A DUser.h36 template <typename T> class MutableArrayRef; variable
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h31 template <typename T> class MutableArrayRef; variable