Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_nothrow_invocable.pass.cpp35 template <bool IsNoexcept, class Ret, class ...Args>
37 Ret operator()(Args&&...) const noexcept(IsNoexcept);
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp187 template <bool IsNoexcept>
190 NothrowMoveable operator()(Args...) const noexcept(IsNoexcept) { return {}; } in operator ()()
/external/clang/lib/Parse/
DParseDeclCXX.cpp3363 bool IsNoexcept = Tok.is(tok::kw_noexcept); in tryParseExceptionSpecification() local
3370 if (IsNoexcept) { in tryParseExceptionSpecification()
3457 Parser &P, SourceRange Range, bool IsNoexcept) { in diagnoseDynamicExceptionSpecification() argument
3459 const char *Replacement = IsNoexcept ? "noexcept" : "noexcept(false)"; in diagnoseDynamicExceptionSpecification()