MCPcopy 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
374int
375CGOptions::int_size(void)
376{
377 Bookkeeper::rely_on_int_size = true;
378 return int_size_;
379}
380
381int
382CGOptions::pointer_size(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected