Home
last modified time | relevance | path

Searched refs:last_call_args (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp73 assert(last_call_args == nullptr); in set_call()
75 last_call_args = std::addressof(makeArgumentID<Args...>()); in set_call()
79 bool result = last_call_type == type && last_call_args && in check_call()
80 *last_call_args == makeArgumentID<Args...>(); in check_call()
82 last_call_args = nullptr; in check_call()
87 static const TypeID *last_call_args; member
91 const TypeID *ForwardingCallObject::last_call_args = nullptr; member in ForwardingCallObject
/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp168 assert(last_call_args == nullptr); in set_call()
170 last_call_args = &makeArgumentID<Args...>(); in set_call()
177 && last_call_args in check_call()
178 && *last_call_args == makeArgumentID<Args...>(); in check_call()
180 last_call_args = nullptr; in check_call()
185 static TypeID const* last_call_args; member
189 TypeID const* ForwardingCallObject::last_call_args = nullptr; member in ForwardingCallObject