Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_function.h22 struct _LIBCPP_TEMPLATE_VIS is_function : integral_constant<bool, __is_function(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_function.h23 struct is_function : integral_constant<bool, __is_function(T)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_function.h22 struct _LIBCPP_NO_SPECIALIZATIONS is_function : integral_constant<bool, __is_function(_Tp)> {}; struct
/freebsd/contrib/lutok/
H A Dstate.cpp418 lutok::state::is_function(const int index) in is_function() function in lutok::state