Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/gmodules/pch-chain/
H A Dbase-pch.h4 struct [[gnu::aligned(128)]] RowCol { struct
5 unsigned row;
6 unsigned col;
/llvm-project/lldb/test/API/lang/cpp/gmodules/alignment/
H A Dpch.h6 struct [[gnu::aligned(kAlignment)]] RowCol { struct
12 struct RowCol origin; argument