Home
last modified time | relevance | path

Searched defs:C_2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-move-constructor-fix.cpp12 struct C_2 { struct
13 ~C_2() {} in ~C_2() argument
20 C_2::C_2(C_2&& a) {} in C_2() function in C_2
22 C_2& C_2::operator=(C_2&&) { return *this; } in operator =() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6438 auto C_2 = B.buildConstant(Ty, 2); lowerBitCount() local