Home
last modified time | relevance | path

Searched defs:Weird (Results 1 – 2 of 2) sorted by relevance

/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dfind.pass.cpp70 class Weird class
80 Weird(int32_t val, OddTag) : value(val, OddTag()) {} in Weird() function in Weird
/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp1.cpp136 template <class T> struct Weird { global() struct
146 template struct Weird<float>; // expected-note{{evil1::Weird<float>' requested}} global() variable
147 template struct Weird<evil>; global() variable