Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h72 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() function
75 /*implicit*/ ArrayRef(const T &OneElt) in ArrayRef() function
79 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() function
83 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 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() function
H A DAPInt.h32 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ToolDrivers/llvm-lib/
H A DLibDriver.h18 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.h18 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCRC.h19 template <typename T> class ArrayRef; variable
H A DProcess.h36 template <typename T> class ArrayRef; variable
H A DGlobPattern.h26 template <typename T> class ArrayRef; variable
H A DSHA1.h22 template <typename T> class ArrayRef; variable
H A DSHA256.h30 template <typename T> class ArrayRef; variable
H A DMD5.h39 template <typename T> class ArrayRef; variable
H A DConvertUTF.h183 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.h28 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.h24 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DParallelCG.h22 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h19 template <typename T> class ArrayRef; variable
H A DModuleUtils.h22 template <typename T> class ArrayRef; variable
H A DLoopVersioning.h33 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.h22 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h25 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp41 SVal ArrayRef = C.getSVal(E); in getArraySym() local
77 SVal ArrayRef = C.getSVal(Array); in REGISTER_MAP_WITH_PROGRAMSTATE() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h24 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h32 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h34 template<typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h18 template <typename T> class ArrayRef; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h27 template <typename T> class ArrayRef; variable

12