Home
last modified time | relevance | path

Searched refs:value_ptr (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp150 auto value_ptr = dict_copy_ptr->GetValueForKey(ConstString("A")); in TEST() local
151 ASSERT_TRUE(value_ptr); in TEST()
152 ASSERT_EQ(value_ptr->GetParent().get(), dict_copy_ptr); in TEST()
153 ASSERT_EQ(value_ptr->GetUInt64Value(), 1U); in TEST()
155 value_ptr = dict_copy_ptr->GetValueForKey(ConstString("B")); in TEST()
156 ASSERT_TRUE(value_ptr); in TEST()
157 ASSERT_EQ(value_ptr->GetParent().get(), dict_copy_ptr); in TEST()
158 ASSERT_EQ(value_ptr->GetUInt64Value(), 2U); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h55 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { in PTHREAD_JOIN() argument
56 ASSERT_EQ(0, value_ptr) << "Nonzero value_ptr is not supported yet."; in PTHREAD_JOIN()
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/
H A DAtomicCompareExchange.ll28 define dso_local spir_func void @test(i32* %ptr, i32* %value_ptr, i32 %comparator) local_unnamed_ad…
30 %0 = load i32, i32* %value_ptr, align 4
37 store i32 %3, i32* %value_ptr, align 4
/llvm-project-15.0.7/llvm/lib/Support/
H A DDataExtractor.cpp69 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local
70 ++value_ptr, offset += sizeof(*dst)) in getUs()
71 *value_ptr = getU<T>(offset_ptr, Err); in getUs()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h49 extern "C" int __interceptor_pthread_join(pthread_t thread, void **value_ptr);
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h149 llvm::Constant **&value_ptr);
/llvm-project-15.0.7/llvm/utils/gdb-scripts/
H A Dprettyprinters.py233 value_ptr = (entry_ptr + 1).cast(value_ty.pointer())
239 value = value_ptr.dereference()
/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h582 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr),
583 (ITT_FORMAT id, value_ptr), counter_set_value, __itt_group_counter,
587 unsigned long long timestamp, void *value_ptr),
588 (ITT_FORMAT id, clock_domain, timestamp, value_ptr),
H A Dittnotify.h3399 void ITTAPI __itt_counter_set_value(__itt_counter id, void *value_ptr);
3403 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr))
3407 #define __itt_counter_set_value(id, value_ptr)
3421 void *value_ptr);
3428 unsigned long long timestamp, void *value_ptr))
3432 #define __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dprivate-memory-r600.ll106 %value_ptr = getelementptr inbounds [2 x i32], [2 x i32] addrspace(5)* %prv_array, i32 0, i32 0
107 %value = load i32, i32 addrspace(5)* %value_ptr
H A Damdgpu.private-memory.ll219 %value_ptr = getelementptr inbounds [2 x i32], [2 x i32] addrspace(5)* %prv_array, i32 0, i32 0
220 %value = load i32, i32 addrspace(5)* %value_ptr
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp1027 lldb::addr_t value_ptr = key_ptr + ptr_size; in GetChildAtIndex() local
1034 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error); in GetChildAtIndex()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.mm683 err.LogThreaded("::pthread_join ( thread = %p, value_ptr = NULL)",