Searched defs:Truth (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dtemp-order.cpp23 bool Truth; member in struct:A
26 : TT(_TT), P(_P), Truth(_Truth) {}
27 A(const A &RHS) : TT(RHS.TT), P(RHS.P), Truth(RHS.Truth) { RHS.P = 0; }
36 Truth = RHS.Truth;
41 operator bool () { return Truth; }

Completed in 270 milliseconds