Home
last modified time | relevance | path

Searched refs:ValueClass (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Dconstructors.cpp6 struct ValueClass { struct
7 ValueClass(int x, int y) : x(x), y(y) {} in ValueClass() argument
17 A(ValueClass); argument
30 A::A(ValueClass v) : mem(v.y - v.x) {} in A()
63 C::C(int x) : A(ValueClass(x, x+1)), mem(x * x) {} in C()
81 D::D(int x, ...) : A(ValueClass(x, x+1)), mem(x*x) {} in D()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h373 ValueClass = 0x02, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h389 ValueClass = 0x02, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp319 IO.enumCase(Value, "Value", WindowsRTClassKind::ValueClass); in enumeration()