Searched refs:bool_constant (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/ |
| H A D | system-header-simulation.h | 14 using bool_constant = integral_constant<bool, B>; variable 15 using true_type = bool_constant<true>; 16 using false_type = bool_constant<false>;
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.help/ |
| H A D | bool_constant.pass.cpp | 21 typedef std::bool_constant<true> _t; in main() 27 typedef std::bool_constant<false> _f; in main()
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | sizeofpack.cpp | 183 struct bool_constant struct 192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>;
|
| /llvm-project-15.0.7/libcxx/include/__random/ |
| H A D | uniform_random_bit_generator.h | 36 requires bool_constant<(_Gen::min() < _Gen::max())>::value;
|
| /llvm-project-15.0.7/libcxx/include/__type_traits/ |
| H A D | is_scoped_enum.h | 30 : public bool_constant<!is_convertible_v<_Tp, underlying_type_t<_Tp> > > {};
|
| H A D | integral_constant.h | 45 using bool_constant = integral_constant<bool, __b>; variable
|
| H A D | is_nothrow_convertible.h | 33 static bool_constant<noexcept(_VSTD::__test_noexcept<_To>(declval<_Fm>()))>
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 202 : public bool_constant< 234 : public bool_constant<sizeof(From) <= sizeof(To)> {}; // NOLINT
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | type_traits | 25 using bool_constant = integral_constant<bool, B>; // C++14 26 typedef bool_constant<true> true_type; // C++14 27 typedef bool_constant<false> false_type; // C++14
|
| H A D | variant | 1025 __impl(bool_constant<is_nothrow_constructible_v<_Tp, _Arg> ||
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx17Papers.csv | 15 "`N4389 <https://wg21.link/n4389>`__","LWG","bool_constant","Lenexa","|Complete|","3.7"
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 862 : public bool_constant<
|
| H A D | gtest-port.h | 1895 using bool_constant = std::integral_constant<bool, B>;
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 175 SYMBOL(bool_constant, std::, <type_traits>)
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 154 bool_constant<Ignore>) { in CastImpl()
|