Searched refs:IsNoexcept (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/callable_traits/detail/ |
D | set_function_qualifiers.hpp | 75 bool IsNoexcept, typename Return, typename... Args> 81 bool IsNoexcept, typename Return, typename... Args> 106 template<qualifier_flags Flags, bool IsTransactionSafe, bool IsNoexcept, 109 typename set_function_qualifiers_t<Flags, IsTransactionSafe, IsNoexcept, 112 template<qualifier_flags Flags, bool IsTransactionSafe, bool IsNoexcept, 116 IsNoexcept, Ts...>::type;
|
D | pmf.hpp | 25 template<qualifier_flags Applied, bool IsTransactionSafe, bool IsNoexcept, 30 template<qualifier_flags Flags, bool IsTransactionSafe, bool IsNoexcept, 34 IsNoexcept, Ts...>::type; 36 template<qualifier_flags Flags, bool IsTransactionSafe, bool IsNoexcept, 40 IsTransactionSafe, IsNoexcept, Ts...>::type;
|
/third_party/abseil-cpp/absl/meta/ |
D | type_traits.h | 703 class IsNoexcept = std::integral_constant< 705 using IsNothrowSwappableImpl = typename std::enable_if<IsNoexcept::value>::type;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/ |
D | type_traits.h | 738 class IsNoexcept = std::integral_constant< 740 using IsNothrowSwappableImpl = typename std::enable_if<IsNoexcept::value>::type;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 351 bool IsNoexcept = false; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 437 if (IsNoexcept) in outputPost()
|
D | MicrosoftDemangle.cpp | 1849 FTy->IsNoexcept = demangleThrowSpecification(MangledName); in demangleFunctionType()
|