Searched refs:EMPTYLABEL (Results 1 – 2 of 2) sorted by relevance
6495 #define EMPTYLABEL -1 macro6622 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()6623 ret->back_labels[i] = EMPTYLABEL; in newcompiler()6690 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()6696 c->fwd_labels[label] = EMPTYLABEL; in label()6720 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()
7168 #define EMPTYLABEL -1 macro7295 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()7296 ret->back_labels[i] = EMPTYLABEL; in newcompiler()7363 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()7369 c->fwd_labels[label] = EMPTYLABEL; in label()7393 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()