Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp198 __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() function
271 __declspec(property(get=GetV, put=SetV)) int V;
273 void SetV(int v) {} in SetV() function
285 __declspec(property(get=GetV, put=SetV)) T V;
287 void SetV(T v) {} in SetV() function
303 c.SetV(c.V); // CallExpr arg in TestSP9()
/external/clang/test/Parser/
DMicrosoftExtensions.cpp321 __declspec(property(get=GetV,put=SetV)) int V11; // no-warning
322 …__declspec(property(get=GetV,put=SetV,get=GetV)) int V12; // expected-error {{property declaration…
326 void SetV(int v) {}
/external/v8/src/arm64/
Dsimulator-arm64.cc866 nzcv().SetV(V); in AddWithCarry()
1485 nzcv().SetV(0); in LogicalHelper()
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc325 nzcv().SetV(V); in AddWithCarry()
1020 nzcv().SetV(0); in LogicalHelper()