Searched defs:genXType (Results 1 – 2 of 2) sorted by relevance
2912 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() function2918 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() function2927 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() function2936 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType() function2945 ExprP<typename ContainerOf<T, Size>::Container> genXType (const ExprP<T>& x) in genXType() function
3698 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() function3704 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() function3713 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() function3722 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType() function3731 ExprP<typename ContainerOf<T, Size>::Container> genXType (const ExprP<T>& x) in genXType() function