Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ int_size
Method
int_size
src/CGOptions.cpp:374–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
int
375
CGOptions::int_size(void)
376
{
377
Bookkeeper::rely_on_int_size = true;
378
return int_size_;
379
}
380
381
int
382
CGOptions::pointer_size(void)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected