Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Doverride-layout.c89 struct X10 { struct
90 unsigned int x[2] PACKED;
91 unsigned int y PACKED;
92 unsigned int z PACKED;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcopy-constructor-init.cpp132 class X10 : public Copyable4<int> { class
133 X10(const X10 &other) {} in X10() function in X10
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtypedefs.cpp52 A::AliasTemplate<float> X10; in main() local
/llvm-project/clang/test/SemaCXX/
H A Dnew-delete.cpp278 struct X10 { global() struct