/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ArrayRef.h | 49 /*implicit*/ ArrayRef() : Data(0), Length(0) {} in ArrayRef() function 52 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function 56 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function 60 ArrayRef(const T *begin, const T *end) in ArrayRef() function 64 /*implicit*/ ArrayRef(const SmallVectorImpl<T> &Vec) in ArrayRef() function 68 /*implicit*/ ArrayRef(const std::vector<T> &Vec) in ArrayRef() function 73 /*implicit*/ ArrayRef(const T (&Arr)[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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 64 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() function 67 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function 71 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function 75 ArrayRef(const T *begin, const T *end) in ArrayRef() function 82 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function 88 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function 93 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() function 98 /*implicit*/ constexpr ArrayRef(const T (&Arr)[N]) : Data(Arr), Length(N) {} in ArrayRef() function 101 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
|
/external/llvm/include/llvm/LibDriver/ |
D | LibDriver.h | 19 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.h | 19 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ToolDrivers/llvm-lib/ |
D | LibDriver.h | 19 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Process.h | 35 template <typename T> class ArrayRef; variable
|
D | JamCRC.h | 33 template <typename T> class ArrayRef; variable
|
D | GlobPattern.h | 28 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/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 107 template <typename = void> struct ArrayRef { struct 108 constexpr ArrayRef() {} in ArrayRef() argument
|
/external/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 24 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 24 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.h | 25 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.h | 29 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.h | 25 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-7.0/llvm/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 20 template <typename T> class ArrayRef; variable
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 20 template <typename T> class ArrayRef; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 28 class ArrayRef; variable
|
/external/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.h | 25 template <typename T> class ArrayRef; variable
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.h | 29 template <typename T> class ArrayRef; variable
|