HomeSort by relevance Sort by last modified time
    Searched defs:pti (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/test/interface/
embed2.go 26 var pti = &ti var
51 check("pti.M()", pti.M()) // ERROR "pointer to interface, not interface"
  /prebuilts/go/linux-x86/test/interface/
embed2.go 26 var pti = &ti var
51 check("pti.M()", pti.M()) // ERROR "pointer to interface, not interface"
  /external/clang/test/CodeGenCXX/
ptr-to-datamember.cpp 36 int T::t::*pti; member in class:TT::T::t
86 tt.pti = &I::x;
96 printf("%d\n", i.*tt.pti);
  /external/libxaac/decoder/
ixheaacd_env_calc.c 1066 WORD32 *pti = im[l] + sub_band_start; local
1078 WORD32 *pti = im[l] + sub_band_start; local
    [all...]

Completed in 138 milliseconds