Searched defs:BuiltInFunction (Results 1 – 1 of 1) sorted by relevance
159 struct BuiltInFunction { struct160 TOperator op; // operator to map the name to161 const char* name; // function name162 …ments; // number of arguments (overloads with varying arguments need different entries)163 ArgType types; // ArgType mask164 ArgClass classes; // the ways this particular function entry manifests165 const Versioning* versioning; // nullptr means always a valid version