Home
last modified time | relevance | path

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

/llvm-project/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/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp148 auto value_ptr = dict_copy_ptr->GetValueForKey("A"); in TEST() local
/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp70 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp1030 lldb::addr_t value_ptr = key_ptr + ptr_size; in GetChildAtIndex() local