Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp202 using GroupStorage = llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *>; typedef
213 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode()
222 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode()
251 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size()
263 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin()
275 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end()