Searched refs:twoT (Results 1 – 4 of 4) sorted by relevance
56 void twoT() { } in twoT() function58 void twoT(T) { } in twoT() function86 { static_cast<void>(twoT<int>); } in main()87 { (void)(twoT<int>); } in main()103 { bool b = (twoT<int>); } in main()104 { bool b = (twoT<int, int>); } in main()106 { bool b = &twoT<int>; //&foo<int>; } in main()107 b = &(twoT<int>); } in main()110 x = (ptrdiff_t) &twoT<int>; } in main()113 x = (ptrdiff_t) twoT<int>; } in main()[all …]
11 template<class T> void twoT() { } // expected-note 5{{possible target for call}} in twoT() function12 template<class T> void twoT(int) { } // expected-note 5{{possible target for call}} in twoT() function34 …twoT<int>; // expected-error {{reference to overloaded function could not be resolved; did you me… in main()37 …sizeof(twoT<int>); //expected-error {{reference to overloaded function could not be resolved; did … in main()43 …*twoT<int>; //expected-error {{reference to overloaded function could not be resolved; did you mea… in main()60 …int i = (int) (false ? (void (*)(int))twoT<int> : oneT<int>); //expected-error {{incompatible oper… in main()61 …(twoT<int>) == oneT<int>; //expected-error {{reference to overloaded function could not be resolve… in main()67 b = (void (*)()) twoT<int>; in main()78 …twoT<int> < twoT<int>; //expected-error {{reference to overloaded function could not be resolved; … in main()
93 typedef char (&twoT)[2]; typedef
174 typedef char (&twoT)[2];