Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-abi-tag.cpp67 struct __attribute__((abi_tag("A"))) B11 { struct
70 A10 B11::b; argument
/llvm-project/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp19 struct B11 { char c[8]; B11() { printf("B11 = %p\n", this); } }; in B11() argument