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

Method enable_builtin_kinds

src/CGOptions.cpp:664–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664void
665CGOptions::enable_builtin_kinds(const string &kinds)
666{
667 vector<string> vs;
668 StringUtils::split_string(kinds, vs, ",");
669 for (vector<string>::const_iterator i = vs.begin(), e = vs.end(); i != e; ++i) {
670 enabled_builtin_kinds_[*i] = true;
671 }
672}
673
674bool CGOptions::enabled_builtin_kind(const string &kind)
675{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected