Searched refs:SetV (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp220 __declspec(property(put=SetV)) int V2;
222 __declspec(property(get=GetV_NotExist, put=SetV)) int V4;
223 __declspec(property(get=GetV, put=SetV)) int V5;
226 void SetV(int i) {} function in struct:StructWithProperty
293 __declspec(property(get=GetV, put=SetV)) int V;
295 void SetV(int v) {} function in struct:SP7
307 __declspec(property(get=GetV, put=SetV)) T V;
309 void SetV(T v) {} function in struct:SP9
325 c.SetV(c.V); // CallExpr arg
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp316 __declspec(property(get=GetV,put=SetV)) int V11; // no-warning
317 __declspec(property(get=GetV,put=SetV,get=GetV)) int V12; // expected-error {{property declaration specifies 'get' accessor twice}}
320 void SetV(int v) {} function in struct:pure_virtual_dtor_inline::StructWithProperty
/external/vixl/src/a64/
H A Dsimulator-a64.cc289 nzcv().SetV(V);
703 nzcv().SetV(0);
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc866 nzcv().SetV(V);
1485 nzcv().SetV(0);

Completed in 285 milliseconds