Home
last modified time | relevance | path

Searched refs:Ugly (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang/test/CXX/class/class.compare/class.rel/
Dp1.cpp20 template<typename T> struct Ugly { struct
21 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>; variable
27 template struct Ugly<int>; // expected-note {{in instantiation of}} variable
/external/llvm-project/clang/test/CXX/class/class.compare/class.eq/
Dp1.cpp20 template<typename T> struct Ugly { struct
21 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>; variable
27 template struct Ugly<int>; // expected-note {{in instantiation of}} variable
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-omap.data3 - aardvark: African pig-like ant eater. Ugly.
/external/llvm/test/YAMLParser/
Dconstruct-omap.test5 - aardvark: African pig-like ant eater. Ugly.
/external/llvm-project/llvm/test/YAMLParser/
Dconstruct-omap.test5 - aardvark: African pig-like ant eater. Ugly.
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/samples/
DJavaConcepts.java59 static class Ugly { class in JavaConcepts
/external/javaparser/javaparser-core-testing/src/test/test_sourcecode/com/github/javaparser/printer/
DJavaConcepts.java57 static class Ugly { class in JavaConcepts
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/printer/
DJavaConcepts_prettyprinted56 static class Ugly {
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dpretty_printing_java_concepts.story61 static class Ugly {
/external/llvm-project/mlir/test/Dialect/Quant/
Dconvert-const.mlir72 // NOTE: Ugly regex match pattern for opening "[[" of indices tensor.
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_256_avx.inl516 // Ugly slow implementation
534 // Ugly slow implementation
/external/python/cpython2/Doc/tutorial/
Ddatastructures.rst465 in parentheses). Ugly, but effective. For example::
/external/python/cpython3/Doc/tutorial/
Ddatastructures.rst420 in parentheses). Ugly, but effective. For example::
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle254 d keepBlanks like(xmlCint) Ugly but ...
/external/curl/
DCMakeLists.txt1294 # Ugly (but functional) way to include "Makefile.inc" by transforming it (= regenerate it).
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz1a 2A 3Aaron 4AARON 5abaissiez 6abandon 7abandoned 8abase 9Abase 10 ...
/external/freetype/
DChangeLog.214478 Ugly, I know, but this is needed for compilation with C++ --