Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ADT/
HDArrayRef.h51 /*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
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDObjCContainersChecker.cpp42 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
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDConstantFolding.h32 class ArrayRef; variable
HDInstructionSimplify.h39 class ArrayRef; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDLLVM.h31 template<typename T> class ArrayRef; variable
/NextBSD/contrib/llvm/include/llvm/IR/
HDMDBuilder.h25 template <typename T> class ArrayRef; variable
HDDerivedTypes.h30 template<typename T> class ArrayRef; variable
HDDataLayout.h45 class ArrayRef; variable
/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFF.h24 template <typename T> class ArrayRef; variable