| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_array_ref.h | 30 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/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ArrayRef.h | 71 ArrayRef(std::nullopt_t) {} in ArrayRef() function 74 /*implicit*/ ArrayRef(const T &OneElt LLVM_LIFETIME_BOUND) in ArrayRef() function 78 constexpr /*implicit*/ ArrayRef(const T *data LLVM_LIFETIME_BOUND, in ArrayRef() function 83 constexpr ArrayRef(const T *begin LLVM_LIFETIME_BOUND, const T *end) in ArrayRef() function 99 /*implicit*/ constexpr ArrayRef(const C &V) in ArrayRef() function 104 /*implicit*/ constexpr ArrayRef(const T (&Arr LLVM_LIFETIME_BOUND)[N]) in ArrayRef() function 115 constexpr /*implicit*/ ArrayRef( in ArrayRef() function 128 ArrayRef(const iterator_range<U *> &Range) in ArrayRef() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.h | 20 template <typename T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.h | 20 template <typename T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SipHash.h | 25 template <typename T> class ArrayRef; variable
|
| H A D | CRC.h | 20 template <typename T> class ArrayRef; variable
|
| H A D | Process.h | 36 template <typename T> class ArrayRef; variable
|
| H A D | SHA256.h | 31 template <typename T> class ArrayRef; variable
|
| H A D | SHA1.h | 23 template <typename T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ReplaceConstant.h | 21 template <typename T> class ArrayRef; variable
|
| H A D | ConstantFold.h | 29 template <typename T> class ArrayRef; variable
|
| H A D | MemoryModelRelaxationAnnotations.h | 28 template <typename T> class ArrayRef; variable
|
| H A D | MDBuilder.h | 28 template <typename T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | PromoteMemToReg.h | 21 template <typename T> class ArrayRef; variable
|
| H A D | CallPromotionUtils.h | 20 template <typename T> class ArrayRef; variable
|
| H A D | ModuleUtils.h | 27 template <typename T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ShuffleDecode.h | 25 template <typename T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCContainersChecker.cpp | 36 SVal ArrayRef = C.getSVal(E); in getArraySym() local 69 SVal ArrayRef = C.getSVal(Array); in REGISTER_MAP_WITH_PROGRAMSTATE() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 32 template <typename T> class ArrayRef; variable
|
| H A D | InstructionSimplify.h | 41 template <class T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LLVM.h | 31 template<typename T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | LLVM.h | 32 template <typename T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveDebugVariables.h | 31 template <typename T> class ArrayRef; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsABIInfo.h | 18 template <typename T> class ArrayRef; variable
|