Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dconstructors.cpp7 struct ValueClass { struct
8 ValueClass(int x, int y) : x(x), y(y) {} in ValueClass() function
18 A(ValueClass); argument
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h411 ValueClass = 0x02, enumerator