Searched refs:MyInt (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb22.C7 class MyInt class
10 MyInt(int = 0) {} function in class:MyInt
14 bool operator==(const MyInt& a, const int& b) // { dg-message "operator==" } candidate
19 bool operator==(const MyInt& a, const MyInt& b) // { dg-message "operator==" } candidate
26 return 3 == MyInt(); // { dg-error "ambiguous" "err" }
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug201.go17 type MyInt int type
19 func (MyInt) m(*T1) {}
33 var i interface{} = MyInt(0)
H A Dissue4776.go9 type MyInt int32 // ERROR "package statement must be first|package clause" type

Completed in 83 milliseconds