Home
last modified time | relevance | path

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

/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()