Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DArrayRef.h233 /*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/clang/include/clang/Basic/
DLLVM.h32 template<typename T> class MutableArrayRef; variable
/external/llvm/include/llvm/IR/
DUser.h31 template <typename T> class MutableArrayRef; variable
/external/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h28 template <typename T> class MutableArrayRef; variable