Searched refs:Ugly (Results 1 – 16 of 16) sorted by relevance
20 template<typename T> struct Ugly { struct21 T operator==(const Ugly&) const = default; // expected-error {{return type}}22 T operator!=(const Ugly&) const = default; // expected-error {{return type}}23 friend T operator==(const Ugly&, const Ugly&) = default; // expected-error {{return type}}24 friend T operator!=(const Ugly&, const Ugly&) = default; // expected-error {{return type}}26 template struct Ugly<bool>; variable27 template struct Ugly<int>; // expected-note {{in instantiation of}} variable
20 template<typename T> struct Ugly { struct21 T operator<(const Ugly&) const = default; // expected-error {{return type}}22 T operator>(const Ugly&) const = default; // expected-error {{return type}}23 friend T operator<=(const Ugly&, const Ugly&) = default; // expected-error {{return type}}24 friend T operator>=(const Ugly&, const Ugly&) = default; // expected-error {{return type}}26 template struct Ugly<bool>; variable27 template struct Ugly<int>; // expected-note {{in instantiation of}} variable
3 - aardvark: African pig-like ant eater. Ugly.
5 - aardvark: African pig-like ant eater. Ugly.
59 static class Ugly { class in JavaConcepts
57 static class Ugly { class in JavaConcepts
56 static class Ugly {
72 // NOTE: Ugly regex match pattern for opening "[[" of indices tensor.
516 // Ugly slow implementation534 // Ugly slow implementation
465 in parentheses). Ugly, but effective. For example::
420 in parentheses). Ugly, but effective. For example::
254 d keepBlanks like(xmlCint) Ugly but ...
1294 # Ugly (but functional) way to include "Makefile.inc" by transforming it (= regenerate it).
4478 Ugly, I know, but this is needed for compilation with C++ --