HomeSort by: relevance | last modified time | path
    Searched defs:this_jump_target (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 9539 tree this_jump_target = tmp; local
9542 tf_none, &this_jump_target))
9544 if (returns (&this_jump_target))
9545 *jump_target = this_jump_target;
9548 if (breaks (&this_jump_target)
9549 || continues (&this_jump_target))
9550 *jump_target = this_jump_target;

Completed in 58 milliseconds