Home
last modified time | relevance | path

Searched refs:__function (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h413 unsigned __line, const char *__function,
420 const char *__function) { in __assert_fail() argument
421 __assertfail(__message, __file, __line, __function, sizeof(char)); in __assert_fail()
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h90 namespace __function {
133 namespace __function {
352 typedef __function::__func<_Fp, _Alloc, _Rp(_ArgTypes...)> _Fun;
355 if (__function::__not_null(__f)) {
626 typedef __function::__policy_invoker<_Rp(_ArgTypes...)> __invoker;
642 if (__function::__not_null(__f)) {
662 if (__function::__not_null(__f)) {
817 : public __function::__maybe_derive_from_unary_function<_Rp(_ArgTypes...)>,
818 public __function::__maybe_derive_from_binary_function<_Rp(_ArgTypes...)> {
820 typedef __function::__value_func<_Rp(_ArgTypes...)> __func;
[all …]