Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_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-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h70 /*implicit*/ ArrayRef(std::nullopt_t) {} in ArrayRef() function
73 /*implicit*/ ArrayRef(const T &OneElt) ArrayRef() function
77 constexpr /*implicit*/ ArrayRef(const T *data, size_t length) ArrayRef() function
81 constexpr ArrayRef(const T *begin, const T *end) ArrayRef() function
90 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) ArrayRef() function
96 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) ArrayRef() function
101 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) ArrayRef() function
106 /*implicit*/ constexpr ArrayRef(const T (&Arr)[N]) : Data(Arr), Length(N) {} ArrayRef() function
116 constexpr /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) ArrayRef() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ToolDrivers/llvm-lib/
H A DLibDriver.h18 template <typename T> class ArrayRef; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.h18 template <typename T> class ArrayRef; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.h22 template <typename T> class ArrayRef; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DReplaceConstant.h19 template <typename T> class ArrayRef; variable
H A DConstantFold.h28 template <typename T> class ArrayRef; variable
H A DMDBuilder.h27 template <typename T> class ArrayRef; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCRC.h19 template <typename T> class ArrayRef; variable
H A DProcess.h35 template <typename T> class ArrayRef; variable
H A DSHA256.h30 template <typename T> class ArrayRef; variable
H A DSHA1.h22 template <typename T> class ArrayRef; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h19 template <typename T> class ArrayRef; variable
H A DModuleUtils.h26 template <typename T> class ArrayRef; variable
H A DLoopVersioning.h34 template <typename T> class ArrayRef; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DParallelCG.h
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.h
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h25 template <typename T> class ArrayRef; variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp36 SVal ArrayRef = C.getSVal(E); in getArraySym() local
69 SVal ArrayRef = C.getSVal(Array); in REGISTER_MAP_WITH_PROGRAMSTATE() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h26 template <typename T> class ArrayRef; global() variable
H A DInstructionSimplify.h39 template <class T> class ArrayRef; global() variable
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h32 template <typename T> class ArrayRef; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h31 template<typename T> class ArrayRef; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h18 template <typename T> class ArrayRef; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h31 template <typename T> class ArrayRef; variable

12