Home
last modified time | relevance | path

Searched defs:functor (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-static-operators.cpp13 static Functor functor; in get_functor() local
18 Functor functor; in call_static_operators() local
/llvm-project/clang/test/OpenMP/
H A Dnvptx_lambda_pointer_capturing.cpp55 void zoo(const FTy &functor) { in zoo() argument
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp459 auto functor = [&](Value value) { return addAutomaticRefCounting(value); }; in runOnOperation() local
552 auto functor = [&](Value value) { return addRefCounting(value); }; in runOnOperation() local
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp171 struct functor { in exec_func() struct
172 functor(Func f) : func(f) {} in exec_func() argument
173 operator ()PR14373::exec_func::functor exec_func() argument
174 funcPR14373::exec_func::functor exec_func() argument
/llvm-project/libcxx/test/support/
H A Dassert_macros.h47 void test_log(const char* condition, const char* file, int line, const F& functor) { in test_log() argument
/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object.cpp750 Callable functor; member
766 Callable functor; member
781 Callable functor; member
794 Callable functor; member
817 Callable functor; member
840 Callable functor; member
856 Callable functor; member
871 Callable functor; member
/llvm-project/mlir/lib/IR/
H A DPatternMatch.cpp263 function_ref<bool(OpOperand &)> functor, in replaceUsesWithIf()
277 function_ref<bool(OpOperand &)> functor, in replaceUsesWithIf()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h287 void ForEach(const Container& c, Functor functor) { in ForEach()