Home
last modified time | relevance | path

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

12345678910>>...16

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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
/netbsd-src/external/bsd/elftosb/dist/common/
H A Dsmart_ptr.h38 ptr_type get() { return _p; } in get() function
41 const_ptr_type get() const { return _p; } in get() function
147 ptr_type get() { return _p; } in get() function
150 const_ptr_type get() const { return _p; } in get() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp42 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get() function in __anon52a321310111::PluginChain
54 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get() function in __anon52a321310111::PluginChain
76 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get() function in ValueProfileCollector
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc83 strstreambuf::strstreambuf(char* get, streamsize n, char* put) throw () in strstreambuf()
88 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) throw () in strstreambuf()
93 strstreambuf::strstreambuf(unsigned char* get, streamsize n, in strstreambuf()
99 strstreambuf::strstreambuf(const char* get, streamsize n) throw () in strstreambuf()
104 strstreambuf::strstreambuf(const signed char* get, streamsize n) throw () in strstreambuf()
109 strstreambuf::strstreambuf(const unsigned char* get, streamsize n) throw () in strstreambuf()
320 strstreambuf::_M_setup(char* get, char* put, streamsize n) throw () in _M_setup()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc83 strstreambuf::strstreambuf(char* get, streamsize n, char* put) throw () in strstreambuf()
88 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) throw () in strstreambuf()
93 strstreambuf::strstreambuf(unsigned char* get, streamsize n, in strstreambuf()
99 strstreambuf::strstreambuf(const char* get, streamsize n) throw () in strstreambuf()
104 strstreambuf::strstreambuf(const signed char* get, streamsize n) throw () in strstreambuf()
109 strstreambuf::strstreambuf(const unsigned char* get, streamsize n) throw () in strstreambuf()
320 strstreambuf::_M_setup(char* get, char* put, streamsize n) throw () in _M_setup()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_dma.c129 uint32_t get = nvif_rd32(&chan->user, 0x88); in nv50_dma_push_wait() local
160 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local
196 int cnt = 0, get; in nouveau_dma_wait() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_hash.h33 u32 get() { in get() function
57 u64 get() { in get() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h196 LineEntry &get(size_t i) { in get() function
200 const LineEntry &get(size_t i) const { in get() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp269 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType
321 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType
347 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType
366 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType
480 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType
598 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType
628 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get() function in VectorType
644 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get() function in FixedVectorType
665 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get() function in ScalableVectorType
687 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in PointerType
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/include/openssl/
H A Dbase.h58 T *get() { return &ctx_; } in get() function
59 const T *get() const { return &ctx_; } in get() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DIndexMap2D.h85 IndexMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2) in get() function
97 IndexMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2, in get() function
H A DDbeCacheMap.h62 get (Key_t key) in get() function
80 get (Key_t /* key */, typename Map<Key_t, ITEM *>::Relation /* rel */) in get() function
H A DDefaultMap2D.h99 DefaultMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2) in get() function
109 DefaultMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2, in get() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DIndexMap2D.h85 IndexMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2) in get() function
97 IndexMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2, in get() function
H A DDbeCacheMap.h62 get (Key_t key) in get() function
80 get (Key_t /* key */, typename Map<Key_t, ITEM *>::Relation /* rel */) in get() function
H A DDefaultMap2D.h99 DefaultMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2) in get() function
109 DefaultMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2, in get() function
/netbsd-src/usr.bin/sort/
H A Dmsort.c79 get_func_t get; member
99 save_for_merge(FILE *fp, get_func_t get, struct field *ftbl) in save_for_merge()
138 get_func_t get = SINGL_FLD ? makeline : makekey; in fmerge() local
370 get_func_t get = SINGL_FLD ? makeline : makekey; in order() local
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dconfig_test.c97 ATF_TC_HEAD(get, tc) in ATF_TC_HEAD() argument
101 ATF_TC_BODY(get, tc) in ATF_TC_BODY() argument
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Denv_test.c55 ATF_TC_HEAD(get, tc) in ATF_TC_HEAD() argument
59 ATF_TC_BODY(get, tc) in ATF_TC_BODY() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp48 FunctionCoverageSummary::get(const CoverageMapping &CM, in get() function in FunctionCoverageSummary
84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() function in FunctionCoverageSummary
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DTrackingMDRef.h57 Metadata *get() const { return MD; } in get() function
126 T *get() const { return (T *)Ref.get(); } in get() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOwnership.h80 PtrTy get() const { in get() function
104 OpaquePtr<T> get() const { return OpaquePtr<T>::getFromOpaquePtr(Ptr); } in get() function
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Drpc.hh46 T get () const { return m_object; } in get() function in cc1_plugin::argument_wrapper
71 const type *get () const in get() function in cc1_plugin::argument_wrapper
/netbsd-src/external/bsd/atf/dist/tools/
H A Dauto_array.hpp107 auto_array< T >::get(void) in get() function in tools::auto_array
115 auto_array< T >::get(void) in get() function in tools::auto_array
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dauto_array.hpp107 auto_array< T >::get(void) in get() function in atf::auto_array
115 auto_array< T >::get(void) in get() function in atf::auto_array

12345678910>>...16