/llvm-project/clang/test/AST/ |
H A D | ast-dump-static-operators.cpp | 3 struct Functor { struct 12 Functor& get_functor() { in get_functor() argument
|
/llvm-project/flang/runtime/ |
H A D | reduction-templates.h | 217 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 D | findloc.cpp | 131 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 D | extrema.cpp | 135 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 D | reduction.cpp | 270 template <int KIND> struct Functor { global() struct 271 operator ()Fortran::runtime::LogicalReduceHelper::Functor operator ()() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx2b-static-subscript-operator.cpp | 4 struct Functor { struct 10 Functor GetAFunctor() { in GetAFunctor() argument
|
H A D | cxx2b-static-call-operator.cpp | 4 struct Functor { struct 27 Functor GetAFunctor() { in GetAFunctor() argument
|
H A D | microsoft-abi-member-pointers.cpp | 9 struct Functor { struct 12 // CHECK-DAG: %"struct.pr37399::Functor" = type { ptr } argument [all...] |
/llvm-project/libc/test/src/__support/CPP/ |
H A D | type_traits_test.cpp | 186 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 D | is_callable.compile.pass.cpp | 11 struct Functor { struct
|
/llvm-project/clang/test/CXX/over/over.oper/ |
H A D | p7.cpp | 6 struct Functor { struct
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | member-function-template.cpp | 53 struct Functor { struct 60 void test_Functor(Functor f) { in test_Functor() argument
|
H A D | instantiate-local-class.cpp | 84 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 D | UseTransparentFunctorsCheck.cpp | 86 const auto *Functor = Result.Nodes.getNodeAs<TemplateArgument>("Functor"); in check() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | typo-correction-cxx11.cpp | 30 auto Functor = [x]() {}; in f() local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.partitions/ |
H A D | ranges.is_partitioned.pass.cpp | 28 struct Functor { struct
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ |
H A D | ranges.copy_if.pass.cpp | 32 struct Functor { struct
|
/llvm-project/llvm/unittests/ADT/ |
H A D | STLExtrasTest.cpp | 1077 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 D | unnecessary-copy-initialization.cpp | 627 using Functor = std::function<int()>; global() typedef
|
/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 475 using Functor = std::function<void()>; parseNewSymbolInfo() typedef
|