Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp256 __declspec(property(put=SetV)) int V2;
258 __declspec(property(get=GetV_NotExist, put=SetV)) int V4;
259 __declspec(property(get=GetV, put=SetV)) int V5;
262 void SetV(int i) {} in SetV() function
329 __declspec(property(get=GetV, put=SetV)) int V;
331 void SetV(int v) {} in SetV() function
343 __declspec(property(get=GetV, put=SetV)) T V;
345 void SetV(T v) {} in SetV() function
361 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.cc802 nzcv().SetV((left_sign == right_sign) && (left_sign != result_sign)); in AddWithCarry()
1644 nzcv().SetV(0); in LogicalHelper()
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc363 ReadNzcv().SetV(V ? 1 : 0); in AddWithCarry()
1337 ReadNzcv().SetV(0); in LogicalHelper()
Dlogic-aarch64.cc4004 ReadNzcv().SetV(0); in FPToFixedJS()