Home | History | Annotate | Download | only in builtins

Lines Matching refs:labels

378       Label* labels[] = {&next, &atom, &runtime};
380 STATIC_ASSERT(arraysize(values) == arraysize(labels));
381 Switch(tag, &unreachable, values, labels, arraysize(values));