MCPcopy Create free account
hub / github.com/csmith-project/csmith / has_extension_support

Method has_extension_support

src/CGOptions.cpp:496–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496bool
497CGOptions::has_extension_support()
498{
499 return (CGOptions::splat() || CGOptions::klee()
500 || CGOptions::crest() || CGOptions::coverage_test());
501}
502
503bool
504CGOptions::allow_int64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected