/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/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
|
D | MD5.h | 36 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
|
D | MD5.h | 37 template <typename T> class ArrayRef; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 24 template <typename T> class ArrayRef; variable
|
/external/llvm/lib/IR/ |
D | ConstantFold.h | 23 template <typename T> 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
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 28 class ArrayRef; variable
|
D | ConstantFolding.h | 31 class ArrayRef; variable
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 20 template <typename T> class ArrayRef; variable
|
D | ModuleUtils.h | 22 template <typename T> class ArrayRef; variable
|
D | CodeExtractor.h | 21 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/Analysis/ |
D | VectorUtils.h | 22 template <typename T> class ArrayRef; variable
|
D | InstructionSimplify.h | 39 class ArrayRef; variable
|
D | ConstantFolding.h | 25 template <typename T> class ArrayRef; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCContainersChecker.cpp | 42 SVal ArrayRef = C.getState()->getSVal(E, C.getLocationContext()); in getArraySym() local 75 SVal ArrayRef = State->getSVal(Array, C.getLocationContext()); in REGISTER_MAP_WITH_PROGRAMSTATE() local
|
/external/clang/include/clang/Basic/ |
D | LLVM.h | 31 template<typename T> class ArrayRef; variable
|
/external/llvm/include/llvm/MC/MCDisassembler/ |
D | MCDisassembler.h | 18 template <typename T> class ArrayRef; variable
|