Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/ADT/
HDArrayRef.h51 /*implicit*/ ArrayRef() : Data(0), Length(0) {} in ArrayRef() function
54 /*implicit*/ ArrayRef(NoneType) : Data(0), 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
88 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDObjCContainersChecker.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
/trueos/contrib/llvm/include/llvm/Analysis/
HDInstructionSimplify.h39 class ArrayRef; variable
HDConstantFolding.h32 class ArrayRef; variable
/trueos/contrib/llvm/include/llvm/Support/
HDMD5.h36 template <typename T> class ArrayRef; variable
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDLLVM.h31 template<typename T> class ArrayRef; variable
/trueos/contrib/llvm/include/llvm/IR/
HDDerivedTypes.h30 template<typename T> class ArrayRef; variable
HDDataLayout.h40 class ArrayRef; variable
/trueos/contrib/llvm/include/llvm/Object/
HDCOFF.h23 class ArrayRef; variable