HomeSort by relevance Sort by last modified time
    Searched refs:SetV (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 256 __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) {}
329 __declspec(property(get=GetV, put=SetV)) int V;
331 void SetV(int v) {}
343 __declspec(property(get=GetV, put=SetV)) T V;
345 void SetV(T v) {}
361 c.SetV(c.V); // CallExpr arg
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 321 __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 specifies 'get' accessor twice}}
326 void SetV(int v) {}
  /prebuilts/go/darwin-x86/src/math/big/
doc.go 40 func (z *T) SetV(v V) *T // z = v
  /prebuilts/go/linux-x86/src/math/big/
doc.go 40 func (z *T) SetV(v V) *T // z = v
  /external/v8/src/arm64/
simulator-arm64.cc 915 nzcv().SetV((left_sign == right_sign) && (left_sign != result_sign));
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.cc 329 ReadNzcv().SetV(V ? 1 : 0);
    [all...]

Completed in 507 milliseconds