Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/
H A Dindirectly_readable_traits.compile.pass.cpp78 struct ValueOf { struct
93 static_assert(check_member<ValueOf<int>, int>()); argument
94 static_assert(check_member<ValueOf<int[10]>, int[10]>());
95 static_assert(check_member<ValueOf<int[]>, int[]>());
96 static_assert(has_no_value_type<ValueOf<void>>);
97 static_assert(has_no_value_type<ValueOf<int()>>);
98 static_assert(has_no_value_type<ValueOf<int&>>);
99 static_assert(has_no_value_type<ValueOf<int&&>>);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h124 bool ValueOf(ExecutionContext *exe_ctx);
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp180 bool Value::ValueOf(ExecutionContext *exe_ctx) { in ValueOf() function in Value