Searched refs:GroupStorage (Results 1 – 2 of 2) sorted by relevance
216 typedef llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *> GroupStorage; typedef230 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode()239 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode()269 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size()281 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin()293 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end()
203 using GroupStorage = llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *>; typedef214 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode()223 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode()253 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size()265 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin()277 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end()