Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-noexcept-move-constructor-fix.cpp39 struct C_4 { struct
40 C_4(C_4<T>&&) {} in C_4() argument
42 ~C_4() {} in ~C_4() argument
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4970 auto C_4 = B.buildConstant(Ty, 4); in lowerBitCount() local