Lines Matching defs:c
109 ctx::continuation c; member
135 [&i](ctx::continuation && c) { in test_move()
158 ctx::continuation c = ctx::callcc( std::bind( & X::foo, x, std::placeholders::_1, 7) ); in test_bind() local
165 ctx::continuation c = ctx::callcc( in test_exception() local
166 [&what](ctx::continuation && c) { in test_exception()
181 ctx::continuation c = ctx::callcc([&catched](ctx::continuation && c){ in test_exception() argument
197 ctx::continuation c = ctx::callcc( in test_fp() local
198 [&d]( ctx::continuation && c) { in test_fp()
210 ctx::continuation c = ctx::callcc( in test_stacked() local
211 [](ctx::continuation && c) { in test_stacked()
213 [](ctx::continuation && c) { in test_stacked()
232 ctx::continuation c = ctx::callcc( in test_prealloc() local
234 [&i]( ctx::continuation && c) { in test_prealloc()
245 ctx::continuation c = ctx::callcc([&i](ctx::continuation && c) { in test_ontop() argument
253 [&i](ctx::continuation && c){ in test_ontop()
262 ctx::continuation c = ctx::callcc([&c1](ctx::continuation && c) { in test_ontop() argument
268 [&c1](ctx::continuation && c){ in test_ontop()
278 ctx::continuation c = ctx::callcc([](ctx::continuation && c){ in test_ontop_exception() argument
294 [what](ctx::continuation && c){ in test_ontop_exception()
305 ctx::continuation c = ctx::callcc( in test_termination1() local
306 [](ctx::continuation && c){ in test_termination1()
316 ctx::continuation c = ctx::callcc( in test_termination1() local
317 [](ctx::continuation && c) { in test_termination1()
328 ctx::continuation c = ctx::callcc( in test_termination1() local
329 [&i](ctx::continuation && c){ in test_termination1()
349 ctx::continuation c = ctx::callcc( in test_termination2() local
350 [](ctx::continuation && c){ in test_termination2()
369 ctx::continuation c = ctx::callcc( in test_sscanf() local
370 []( ctx::continuation && c) { in test_sscanf()
397 ctx::continuation c = ctx::callcc( in test_snprintf() local
398 []( ctx::continuation && c) { in test_snprintf()
419 ctx::continuation c = ctx::callcc( in test_bug12215() local
420 [](ctx::continuation && c) { in test_bug12215()
432 ctx::continuation c = ctx::callcc( in test_goodcatch() local
433 [](ctx::continuation && c) { in test_goodcatch()