Lines Matching refs:constructor
108 …for (Constructors::iterator constructor = mConstructors.begin(); constructor != mConstructors.end(… in header() local
110 out << *constructor; in header()
1931 TString constructor; in addConstructor() local
1935 constructor += ctorName + " " + ctorName + "_ctor("; in addConstructor()
1939 constructor += typeString(ctorType) + " " + ctorName + "("; in addConstructor()
1946 constructor += typeString(type) + " x" + str(parameter) + arrayString(type); in addConstructor()
1950 constructor += ", "; in addConstructor()
1954 constructor += ")\n" in addConstructor()
1959 constructor += " " + ctorName + " structure = {"; in addConstructor()
1963 constructor += " return " + typeString(ctorType) + "("; in addConstructor()
1977 constructor += TString((row == col) ? "x0" : "0.0"); in addConstructor()
1981 constructor += ", "; in addConstructor()
1994 constructor += TString("x0") + "[" + str(row) + "]" + "[" + str(col) + "]"; in addConstructor()
1998 constructor += TString((row == col) ? "1.0" : "0.0"); in addConstructor()
2003 constructor += ", "; in addConstructor()
2020 constructor += "x" + str(parameterIndex); in addConstructor()
2036 case 1: constructor += ".x"; break; in addConstructor()
2037 case 2: constructor += ".xy"; break; in addConstructor()
2038 case 3: constructor += ".xyz"; break; in addConstructor()
2039 case 4: constructor += ".xyzw"; break; in addConstructor()
2062 constructor += ", "; in addConstructor()
2069 constructor += "};\n" in addConstructor()
2075 constructor += ");\n" in addConstructor()
2079 mConstructors.insert(constructor); in addConstructor()