Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-equals-default-copy.cpp326 struct CIB { struct
327 CIB(const CIB &Other) : Field(Other.Field) { /* Don't erase this */ in CIB() function
333 CIB &CIB::operator=(const CIB &Other) { in operator =() argument