Home
last modified time | relevance | path

Searched refs:IsNoexcept (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/callable_traits/detail/
Dset_function_qualifiers.hpp75 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;
Dpmf.hpp25 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/
Dtype_traits.h703 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/
Dtype_traits.h738 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/
DMicrosoftDemangleNodes.h351 bool IsNoexcept = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp437 if (IsNoexcept) in outputPost()
DMicrosoftDemangle.cpp1849 FTy->IsNoexcept = demangleThrowSpecification(MangledName); in demangleFunctionType()