/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 36 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation 45 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation 54 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation 59 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation 68 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
|
/openbsd/gnu/lib/libstdc++/libstdc++/src/ |
H A D | strstream.cc | 86 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() 321 strstreambuf::_M_setup(char* get, char* put, streamsize n) in _M_setup()
|
/openbsd/gnu/gcc/libstdc++-v3/src/ |
H A D | strstream.cc | 86 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() 321 strstreambuf::_M_setup(char* get, char* put, streamsize n) in _M_setup()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfileCollector.cpp | 39 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get() function in __anoncf2b59f30111::PluginChain 51 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get() function in __anoncf2b59f30111::PluginChain 73 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get() function in ValueProfileCollector
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Type.cpp | 313 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType 363 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType 389 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType 408 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType 522 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType 640 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType 670 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get() function in VectorType 707 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get() function in ScalableVectorType 729 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in PointerType 748 PointerType *PointerType::get(LLVMContext &C, unsigned AddressSpace) { in get() function in PointerType [all …]
|
H A D | Constants.cpp | 909 Constant *ConstantInt::get(Type *Ty, const APInt& V) { in get() function in ConstantInt 934 Constant *ConstantFP::get(Type *Ty, double V) { in get() function in ConstantFP 950 Constant *ConstantFP::get(Type *Ty, const APFloat &V) { in get() function in ConstantFP 962 Constant *ConstantFP::get(Type *Ty, StringRef Str) { in get() function in ConstantFP 1356 Constant *ConstantVector::get(ArrayRef<Constant*> V) { in get() function in ConstantVector 1595 ConstantAggregateZero *ConstantAggregateZero::get(Type *Ty) { in get() function in ConstantAggregateZero 1740 UndefValue *UndefValue::get(Type *Ty) { in get() function in UndefValue 1759 PoisonValue *PoisonValue::get(Type *Ty) { in get() function in PoisonValue 1773 BlockAddress *BlockAddress::get(BasicBlock *BB) { in get() function in BlockAddress 1778 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { in get() function in BlockAddress [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p12306a.C | 21 virtual class b* get() {return 0;} in get() function 26 virtual class b* get() {return &_c;} in get() function
|
H A D | p2746.C | 69 Link *IListBase::get() in get() function 88 T *get() { return (T *)IListBase::get(); } in get() function
|
/openbsd/gnu/llvm/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCReleaser.h | 82 T get() { return _ptr; } in get() function 84 const T get() const { return _ptr; } in get() function
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | CFUtils.h | 50 const T get() const { return _ptr; } in get() function 51 T get() { return _ptr; } in get() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | tuple_defs.h | 49 get(tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) in get() function 56 get(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) in get() function
|
/openbsd/usr.bin/openssl/ |
H A D | apps_posix.c | 127 app_timer_real(int get) in app_timer_real() 142 app_timer_user(int get) in app_timer_user()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_hash.h | 33 u32 get() { in get() function 57 u64 get() { in get() function
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineTable.h | 196 LineEntry &get(size_t i) { in get() function 200 const LineEntry &get(size_t i) const { in get() function
|
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | Record.cpp | 121 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get() function in BitRecTy 160 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get() function in IntRecTy 169 StringRecTy *StringRecTy::get(RecordKeeper &RK) { in get() function in StringRecTy 198 DagRecTy *DagRecTy::get(RecordKeeper &RK) { in get() function in DagRecTy 213 RecordRecTy *RecordRecTy::get(RecordKeeper &RK, in get() function in RecordRecTy 252 RecordRecTy *RecordRecTy::get(Record *Class) { in get() function in RecordRecTy 360 UnsetInit *UnsetInit::get(RecordKeeper &RK) { in get() function in UnsetInit 372 BitInit *BitInit::get(RecordKeeper &RK, bool V) { in get() function in BitInit 1901 VarInit *VarInit::get(Init *VN, RecTy *T) { in get() function in VarInit 1980 DefInit *DefInit::get(Record *R) { in get() function in DefInit [all …]
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 41 InstrProfCorrelator::Context::get(std::unique_ptr<MemoryBuffer> Buffer, in get() function in InstrProfCorrelator::Context 55 InstrProfCorrelator::get(StringRef DebugInfoFilename) { in get() function in InstrProfCorrelator 78 InstrProfCorrelator::get(std::unique_ptr<MemoryBuffer> Buffer) { in get() function in InstrProfCorrelator 131 InstrProfCorrelatorImpl<IntPtrT>::get( in get() function in InstrProfCorrelatorImpl
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | DivisionByConstantInfo.cpp | 21 SignedDivisionByConstantInfo SignedDivisionByConstantInfo::get(const APInt &D) { in get() function in SignedDivisionByConstantInfo 74 UnsignedDivisionByConstantInfo::get(const APInt &D, unsigned LeadingZeros, in get() function in UnsignedDivisionByConstantInfo
|
/openbsd/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 48 FunctionCoverageSummary::get(const CoverageMapping &CM, in get() function in FunctionCoverageSummary 84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() function in FunctionCoverageSummary
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | TrackingMDRef.h | 57 Metadata *get() const { return MD; } in get() function 126 T *get() const { return (T *)Ref.get(); } in get() function
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Ownership.h | 80 PtrTy get() const { in get() function 104 OpaquePtr<T> get() const { return OpaquePtr<T>::getFromOpaquePtr(Ptr); } in get() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | locale_facets.h | 720 get(iter_type __in, iter_type __end, ios_base& __io, in get() function 725 get(iter_type __in, iter_type __end, ios_base& __io, in get() function 730 get(iter_type __in, iter_type __end, ios_base& __io, in get() function 735 get(iter_type __in, iter_type __end, ios_base& __io, in get() function 740 get(iter_type __in, iter_type __end, ios_base& __io, in get() function 746 get(iter_type __in, iter_type __end, ios_base& __io, in get() function 751 get(iter_type __in, iter_type __end, ios_base& __io, in get() function 757 get(iter_type __in, iter_type __end, ios_base& __io, in get() function 762 get(iter_type __in, iter_type __end, ios_base& __io, in get() function 767 get(iter_type __in, iter_type __end, ios_base& __io, in get() function [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | stats.h | 49 uptr get(StatType I) const { return atomic_load_relaxed(&StatsArray[I]); } in get() function 75 void get(uptr *S) const { in get() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_istream.h | 327 get(char_type* __s, streamsize __n) in get() function 360 get(__streambuf_type& __sb) in get() function
|
/openbsd/gnu/llvm/libcxx/include/__ranges/ |
H A D | subrange.h | 234 constexpr auto get(const subrange<_Iter, _Sent, _Kind>& __subrange) { in get() function 244 constexpr auto get(subrange<_Iter, _Sent, _Kind>&& __subrange) { in get() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 47 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() function 297 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get() function 328 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get() function
|