/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | transfer.f90 | 3 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 D | ctor.pass.cpp | 34 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 D | get.pass.cpp | 25 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 D | visit_format_arg.pass.cpp | 33 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 D | visit.pass.cpp | 33 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 D | visit.return_type.pass.cpp | 48 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 D | visit_format_arg.deprecated.verify.cpp | 26 auto store = std::make_format_args<Context>(value); in test() local
|
/llvm-project/libcxx/test/std/atomics/atomics.ref/ |
H A D | compare_exchange_weak.pass.cpp | 82 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 D | compare_exchange_strong.pass.cpp | 82 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 D | load.pass.cpp | 43 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 D | wait.pass.cpp | 60 …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 D | compare_exchange_weak.pass.cpp | 85 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 D | compare_exchange_strong.pass.cpp | 76 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 D | wait.pass.cpp | 81 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 D | load.pass.cpp | 108 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 D | Store.h | 196 incrementReferenceCount(Store store) incrementReferenceCount() argument 201 decrementReferenceCount(Store store) decrementReferenceCount() argument 285 StoreRef(Store store,StoreManager & smgr) StoreRef() argument [all...] |
H A D | StoreRef.h | 30 Store store; variable
|
/llvm-project/libc/src/__support/ |
H A D | fixedvector.h | 21 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 D | ClangTidyCheck.h | 412 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 D | make_format_args.pass.cpp | 35 [[maybe_unused]] auto store = std::make_format_args(i, p, b, c); main() local
|
H A D | make_wformat_args.pass.cpp | 35 [[maybe_unused]] auto store = std::make_wformat_args(i, p, b, c); main() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 136 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 D | aarch64-ls64-inline-asm.c |
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | vector_race.cpp | 14 void store(__m128i *v, __m128i a) { in store() function
|
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.context/format.context/ |
H A D | arg.pass.cpp | 30 auto store = std::make_format_args<std::basic_format_context<OutIt, CharT>>(b, c, a, string); test() local
|