Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 239) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemoryLocation.cpp37 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation
47 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation
58 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation
66 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation
77 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DValueProfileCollector.cpp42 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get() function in __anon044bccfe0111::PluginChain
54 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get() function in __anon044bccfe0111::PluginChain
76 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get() function in ValueProfileCollector
/freebsd-12-stable/contrib/libstdc++/src/
Dstrstream.cc86 strstreambuf::strstreambuf(char* get, streamsize n, char* put) in strstreambuf()
91 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) in strstreambuf()
96 strstreambuf::strstreambuf(unsigned char* get, streamsize n, in strstreambuf()
102 strstreambuf::strstreambuf(const char* get, streamsize n) in strstreambuf()
107 strstreambuf::strstreambuf(const signed char* get, streamsize n) in strstreambuf()
112 strstreambuf::strstreambuf(const unsigned char* get, streamsize n) in strstreambuf()
323 strstreambuf::_M_setup(char* get, char* put, streamsize n) in _M_setup()
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dtuple_defs.h49 get(tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) in get() function
56 get(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) in get() function
/freebsd-12-stable/contrib/atf/atf-c++/detail/
Denv.cpp44 impl::get(const std::string& name) in get() function in impl
50 impl::get(const std::string& name, const std::string& default_value) in get() function in impl
Dauto_array.hpp103 auto_array< T >::get(void) in get() function in atf::auto_array
111 auto_array< T >::get(void) in get() function in atf::auto_array
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h196 LineEntry &get(size_t i) { in get() function
200 const LineEntry &get(size_t i) const { in get() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DType.cpp275 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType
327 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType
353 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType
372 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType
486 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType
604 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType
634 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get() function in VectorType
650 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get() function in FixedVectorType
671 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get() function in ScalableVectorType
693 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in PointerType
[all …]
DConstants.cpp888 ConstantInt *ConstantInt::get(LLVMContext &Context, const APInt &V) { in get() function in ConstantInt
901 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt
911 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt
923 Constant *ConstantInt::get(Type *Ty, const APInt& V) { in get() function in ConstantInt
935 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, uint8_t radix) { in get() function in ConstantInt
948 Constant *ConstantFP::get(Type *Ty, double V) { in get() function in ConstantFP
964 Constant *ConstantFP::get(Type *Ty, const APFloat &V) { in get() function in ConstantFP
976 Constant *ConstantFP::get(Type *Ty, StringRef Str) { in get() function in ConstantFP
1043 ConstantFP* ConstantFP::get(LLVMContext &Context, const APFloat& V) { in get() function in ConstantFP
1264 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { in get() function in ConstantArray
[all …]
DAttributes.cpp92 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute
121 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get() function in Attribute
144 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute
590 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get() function in AttributeSet
594 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get() function in AttributeSet
770 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get() function in AttributeSetNode
807 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get() function in AttributeSetNode
1040 AttributeList::get(LLVMContext &C, in get() function in AttributeList
1077 AttributeList::get(LLVMContext &C, in get() function in AttributeList
1108 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get() function in AttributeList
[all …]
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
DAtom.h110 T *const &get() const { in get() function
114 T *&get() { in get() function
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
DCoverageSummaryInfo.cpp48 FunctionCoverageSummary::get(const CoverageMapping &CM, in get() function in FunctionCoverageSummary
84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() function in FunctionCoverageSummary
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DTrackingMDRef.h57 Metadata *get() const { return MD; } in get() function
126 T *get() const { return (T *)Ref.get(); } in get() function
DDerivedTypes.h262 get(Type *elt1, Tys *... elts) { in get() function
426 static VectorType *get(Type *ElementType, unsigned NumElements, in get() function
432 static VectorType *get(Type *ElementType, const VectorType *Other) { in get() function
532 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get() function
579 static ScalableVectorType *get(Type *ElementType, in get() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DOwnership.h80 PtrTy get() const { in get() function
104 OpaquePtr<T> get() const { return OpaquePtr<T>::getFromOpaquePtr(Ptr); } in get() function
/freebsd-12-stable/contrib/atf/atf-c/detail/
Denv_test.c52 ATF_TC_HEAD(get, tc) in ATF_TC_HEAD() argument
56 ATF_TC_BODY(get, tc) in ATF_TC_BODY() argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dstats.h49 uptr get(StatType I) const { return atomic_load_relaxed(&StatsArray[I]); } in get() function
75 void get(uptr *S) const { in get() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DRecord.cpp80 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get() function in BitsRecTy
148 RecordRecTy *RecordRecTy::get(ArrayRef<Record *> UnsortedClasses) { in get() function in RecordRecTy
286 UnsetInit *UnsetInit::get() { in get() function in UnsetInit
299 BitInit *BitInit::get(bool V) { in get() function in BitInit
330 BitsInit *BitsInit::get(ArrayRef<Init *> Range) { in get() function in BitsInit
448 IntInit *IntInit::get(int64_t V) { in get() function in IntInit
505 AnonymousNameInit *AnonymousNameInit::get(unsigned V) { in get() function in AnonymousNameInit
527 StringInit *StringInit::get(StringRef V, StringFormat Fmt) { in get() function in StringInit
561 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) { in get() function in ListInit
698 UnOpInit *UnOpInit::get(UnaryOp Opc, Init *LHS, RecTy *Type) { in get() function in UnOpInit
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DErrorOr.h150 reference get() { return *getStorage(); } in get() function
151 const_reference get() const { return const_cast<ErrorOr<T> *>(this)->get(); } in get() function
DThreadLocal.h51 T* get() { return static_cast<T*>(getInstance()); } in get() function
DSaveAndRestore.h27 T get() { return OldValue; } in get() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_hash.h33 u32 get() { in get() function
/freebsd-12-stable/contrib/wpa/src/utils/
Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBThreadPlan.h126 lldb_private::ThreadPlan *get() const { return GetSP().get(); } in get() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DRichManglingContext.h104 template <class ParserT> static ParserT *get(llvm::Any parser) { in get() function

12345678910