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

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp216 typedef llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *> GroupStorage; typedef
230 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P);
239 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P);
269 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P);
281 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P);
293 const GroupStorage
[all...]

Completed in 61 milliseconds