Home
last modified time | relevance | path

Searched defs:ArrayRef (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DArrayRef.h65 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {} in ArrayRef() function
68 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() function
71 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function
75 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function
79 ArrayRef(const T *begin, const T *end) in ArrayRef() function
86 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function
92 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function
97 /*implicit*/ LLVM_CONSTEXPR ArrayRef(const T (&Arr)[N]) in ArrayRef() function
102 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DConstantFolding.h32 class ArrayRef; variable
H A DInstructionSimplify.h39 class ArrayRef; variable
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A DDelayedTemplateParsing.cpp107 template <typename = void> struct ArrayRef { struct
108 constexpr ArrayRef() {} in ArrayRef() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp41 SVal ArrayRef = C.getState()->getSVal(E, C.getLocationContext()); in getArraySym() local
70 SVal ArrayRef = State->getSVal(Array, C.getLocationContext()); in REGISTER_MAP_WITH_PROGRAMSTATE() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DLLVM.h31 template<typename T> class ArrayRef; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DMDBuilder.h25 template <typename T> class ArrayRef; variable
H A DDerivedTypes.h30 template<typename T> class ArrayRef; variable
H A DDataLayout.h45 class ArrayRef; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h24 template <typename T> class ArrayRef; variable