Searched refs:TypeStringColumnMask (Results 1 – 1 of 1) sorted by relevance
79 const int TypeStringColumnMask = (1 << TypeStringRowShift) - 1; // reduce type to its column number… variable80 const int TypeStringScalarMask = ~TypeStringColumnMask; // take type to its scalar column i…328 const auto isScalarType = [](int type) { return (type & TypeStringColumnMask) == 0; }; in AddTabledBuiltin()350 if ((function.classes & ClassV3) && (type & TypeStringColumnMask) != 2) in AddTabledBuiltin()363 decls.append(TypeString[type & TypeStringColumnMask]); in AddTabledBuiltin()385 decls.append(TypeString[type & TypeStringColumnMask]); in AddTabledBuiltin()