Home
last modified time | relevance | path

Searched defs:Functor (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-static-operators.cpp3 struct Functor { struct
12 Functor& get_functor() { in get_functor() argument
/llvm-project/flang/runtime/
H A Dreduction-templates.h217 template <int KIND> struct Functor { global() struct
220 operatorPartialIntegerReductionHelper::Functor operator() argument
245 template <int KIND> struct Functor { global() struct
247 operatorPartialFloatingReductionHelper::Functor operator() argument
292 template <int KIND> struct Functor { global() struct
293 operatorLocationResultHelper::Functor operator() argument
302 template <int KIND> struct Functor { global() struct
303 operatorPartialLocationHelper::Functor operator() argument
H A Dfindloc.cpp131 template <int TARGET_KIND> struct Functor { global() struct
132 operator ()Fortran::runtime::TotalNumericFindlocHelper::Functor operator ()() argument
149 template <int KIND> struct Functor { global() struct
150 operator ()Fortran::runtime::NumericFindlocHelper::Functor operator ()() argument
267 template <int TARGET_KIND> struct Functor { global() struct
268 operator ()Fortran::runtime::PartialNumericFindlocHelper::Functor operator ()() argument
[all...]
H A Dextrema.cpp135 template <int KIND> struct Functor { struct
136 operator ()Fortran::runtime::CharacterMaxOrMinLocHelper::Functor operator ()() argument
345 template <int KIND> struct Functor { global() struct
346 operator ()Fortran::runtime::DoPartialMaxOrMinLocHelper::Functor operator ()() argument
475 template <int KIND> struct Functor { global() struct
476 operator ()Fortran::runtime::MaxOrMinHelper::Functor operator ()() argument
551 template <int KIND> struct Functor { global() struct
552 operator ()Fortran::runtime::CharacterMaxOrMinHelper::Functor operator ()() argument
[all...]
H A Dreduction.cpp270 template <int KIND> struct Functor { global() struct
271 operator ()Fortran::runtime::LogicalReduceHelper::Functor operator ()() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx2b-static-subscript-operator.cpp4 struct Functor { struct
10 Functor GetAFunctor() { in GetAFunctor() argument
H A Dcxx2b-static-call-operator.cpp4 struct Functor { struct
27 Functor GetAFunctor() { in GetAFunctor() argument
H A Dmicrosoft-abi-member-pointers.cpp9 struct Functor { struct
12 // CHECK-DAG: %"struct.pr37399::Functor" = type { ptr } argument
[all...]
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp186 struct Functor { in operator ()() argument
184 struct Functor { global() struct
185 operator ()LIBC_NAMESPACE::cpp::invoke_detail::Functor operator ()() argument
187 operator ()LIBC_NAMESPACE::cpp::invoke_detail::Functor operator ()() argument
188 operator ()LIBC_NAMESPACE::cpp::invoke_detail::Functor operator ()() argument
190 operator ()LIBC_NAMESPACE::cpp::invoke_detail::Functor operator ()() argument
191 operator ()LIBC_NAMESPACE::cpp::invoke_detail::Functor operator ()() argument
192 operator ()LIBC_NAMESPACE::cpp::invoke_detail::Functor operator ()() argument
[all...]
/llvm-project/libcxx/test/libcxx/type_traits/
H A Dis_callable.compile.pass.cpp11 struct Functor { struct
/llvm-project/clang/test/CXX/over/over.oper/
H A Dp7.cpp6 struct Functor { struct
/llvm-project/clang/test/SemaTemplate/
H A Dmember-function-template.cpp53 struct Functor { struct
60 void test_Functor(Functor f) { in test_Functor() argument
H A Dinstantiate-local-class.cpp84 struct Functor { in doIt() struct
85 funcPR9685::doIt::Functor doIt() argument
86 iPR9685::doIt::Functor doIt() argument
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp86 const auto *Functor = Result.Nodes.getNodeAs<TemplateArgument>("Functor"); in check() local
/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction-cxx11.cpp30 auto Functor = [x]() {}; in f() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.partitions/
H A Dranges.is_partitioned.pass.cpp28 struct Functor { struct
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_if.pass.cpp32 struct Functor { struct
/llvm-project/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp1077 struct Functor : Counted<Moveable, Copyable> { global() struct
1079 operator ()__anonf6c513710111::Functor operator ()() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp627 using Functor = std::function<int()>; global() typedef
/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp475 using Functor = std::function<void()>; parseNewSymbolInfo() typedef