Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h72 return cast<AtomicBoolValue>(makeBoolValue(makeAtomRef(makeAtom()))); in makeAtomValue()
78 return create<TopBoolValue>(makeAtomRef(makeAtom())); in makeTopValue()
118 Atom makeAtom() { return static_cast<Atom>(NextAtom++); }; in makeAtom() function
124 Atom makeFlowConditionToken() { return makeAtom(); } in makeFlowConditionToken()
/src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp145 auto &JoinedVal = A.makeAtomRef(A.makeAtom()); in joinDistinctValues()