Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 74) sorted by relevance

123

/llvm-project/flang/test/Lower/Intrinsics/
H A Dtransfer.f903 subroutine trans_test(store, word) argument
26 integer :: store local
73 subroutine trans_test2(store, word) argument
74 integer :: store(3) local
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.arguments/format.args/
H A Dctor.pass.cpp34 auto store = std::make_format_args<Context>(i); test() local
41 auto store = std::make_format_args<Context>(i, c); test() local
49 auto store = std::make_format_args<Context>(i, c, p); test() local
[all...]
H A Dget.pass.cpp25 auto store = std::make_format_args<Context>(value); test() local
45 auto store = std::make_format_args<Context>(value); test_handle() local
62 auto store = std::make_format_args<Context>(value); test_string_view() local
/llvm-project/libcxx/test/std/utilities/format/format.arguments/format.arg/
H A Dvisit_format_arg.pass.cpp33 auto store = std::make_format_args<Context>(value); test() local
59 auto store = std::make_format_args<Context>(value); test_handle() local
76 auto store = std::make_format_args<Context>(value); test_string_view() local
H A Dvisit.pass.cpp33 auto store = std::make_format_args<Context>(value); in test() local
57 auto store = std::make_format_args<Context>(value); in test_handle() local
74 auto store = std::make_format_args<Context>(value); in test_string_view() local
H A Dvisit.return_type.pass.cpp48 auto store = std::make_format_args<Context>(value); in test() local
75 auto store = std::make_format_args<Context>(value); in test_handle() local
96 auto store = std::make_format_args<Context>(value); in test_string_view() local
H A Dvisit_format_arg.deprecated.verify.cpp26 auto store = std::make_format_args<Context>(value); in test() local
/llvm-project/libcxx/test/std/atomics/atomics.ref/
H A Dcompare_exchange_weak.pass.cpp82 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() local
101 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() local
121 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() local
150 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() local
179 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() local
212 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::s… in operator ()() local
H A Dcompare_exchange_strong.pass.cpp82 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() local
99 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() local
120 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() local
147 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() local
174 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() local
207 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::s… in operator ()() local
H A Dload.pass.cpp43 auto store = [](std::atomic_ref<T> const& y, T, T new_val) { y.store(new_val); }; in operator ()() local
52 …auto store = [](std::atomic_ref<T> const& y, T, T new_val) { y.store(new_val, std::memory_order::r… in operator ()() local
H A Dwait.pass.cpp60 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() local
71 auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val); }; in operator ()() local
/llvm-project/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/
H A Dcompare_exchange_weak.pass.cpp85 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() local
104 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() local
124 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() local
153 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() local
182 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() local
214 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() local
H A Dcompare_exchange_strong.pass.cpp76 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() local
93 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() local
113 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() local
140 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() local
167 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() local
199 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() local
H A Dwait.pass.cpp81 auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_order::release); }; test_impl() local
92 auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val); }; test_impl() local
H A Dload.pass.cpp108 auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_order::release); }; test_impl() local
115 auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val); }; test_impl() local
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h196 incrementReferenceCount(Store store) incrementReferenceCount() argument
201 decrementReferenceCount(Store store) decrementReferenceCount() argument
285 StoreRef(Store store,StoreManager & smgr) StoreRef() argument
[all...]
H A DStoreRef.h30 Store store; variable
/llvm-project/libc/src/__support/
H A Dfixedvector.h21 cpp::array<T, CAPACITY> store; global() variable
83 destroy(FixedVector<T,CAPACITY> * store) destroy() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyCheck.h412 store(ClangTidyOptions::OptionMap &Options, StringRef LocalName, store() function
425 store(ClangTidyOptions::OptionMap &Options, StringRef LocalName, store() function
440 store(ClangTidyOptions::OptionMap &Options, StringRef LocalName, store() function
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.arguments/format.arg.store/
H A Dmake_format_args.pass.cpp35 [[maybe_unused]] auto store = std::make_format_args(i, p, b, c); main() local
H A Dmake_wformat_args.pass.cpp35 [[maybe_unused]] auto store = std::make_wformat_args(i, p, b, c); main() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp136 uptr *StackStore::BlockInfo::Create(StackStore *store) { in Create()
146 uptr *StackStore::BlockInfo::GetOrCreate(StackStore *store) { in GetOrCreate()
258 uptr *StackStore::BlockInfo::GetOrUnpack(StackStore *store) { in GetOrUnpack()
306 uptr StackStore::BlockInfo::Pack(Compression type, StackStore *store) { in Pack()
369 void StackStore::BlockInfo::TestOnlyUnmap(StackStore *store) { in TestOnlyUnmap()
/llvm-project/clang/test/CodeGen/
H A Daarch64-ls64-inline-asm.c
/llvm-project/compiler-rt/test/tsan/
H A Dvector_race.cpp14 void store(__m128i *v, __m128i a) { in store() function
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.context/format.context/
H A Darg.pass.cpp30 auto store = std::make_format_args<std::basic_format_context<OutIt, CharT>>(b, c, a, string); test() local

123