Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
Dbit_xor.pass.cpp29 typedef std::bit_xor<> F2; in main() typedef
Dbit_or.pass.cpp29 typedef std::bit_or<> F2; in main() typedef
Dbit_not.pass.cpp29 typedef std::bit_not<> F2; in main() typedef
Dbit_and.pass.cpp29 typedef std::bit_and<> F2; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
Dmodulus.pass.cpp25 typedef std::modulus<> F2; in main() typedef
Dnegate.pass.cpp25 typedef std::negate<> F2; in main() typedef
Dmultiplies.pass.cpp25 typedef std::multiplies<> F2; in main() typedef
Dminus.pass.cpp25 typedef std::minus<> F2; in main() typedef
Ddivides.pass.cpp25 typedef std::divides<> F2; in main() typedef
Dplus.pass.cpp25 typedef std::plus<> F2; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
Dlogical_or.pass.cpp28 typedef std::logical_or<> F2; in main() typedef
Dlogical_not.pass.cpp26 typedef std::logical_not<> F2; in main() typedef
Dlogical_and.pass.cpp28 typedef std::logical_and<> F2; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
Dgreater.pass.cpp27 typedef std::greater<> F2; in main() typedef
Dless.pass.cpp27 typedef std::less<> F2; in main() typedef
Dnot_equal_to.pass.cpp26 typedef std::not_equal_to<> F2; in main() typedef
Dgreater_equal.pass.cpp27 typedef std::greater_equal<> F2; in main() typedef
Dequal_to.pass.cpp26 typedef std::equal_to<> F2; in main() typedef
Dless_equal.pass.cpp27 typedef std::less_equal<> F2; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
Dget_monthname_wide.pass.cpp36 typedef std::time_put_byname<wchar_t, wchar_t*> F2; typedef