Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Doverride-layout.c125 struct ALIGNED16 X16 { struct
126 int a, b, c;
127 int x : 5;
128 int y : 29;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcopy-constructor-init.cpp171 class X16 : public NonCopyable { class
172 X16(const X16 &other) {} in X16() function in X16
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-md5.cpp10 #define X16(X) X2(X8(X)) macro
/llvm-project/llvm/unittests/ADT/
H A DBitTest.cpp328 uint16_t X16 = 6; in TEST() local