Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp26 struct EvilBool { struct
29 EvilBool(EvilBool const&) = default; argument
42 constexpr explicit EvilBool(bool x) : value(x) {} in EvilBool() function
49 int EvilBool::bang_called = 0; argument