Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ CondPointsToSet
Method
CondPointsToSet
svf/include/MemoryModel/ConditionalPT.h:314–316 ·
view source on GitHub ↗
Constructor @{
Source
from the content-addressed store, hash-verified
312
/// Constructor
313
//@{
314
CondPointsToSet()
315
{
316
}
317
CondPointsToSet(const Cond& cond, const PointsTo& pts)
318
{
319
_condPts[cond] |= pts;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected