Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp204 using GroupStorage = llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *>; typedef
215 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode()
224 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode()
254 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size()
266 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin()
278 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end()