Searched refs:_Matrix (Results 1 – 1 of 1) sorted by relevance
253 struct _Matrix { union { float m[4][4]; }; }; //expected-warning{{anonymous unions are a C11 extens… argument254 typedef struct _Matrix Matrix;