/external/llvm-project/libc/utils/CPP/ |
D | ArrayRef.h | 37 ArrayRef(const Array<T, N> &Arr) : Data(Arr.Data), Length(N) {} in ArrayRef() function 40 explicit ArrayRef(const T &OneElt) : Data(&OneElt), Length(1) {} in ArrayRef() function 43 ArrayRef(const T *data, size_t length) : Data(data), Length(length) {} in ArrayRef() function 46 ArrayRef(const T *begin, const T *end) : Data(begin), Length(end - begin) {} in ArrayRef() function 50 constexpr ArrayRef(const T (&Arr)[N]) : Data(Arr), Length(N) {} in ArrayRef() function
|
/external/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 51 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {} in ArrayRef() function 54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() function 57 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function 61 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function 65 ArrayRef(const T *begin, const T *end) in ArrayRef() function 72 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function 78 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function 83 /*implicit*/ LLVM_CONSTEXPR ArrayRef(const T (&Arr)[N]) in ArrayRef() function 87 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ArrayRef.h | 53 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {} in ArrayRef() function 56 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() function 59 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function 63 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function 67 ArrayRef(const T *begin, const T *end) in ArrayRef() function 74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function 80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function 85 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() function 90 /*implicit*/ constexpr ArrayRef(const T (&Arr)[N]) : Data(Arr), Length(N) {} in ArrayRef() function 93 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 63 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() function 66 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function 70 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function 74 ArrayRef(const T *begin, const T *end) in ArrayRef() function 81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function 87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function 92 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() function 97 /*implicit*/ constexpr ArrayRef(const T (&Arr)[N]) : Data(Arr), Length(N) {} in ArrayRef() function 107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 63 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() function 66 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function 70 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function 74 ArrayRef(const T *begin, const T *end) in ArrayRef() function 81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function 87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function 92 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() function 97 /*implicit*/ constexpr ArrayRef(const T (&Arr)[N]) : Data(Arr), Length(N) {} in ArrayRef() function 107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 107 template <typename = void> struct ArrayRef { struct 108 constexpr ArrayRef() {} in ArrayRef() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.h | 18 template <typename T> class ArrayRef; variable
|
/external/llvm-project/llvm/include/llvm/ToolDrivers/llvm-lib/ |
D | LibDriver.h | 18 template <typename T> class ArrayRef; variable
|
/external/llvm-project/llvm/include/llvm/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.h | 18 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ToolDrivers/llvm-lib/ |
D | LibDriver.h | 18 template <typename T> class ArrayRef; variable
|
/external/llvm/include/llvm/LibDriver/ |
D | LibDriver.h | 19 template <typename T> class ArrayRef; variable
|
/external/llvm/include/llvm/Support/ |
D | Process.h | 36 template <typename T> class ArrayRef; variable
|
D | JamCRC.h | 33 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Process.h | 36 template <typename T> class ArrayRef; variable
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantFold.h | 24 template <typename T> class ArrayRef; variable
|
/external/llvm/lib/IR/ |
D | ConstantFold.h | 23 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.h | 24 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Process.h | 35 template <typename T> class ArrayRef; variable
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 19 template <typename T> class ArrayRef; variable
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | CRC.h | 19 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.h | 25 template <typename T> class ArrayRef; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 22 template <typename T> class ArrayRef; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 24 template <typename T> class ArrayRef; variable
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86CallLowering.h | 22 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 23 template <typename T> class ArrayRef; variable
|