Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DArrayRef.h27 template<typename T> class [[nodiscard]] MutableArrayRef; variable
325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef() function
328 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
331 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
335 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
347 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function
352 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ADT/
DArrayRef.h27 template<typename T> class [[nodiscard]] MutableArrayRef; variable
325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef() function
328 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
331 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
335 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
347 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function
352 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DArrayRef.h27 template<typename T> class [[nodiscard]] MutableArrayRef; variable
325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef() function
328 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
331 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
335 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
347 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function
352 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DArrayRef.h27 template<typename T> class [[nodiscard]] MutableArrayRef; variable
325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef() function
328 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
331 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
335 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
347 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function
352 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DLLVM.h32 template<typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DLLVM.h32 template<typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DLLVM.h32 template<typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Basic/
DLLVM.h32 template<typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/lld/Common/
DLLVM.h33 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/lld/Common/
DLLVM.h33 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/lld/Common/
DLLVM.h33 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/lld/Common/
DLLVM.h33 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DUser.h36 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/
DUser.h36 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DUser.h36 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DUser.h36 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h30 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h31 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h30 template <typename T> class MutableArrayRef; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h30 template <typename T> class MutableArrayRef; variable