OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setUncheckedCall
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/function.objects/func.require/
bullet_5.pass.cpp
35
// return 'FunctionID::
setUncheckedCall
()' and the call operators should
36
// return 'MethodID::
setUncheckedCall
()'.
56
return FunctionPtrID<void*&(), freeFunction03>::
setUncheckedCall
();
60
return FunctionPtrID<void*&(...), freeFunction03>::
setUncheckedCall
();
65
return FunctionPtrID<void*&(A0&), freeFunction03>::
setUncheckedCall
();
71
return FunctionPtrID<void*&(A0&, ...), freeFunction03>::
setUncheckedCall
();
76
return FunctionPtrID<void*&(A0&, A1&), freeFunction03>::
setUncheckedCall
();
82
return FunctionPtrID<void*&(A0&, A1&, ...), freeFunction03>::
setUncheckedCall
();
87
return FunctionPtrID<void*&(A0&, A1&, A2&), freeFunction03>::
setUncheckedCall
();
92
return FunctionPtrID<void*&(A0&, A1&, A2&, ...), freeFunction03>::
setUncheckedCall
();
[
all
...]
bullet_1_and_2.pass.cpp
41
// The functions should return 'MethodID::
setUncheckedCall
()'.
68
R f(__VA_ARGS__) { return MethodID<R(MemFun03::*)(__VA_ARGS__)>::
setUncheckedCall
(); } \
69
R f(__VA_ARGS__) const { return MethodID<R(MemFun03::*)(__VA_ARGS__) const>::
setUncheckedCall
(); } \
70
R f(__VA_ARGS__) volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) volatile>::
setUncheckedCall
(); } \
71
R f(__VA_ARGS__) const volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) const volatile>::
setUncheckedCall
(); }
98
R f(__VA_ARGS__) & { return MethodID<R(C::*)(__VA_ARGS__) &>::
setUncheckedCall
(); } \
99
R f(__VA_ARGS__) const & { return MethodID<R(C::*)(__VA_ARGS__) const &>::
setUncheckedCall
(); } \
100
R f(__VA_ARGS__) volatile & { return MethodID<R(C::*)(__VA_ARGS__) volatile &>::
setUncheckedCall
(); } \
101
R f(__VA_ARGS__) const volatile & { return MethodID<R(C::*)(__VA_ARGS__) const volatile &>::
setUncheckedCall
(); } \
102
R f(__VA_ARGS__) && { return MethodID<R(C::*)(__VA_ARGS__) &&>::
setUncheckedCall
(); } \
[
all
...]
invoke_helpers.h
147
// - Test methods should call '
setUncheckedCall
()' whenever they are invoked.
159
static void*&
setUncheckedCall
() {
185
static void*&
setUncheckedCall
() {
Completed in 54 milliseconds