Searched defs:BuiltinDesc (Results 1 – 1 of 1) sorted by relevance
650 struct BuiltinDesc { in Setup() struct651 byte* generator; in Setup()652 byte* c_code; in Setup()653 const char* s_name; // name is only used for generating log information. in Setup()654 int name; in Setup()655 Code::Flags flags; in Setup()