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

  /prebuilts/go/darwin-x86/test/
assign1.go 79 pm0 *map[int]int
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
78 pm0 *map[int]int var
  /prebuilts/go/linux-x86/test/
assign1.go 79 pm0 *map[int]int
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
78 pm0 *map[int]int var
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 39 PM<0> pm0; // expected-error{{null non-type template argument must be cast to template parameter type 'int X::*'}} variable

Completed in 811 milliseconds