Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/openbsd-src/gnu/usr.bin/perl/dist/Test/t/
H A Dmultiline.t33 Get back, get back
34 Get back to where you once belonged
35 Get back, get back
36 Get back to where you once belonged
37 Get back Loretta Go home
38 Get back, get back
39 Get back to where you once belonged
40 Get back, get back
41 Get back to where you once belonged
42 Get home Loretta
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_vector_clock_test.cpp23 ASSERT_EQ(vc->Get(static_cast<Sid>(i)), kEpochZero); in TEST()
27 ASSERT_EQ(vc->Get(static_cast<Sid>(i)), static_cast<Epoch>(i)); in TEST()
30 ASSERT_EQ(vc->Get(static_cast<Sid>(i)), kEpochZero); in TEST()
41 ASSERT_EQ(vc1->Get(static_cast<Sid>(i)), kEpochZero); in TEST()
46 ASSERT_EQ(vc1->Get(static_cast<Sid>(i)), kEpochZero); in TEST()
54 ASSERT_EQ(vc1->Get(static_cast<Sid>(i)), in TEST()
57 ASSERT_EQ(vc2->Get(static_cast<Sid>(i)), in TEST()
62 ASSERT_EQ(vc3->Get(static_cast<Sid>(i)), in TEST()
64 ASSERT_EQ(vc2->Get(static_cast<Sid>(i)), in TEST()
78 ASSERT_EQ(vc1->Get(static_cast<Sid>(i)), expect); in TEST()
[all …]
H A Dtsan_trace_test.cpp106 CHECK_EQ(mset.Get(0).addr, 0x5001); in TRACE_TEST()
107 CHECK_EQ(mset.Get(0).stack_id, 0x6001); in TRACE_TEST()
108 CHECK_EQ(mset.Get(0).write, true); in TRACE_TEST()
109 CHECK_EQ(mset.Get(1).addr, 0x5002); in TRACE_TEST()
110 CHECK_EQ(mset.Get(1).stack_id, 0x6002); in TRACE_TEST()
111 CHECK_EQ(mset.Get(1).write, false); in TRACE_TEST()
192 CHECK_EQ(mset.Get(0).addr, 0x5000); in TRACE_TEST()
193 CHECK_EQ(mset.Get(0).stack_id, 0x6000); in TRACE_TEST()
194 CHECK_EQ(mset.Get(0).write, true); in TRACE_TEST()
195 CHECK_EQ(mset.Get(1).addr, 0x5001); in TRACE_TEST()
[all …]
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatCache.cpp27 void FormatCache::Entry::Get(lldb::TypeFormatImplSP &retval) { in Get() function in FormatCache::Entry
31 void FormatCache::Entry::Get(lldb::TypeSummaryImplSP &retval) { in Get() function in FormatCache::Entry
35 void FormatCache::Entry::Get(lldb::SyntheticChildrenSP &retval) { in Get() function in FormatCache::Entry
77 bool FormatCache::Get(ConstString type, ImplSP &format_impl_sp) { in Get() function in FormatCache
82 entry.Get(format_impl_sp); in Get()
93 FormatCache::Get<lldb::TypeFormatImplSP>(ConstString, lldb::TypeFormatImplSP &);
95 FormatCache::Get<lldb::TypeSummaryImplSP>(ConstString,
98 FormatCache::Get<lldb::SyntheticChildrenSP>(ConstString,
H A DLanguageCategory.cpp34 bool LanguageCategory::Get(FormattersMatchData &match_data, in Get() function in LanguageCategory
43 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) in Get()
48 bool result = m_category_sp->Get(valobj.GetObjectRuntimeLanguage(), in Get()
62 LanguageCategory::Get<lldb::TypeFormatImplSP>(FormattersMatchData &,
65 LanguageCategory::Get<lldb::TypeSummaryImplSP>(FormattersMatchData &,
68 LanguageCategory::Get<lldb::SyntheticChildrenSP>(FormattersMatchData &,
H A DTypeCategoryMap.cpp49 if (!Get(category_name, category)) in Enable()
57 if (!Get(category_name, category)) in Disable()
133 bool TypeCategoryMap::Get(KeyType name, ValueSP &entry) { in Get() function in TypeCategoryMap
142 bool TypeCategoryMap::Get(uint32_t pos, ValueSP &entry) { in Get() function in TypeCategoryMap
173 void TypeCategoryMap::Get(FormattersMatchData &match_data, ImplSP &retval) { in Get() function in TypeCategoryMap
198 if (!category_sp->Get( in Get()
212 TypeCategoryMap::Get<lldb::TypeFormatImplSP>(FormattersMatchData &match_data,
215 TypeCategoryMap::Get<lldb::TypeSummaryImplSP>(FormattersMatchData &match_data,
217 template void TypeCategoryMap::Get<lldb::SyntheticChildrenSP>(
H A DTypeCategory.cpp85 bool TypeCategoryImpl::Get(lldb::LanguageType lang, in Get() function in TypeCategoryImpl
90 return m_format_cont.Get(candidates, entry); in Get()
93 bool TypeCategoryImpl::Get(lldb::LanguageType lang, in Get() function in TypeCategoryImpl
98 return m_summary_cont.Get(candidates, entry); in Get()
101 bool TypeCategoryImpl::Get(lldb::LanguageType lang, in Get() function in TypeCategoryImpl
111 m_filter_cont.Get(candidates, filter_sp); in Get()
114 m_synth_cont.Get(candidates, synth_sp); in Get()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_chained_origin_depot_test.cpp28 EXPECT_EQ(chainedOriginDepot.Get(new_id, &prev_id), 1U); in TEST()
34 EXPECT_EQ(0U, chainedOriginDepot.Get(99, &prev_id)); in TEST()
40 EXPECT_EQ(0U, chainedOriginDepot.Get(0, &prev_id)); in TEST()
52 EXPECT_EQ(chainedOriginDepot.Get(new_id1, &prev_id), 11U); in TEST()
64 EXPECT_EQ(chainedOriginDepot.Get(new_id1, &prev_id), 21U); in TEST()
66 EXPECT_EQ(chainedOriginDepot.Get(new_id2, &prev_id), 21U); in TEST()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp117 MakePath(m_c_inc.Get(), "stdio.h"), in hasValidConfig()
120 MakePath(m_std_inc.Get(), "module.modulemap"), in hasValidConfig()
123 MakePath(m_std_inc.Get(), "vector"), in hasValidConfig()
150 m_include_dirs = {m_std_inc.Get().str(), m_resource_inc, in CppModuleConfiguration()
151 m_c_inc.Get().str()}; in CppModuleConfiguration()
153 m_include_dirs.push_back(m_c_target_inc.Get().str()); in CppModuleConfiguration()
155 m_include_dirs.push_back(m_std_target_inc.Get().str()); in CppModuleConfiguration()
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_msg_b8ff6d.rst31 sendmsg(MSG_RTN_GET_DOORBELL) Get doorbell ID.
32 sendmsg(MSG_RTN_GET_DDID) Get Draw/Dispatch ID.
33 sendmsg(MSG_RTN_GET_TMA) Get TMA value.
34 sendmsg(MSG_RTN_GET_TBA) Get TBA value.
35 sendmsg(MSG_RTN_GET_REALTIME) Get REALTIME value.
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatCache.h40 void Get(lldb::TypeFormatImplSP &);
41 void Get(lldb::TypeSummaryImplSP &);
42 void Get(lldb::SyntheticChildrenSP &);
60 template <typename ImplSP> bool Get(ConstString type, ImplSP &format_impl_sp);
H A DTypeCategoryMap.h64 bool Get(KeyType name, ValueSP &entry);
66 bool Get(uint32_t pos, ValueSP &entry);
81 template <typename ImplSP> void Get(FormattersMatchData &, ImplSP &);
H A DTypeCategory.h99 bool Get(const FormattersMatchVector &candidates, in Get() function
102 if (sc->Get(candidates, entry)) in Get()
111 if (sc->Get(FormattersMatchVector{candidate}, entry)) in AnyMatches()
324 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
327 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
330 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash5.C20 virtual int Get(int, T&) = 0;
51 Get(p, tp); in Access()
74 int Get(int p, T& t) in Get() function
79 int Get(int p, T *& t) in Get() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb81.C16 x Get(int index)const;
36 if(result ? bar(seq.Get(1),v2) : bar(seq.Get(2),v2)) in bar()
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dstack.t80 'Get stack size');
85 'Get stack size in thread');
91 'Get stack size in thread');
104 'Get stack size in thread');
115 'Get stack size in thread');
126 'Get stack size in thread');
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h79 T *p = Get(i); in TestOnlyUnmap()
91 T *p = Get(i); in MemoryUsage()
105 return Get(idx / kSize2); in contains()
125 T *Get(uptr idx) const { in Get() function
149 T *res = Get(idx); in Create()
H A Dsanitizer_allocator_stats.h47 uptr Get(AllocatorStat i) const { in Get() function
83 Add(AllocatorStat(i), s->Get(AllocatorStat(i))); in Unregister()
86 void Get(AllocatorStatCounters s) const { in Get() function
92 s[i] += stats->Get(AllocatorStat(i)); in Get()
H A Dsanitizer_stack_store.cpp124 uptr *StackStore::BlockInfo::Get() const { in Get() function in __sanitizer::StackStore::BlockInfo
133 uptr *ptr = Get(); in Create()
142 uptr *ptr = Get(); in GetOrCreate()
260 return Get(); in GetOrUnpack()
265 u8 *ptr = reinterpret_cast<u8 *>(Get()); in GetOrUnpack()
298 return Get(); in GetOrUnpack()
314 uptr *ptr = Get(); in Pack()
365 if (uptr *ptr = Get()) in TestOnlyUnmap()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DUserIDResolver.h29 return Get(uid, m_uid_cache, &UserIDResolver::DoGetUserName); in GetUserName()
32 return Get(gid, m_gid_cache, &UserIDResolver::DoGetGroupName); in GetGroupName()
47 Get(id_t id, Map &cache,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltinsBPF.def20 // Get record field information.
23 // Get BTF type id.
26 // Get type information.
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli253 (** [di_location_get_line l] Get the line number of debug location [l]. *)
256 (** [di_location_get_column l] Get the column number of debug location [l]. *)
259 (** [di_location_get_scope l] Get the local scope associated with
264 (** [di_location_get_inlined_at l] Get the "inlined at" location associated with
268 (** [di_scope_get_file l] Get the metadata of the file associated with scope [s]
272 (** [di_file_get_directory f] Get the directory of file [f]. *)
275 (** [di_file_get_filename f] Get the name of file [f]. *)
278 (** [di_file_get_source f] Get the source of file [f]. *)
590 (** [di_type_get_name m] Get the name of DIType [m]. *)
593 (** [di_type_get_size_in_bits m] Get size in bits of DIType [m]. *)
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp112 ValueType *(Module::*Get)(StringRef) const>
133 ValueType *(Module::*Get)(StringRef) const>
134 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) { in performOnModule()
136 if (ValueType *S = (M.*Get)(Source)) { in performOnModule()
140 if (Value *T = (M.*Get)(Target)) in performOnModule()
153 ValueType *(Module::*Get)(StringRef) const,
175 ValueType *(Module::*Get)(StringRef) const,
178 bool PatternRewriteDescriptor<DT, ValueType, Get, Iterator>::
195 if (Value *V = (M.*Get)(Name)) in performOnModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DSingleStepCheck.h42 static std::unique_ptr<SingleStepWorkaround> Get(::pid_t tid);
47 static std::unique_ptr<SingleStepWorkaround> Get(::pid_t tid) {
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dbycopy-3.m42 /* Get the protocol object */
53 /* Get the method types for the method - which encode return type,
57 /* Get the qualifiers for the return type */

12345678910>>...19