Searched refs:SetV (Results 1 – 4 of 4) sorted by relevance
198 __declspec(property(put=SetV)) int V2;200 __declspec(property(get=GetV_NotExist, put=SetV)) int V4;201 __declspec(property(get=GetV, put=SetV)) int V5;204 void SetV(int i) {} in SetV() function271 __declspec(property(get=GetV, put=SetV)) int V;273 void SetV(int v) {} in SetV() function285 __declspec(property(get=GetV, put=SetV)) T V;287 void SetV(T v) {} in SetV() function303 c.SetV(c.V); // CallExpr arg in TestSP9()
321 __declspec(property(get=GetV,put=SetV)) int V11; // no-warning322 …__declspec(property(get=GetV,put=SetV,get=GetV)) int V12; // expected-error {{property declaration…326 void SetV(int v) {}
866 nzcv().SetV(V); in AddWithCarry()1485 nzcv().SetV(0); in LogicalHelper()
325 nzcv().SetV(V); in AddWithCarry()1020 nzcv().SetV(0); in LogicalHelper()