Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx1z-noexcept-function-type.cpp26 using DeducedType_a = decltype(deduce_auto_from_noexcept_function_ptr_a); typedef
27 using DeducedType_a = void (*)(int) noexcept; typedef