Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-move-constructor-fix.cpp3 struct C_1 { struct
4 ~C_1() {} in ~C_1() argument
5 C_1(int a) {} in C_1() function
6 C_1(C_1&& a) :C_1(5) {} in C_1() argument
8 C_1& operator=(C_1&&) { return *this; } in operator =() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6429 auto C_1 = B.buildConstant(Ty, 1); lowerBitCount() local