/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | ArrayRef.h | 27 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/ |
D | ArrayRef.h | 27 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/ |
D | ArrayRef.h | 27 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/ |
D | ArrayRef.h | 27 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/ |
D | LLVM.h | 32 template<typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | LLVM.h | 32 template<typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | LLVM.h | 32 template<typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Basic/ |
D | LLVM.h | 32 template<typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/lld/Common/ |
D | LLVM.h | 33 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/lld/Common/ |
D | LLVM.h | 33 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/lld/Common/ |
D | LLVM.h | 33 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/lld/Common/ |
D | LLVM.h | 33 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | User.h | 36 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/ |
D | User.h | 36 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | User.h | 36 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | User.h | 36 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 30 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 31 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 30 template <typename T> class MutableArrayRef; variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 30 template <typename T> class MutableArrayRef; variable
|