Home
last modified time | relevance | path

Searched defs:is_function_v (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_function.h38 inline constexpr bool is_function_v = is_function<_Tp>::value; global() variable
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_function.h28 LIBC_INLINE_VAR constexpr bool is_function_v = is_function<T>::value; global() variable
/llvm-project/clang/test/AST/
H A Dast-dump-template-json-win32-mangler-crash.cpp44 _INLINE_VAR constexpr bool is_function_v = // only function types and reference types can't be cons… variable