Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp364 struct CIB { struct
365 CIB(const CIB &Other) : Field(Other.Field) { /* Don't erase this */ in CIB() argument
371 CIB &CIB::operator=(const CIB &Other) { in operator =() argument