Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ is_ptr_used
Method
is_ptr_used
src/Statement.cpp:356–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
}
355
356
bool
357
Statement::is_ptr_used(void) const
358
{
359
vector<const Variable*> ptrs;
360
get_referenced_ptrs(ptrs);
361
return !ptrs.empty();
362
}
363
364
/*
365
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected