Searched refs:nextUniqueId (Results 1 – 4 of 4) sorted by relevance
28 private static final AtomicInteger nextUniqueId = new AtomicInteger(1); field in RealElement36 this(setName, type, keyType, nextUniqueId.incrementAndGet()); in RealElement()
211 symbol.setUniqueId(nextUniqueId()); in insert()231 static int nextUniqueId() in nextUniqueId() function
2966 structure->setUniqueId(TSymbolTableLevel::nextUniqueId()); in addStructure()
40 …Temporary(OutputASM *assembler) : TIntermSymbol(TSymbolTableLevel::nextUniqueId(), "tmp", TType(Eb… in Temporary()