Searched refs:EMPTYLABEL (Results 1 – 3 of 3) sorted by relevance
21 #define EMPTYLABEL -1 macro102 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()103 ret->back_labels[i] = EMPTYLABEL; in newcompiler()172 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()178 c->fwd_labels[label] = EMPTYLABEL; in label()202 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()
5818 #define EMPTYLABEL -1 macro5899 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()5900 ret->back_labels[i] = EMPTYLABEL; in newcompiler()5967 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()5973 c->fwd_labels[label] = EMPTYLABEL; in label()5997 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()
9523 #define EMPTYLABEL -1 macro9650 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()9651 ret->back_labels[i] = EMPTYLABEL; in newcompiler()9718 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()9724 c->fwd_labels[label] = EMPTYLABEL; in label()9748 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()