Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_function.h38 inline constexpr bool is_function_v = is_function<_Tp>::value; variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits270 template <class T> inline constexpr bool is_function_v
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h448 …static_assert(!is_reference_v<_Tp> && !is_function_v<_Tp> && !is_same_v<remove_cv_t<_Tp>, in_place…
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h209 bool = std::is_function_v<std::remove_pointer_t<remove_cvref_t<T>>>>
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp921 static_assert(std::is_function_v<std::remove_pointer_t<Printer>>, in printStateTraitWithLocationContextJson()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1659 SYMBOL(is_function_v, std::, <type_traits>)