Home
last modified time | relevance | path

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

/llvm-project/clang/test/Layout/
H A Dms-x86-basic-layout.cpp29 struct C16 { struct
31 C16() : a(0xf0000c16) {} in C16() argument
32 virtual void f() {printf("C16");} in f() argument
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintbeginend.cpp132 class C16 { C16(int x); }; class
H A Dnolint.cpp60 class C16 { C16(int i); }; // NOLINT: suppress check because <reason> class
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtag-types.cpp20 char16_t C16; member