HomeSort by relevance Sort by last modified time
    Searched refs:EvilBool (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 197 struct EvilBool {
200 EvilBool(EvilBool const&) = default;
201 EvilBool(EvilBool&&) = default;
203 friend EvilBool operator!(EvilBool const& other) {
205 return EvilBool{!other.value};
209 friend struct MoveOnlyCallable<EvilBool>;
210 friend struct CopyCallable<EvilBool>;
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 197 struct EvilBool {
200 EvilBool(EvilBool const&) = default;
201 EvilBool(EvilBool&&) = default;
203 friend EvilBool operator!(EvilBool const& other) {
205 return EvilBool{!other.value};
209 friend struct MoveOnlyCallable<EvilBool>;
210 friend struct CopyCallable<EvilBool>;
    [all...]

Completed in 118 milliseconds