Searched defs:C_1 (Results 1 – 2 of 2) sorted by relevance
3 struct C_1 { struct4 ~C_1() {} in ~C_1() argument5 C_1(int a) {} in C_1() function6 C_1(C_1&& a) :C_1(5) {} in C_1() argument8 C_1& operator=(C_1&&) { return *this; } in operator =() argument
6429 auto C_1 = B.buildConstant(Ty, 1); lowerBitCount() local