Home
last modified time | relevance | path

Searched refs:NextAtom (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h118 Atom makeAtom() { return static_cast<Atom>(NextAtom++); }; in makeAtom()
145 unsigned NextAtom = 0; variable