Searched defs:BuiltInFunction (Results 1 – 2 of 2) sorted by relevance
169 struct BuiltInFunction { struct170 TOperator op; // operator to map the name to171 const char* name; // function name172 …ments; // number of arguments (overloads with varying arguments need different entries)173 ArgType types; // ArgType mask174 ArgClass classes; // the ways this particular function entry manifests175 const Versioning* versioning; // nullptr means always a valid version
3513 namespace BuiltInFunction namespace