Searched refs:ValueClass (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | constructors.cpp | 6 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/ |
D | CodeView.h | 373 ValueClass = 0x02, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 389 ValueClass = 0x02, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 319 IO.enumCase(Value, "Value", WindowsRTClassKind::ValueClass); in enumeration()
|