Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcopy-constructor-init.cpp150 class X13 : T { class
151 X13(const X13 &other) {} in X13() function in X13
154 template class X13<EmptyCopyable>; variable
155 template class X13<Copyable>; variable
/llvm-project/clang/test/CodeGen/
H A Doverride-layout.c108 struct PACKED X13 { struct
109 signed x : 10;
110 signed y : 10;
/llvm-project/clang/test/SemaCXX/
H A Dnew-delete.cpp311 struct X13 : X12 { global() struct