Searched refs:allocateLabelID (Results 1 – 2 of 2) sorted by relevance
508 LabelID = Table.allocateLabelID(); in emit()651 [&Table]() { return Table.allocateLabelID(); }); in emit()652 const unsigned Default = Table.allocateLabelID(); in emit()963 unsigned LabelID = Table.allocateLabelID(); in emit()
232 unsigned allocateLabelID() { return CurrentLabelID++; } in allocateLabelID() function