Searched defs:C21 (Results 1 – 3 of 3) sorted by relevance
43 template<int N, typename U> struct C21 { struct47 template<int N> struct C21<N, int> { argument48 int a[N];
215 struct C21 { struct228 __attribute__((optnone)) C21::C21(float x, float y) : member(x + y) {} in C21() argument
74 class C21 { C21(int i); }; // NOLINT( google-explicit-constructor , some-other-check ) class