Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp203 using GroupStorage = llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *>; typedef
214 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()