Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_array_ref.h30 constexpr ArrayRef() {} in ArrayRef() function
31 constexpr ArrayRef(const T *begin, const T *end) : begin_(begin), end_(end) { in ArrayRef() function
34 constexpr ArrayRef(const T *data, uptr length) in ArrayRef() function
37 constexpr ArrayRef(const T (&src)[N]) : ArrayRef(src, src + N) {} in ArrayRef() function
39 constexpr ArrayRef(const C &src) in ArrayRef() function
41 ArrayRef(const T &one_elt) : ArrayRef(&one_elt, &one_elt + 1) {} in ArrayRef() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDArrayRef.h70 /*implicit*/ ArrayRef(std::nullopt_t) {} in ArrayRef() function
73 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function
77 constexpr /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function
81 constexpr ArrayRef(const T *begin, const T *end) in ArrayRef() function
90 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() function
96 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() function
101 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef() function
106 /*implicit*/ constexpr ArrayRef(const T (&Arr)[N]) : Data(Arr), Length(N) {} in ArrayRef() function
116 constexpr /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ToolDrivers/llvm-dlltool/
HDDlltoolDriver.h18 template <typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ToolDrivers/llvm-lib/
HDLibDriver.h18 template <typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/GISel/
HDX86CallLowering.h22 template <typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDSipHash.h24 template <typename T> class ArrayRef; variable
HDCRC.h19 template <typename T> class ArrayRef; variable
HDProcess.h35 template <typename T> class ArrayRef; variable
HDSHA1.h22 template <typename T> class ArrayRef; variable
HDSHA256.h30 template <typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDReplaceConstant.h19 template <typename T> class ArrayRef; variable
HDConstantFold.h28 template <typename T> class ArrayRef; variable
HDMemoryModelRelaxationAnnotations.h27 template <typename T> class ArrayRef; variable
HDMDBuilder.h27 template <typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDPromoteMemToReg.h19 template <typename T> class ArrayRef; variable
HDCallPromotionUtils.h18 template <typename T> class ArrayRef; variable
HDModuleUtils.h26 template <typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveDebugVariables.h28 template <typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86ShuffleDecode.h25 template <typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDObjCContainersChecker.cpp36 SVal ArrayRef = C.getSVal(E); in getArraySym() local
69 SVal ArrayRef = C.getSVal(Array); in REGISTER_MAP_WITH_PROGRAMSTATE() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDConstantFolding.h31 template <typename T> class ArrayRef; variable
HDInstructionSimplify.h40 template <class T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
HDLLVM.h32 template <typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLLVM.h31 template<typename T> class ArrayRef; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsABIInfo.h18 template <typename T> class ArrayRef; variable

12