Home
last modified time | relevance | path

Searched refs:head_value (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp239 ValueObjectSP head_value( in GetChildAtIndex() local
242 if (!head_value) in GetChildAtIndex()
245 return head_value->Clone(ConstString("Value")); in GetChildAtIndex()
/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Delements.h297 const auto head_value = T::load(src);
300 T::store(dst, head_value);
387 const auto head_value = TailT::load(src);
393 TailT::store(dst, head_value);
H A Dalgorithm.h262 const auto head_value = SizedOpT::load(src); in move_backward() local
269 SizedOpT::store(dst, head_value); in move_backward()