Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp117 auto &MergedVal = A.makeAtomRef(A.makeAtom()); in mergeDistinctValues()