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