Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
252 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size()
264 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin()
276 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end()