Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dis_function.h38 inline constexpr bool is_function_v = is_function<_Tp>::value; variable
/openbsd-src/gnu/llvm/libcxx/include/
H A Dtype_traits270 template <class T> inline constexpr bool is_function_v
/openbsd-src/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h81 !is_function_v<_Tp> &&
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h224 bool = std::is_function_v<std::remove_pointer_t<remove_cvref_t<T>>>>
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc538 SYMBOL(is_function_v, std::, <type_traits>)
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp916 static_assert(std::is_function_v<std::remove_pointer_t<Printer>>, in printStateTraitWithLocationContextJson()