Home
last modified time | relevance | path

Searched defs:is_function (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_function.h26 struct _LIBCPP_TEMPLATE_VIS is_function : integral_constant<bool, __is_function(_Tp)> {}; global() struct
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_function.h21 struct is_function : integral_constant<bool, __is_function(T)> {}; global() struct
/llvm-project/clang/test/AST/
H A Dast-dump-template-json-win32-mangler-crash.cpp48 struct is_function : bool_constant<is_function_v<_Ty>> {}; struct
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp820 void is_function() in is_function() function