OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VolatileCaster
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/function.objects/func.require/
bullet_5.pass.cpp
276
runFunctorTestCase<R() volatile, 0,
VolatileCaster
>();
280
runFunctorTestCase<R(A&) volatile, 1,
VolatileCaster
>();
284
runFunctorTestCase<R(A&, A&) volatile, 2,
VolatileCaster
>();
288
runFunctorTestCase<R(A&, A&, A&) volatile, 3,
VolatileCaster
>();
294
runFunctorTestCase<R(CA&) volatile, 1,
VolatileCaster
, CC>();
298
runFunctorTestCase<R(CA&, CA&) volatile, 2,
VolatileCaster
, CC>();
302
runFunctorTestCase<R(CA&, CA&, CA&) volatile, 3,
VolatileCaster
, CC>();
309
runFunctorTestCase11<R() volatile &, 0,
VolatileCaster
>();
319
runFunctorTestCase11<R(A&&) volatile &, 1,
VolatileCaster
, MC>();
invoke_helpers.h
66
typedef Caster<Q_Volatile>
VolatileCaster
;
Completed in 69 milliseconds