Home
last modified time | relevance | path

Searched defs:value_ptr (Results 1 – 4 of 4) sorted by relevance

/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()
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp150 auto value_ptr = dict_copy_ptr->GetValueForKey(ConstString("A")); in TEST() local
/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
/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