| /external/llvm-project/libc/utils/CPP/ |
| D | ArrayRef.h | 69 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/ |
| D | ArrayRef.h | 233 /*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/ |
| D | ArrayRef.h | 290 /*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/ |
| D | ArrayRef.h | 307 /*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/ |
| D | ArrayRef.h | 309 /*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/ |
| D | LLVM.h | 32 template<typename T> class MutableArrayRef; variable
|
| /external/llvm-project/lld/include/lld/Common/ |
| D | LLVM.h | 33 template <typename T> class MutableArrayRef; variable
|
| /external/llvm-project/clang/include/clang/Basic/ |
| D | LLVM.h | 32 template<typename T> class MutableArrayRef; variable
|
| /external/llvm-project/mlir/include/mlir/Support/ |
| D | LLVM.h | 48 class MutableArrayRef; variable
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | User.h | 37 template <typename T> class MutableArrayRef; variable
|
| /external/llvm/include/llvm/IR/ |
| D | User.h | 31 template <typename T> class MutableArrayRef; variable
|
| /external/llvm-project/llvm/include/llvm/IR/ |
| D | User.h | 36 template <typename T> class MutableArrayRef; variable
|
| /external/llvm/include/llvm/Transforms/IPO/ |
| D | WholeProgramDevirt.h | 28 template <typename T> class MutableArrayRef; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | User.h | 36 template <typename T> class MutableArrayRef; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | WholeProgramDevirt.h | 29 template <typename T> class MutableArrayRef; variable
|
| /external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| D | WholeProgramDevirt.h | 29 template <typename T> class MutableArrayRef; variable
|