Searched defs:ArrayRef (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h[all...]
H A DArrayRef.h41 class LLVM_NODISCARD ArrayRef { class in namespace:llvm
63 /*implicit*/ ArrayRef(NoneType) {} function in class:llvm::ArrayRef
66 /*implicit*/ ArrayRef(const T &OneElt) function in class:llvm::ArrayRef
70 /*implicit*/ ArrayRef(const T *data, size_t length) function in class:llvm::ArrayRef
74 ArrayRef(const T *begin, const T *end) function in class:llvm::ArrayRef
81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) function in class:llvm::ArrayRef
87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) function in class:llvm::ArrayRef
92 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) function in class:llvm::ArrayRef
107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) function in class:llvm::ArrayRef
117 ArrayRef( function in class:llvm::ArrayRef
127 /*implicit*/ ArrayRef( function in class:llvm::ArrayRef
137 ArrayRef(const std::vector<U *, A> &Vec, function in class:llvm::ArrayRef
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp41 SVal ArrayRef = C.getSVal(E); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h56 ArgInfo(ArrayRef<Register> Regs, Type *Ty, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp560 getAcceptedCompletionTypes( ArrayRef<std::pair<MatcherCtor, unsigned>> Context) argument
H A DParser.cpp650 getAcceptedCompletionTypes( ArrayRef<std::pair<MatcherCtor, unsigned>> Context) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp612 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2966 emitDebugInfoForUDTs( ArrayRef<std::pair<std::string, const DIType *>> UDTs) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1877 verifyFunctionMetadata( ArrayRef<std::pair<unsigned, MDNode *>> MDs) argument

Completed in 137 milliseconds