Searched defs:invoke (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRules.h | 54 void invoke(RefactoringResultConsumer &Consumer, in invoke() function 76 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | invoke.h | 27 invoke(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_v<_Fn, _Args...>) { in invoke() function
|
/freebsd/libexec/kgdb/ |
H A D | acttrace.py | 39 def invoke(self, arg, from_tty): member in acttrace
|
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/ |
H A D | Block_private.h | 74 void (*invoke)(void *, ...); member
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 944 void invoke() const override { in invoke() function in Catch::TestInvokerAsMethod 4819 virtual void invoke() const { in invoke() function in Catch::OcMethod 6495 static Result invoke(Fun&& fun, Args&&... args) { in invoke() function 6502 static CompleteType_t<void> invoke(Fun&& fun, Args&&... args) { in invoke() function 9086 static auto invoke( L const &lambda, ArgType const &arg ) -> ParserResult { in invoke() function 9094 static auto invoke( L const &lambda, ArgType const &arg ) -> ParserResult { in invoke() function 13928 void TestCase::invoke() const { in invoke() function in Catch::TestCase 14035 void TestInvokerAsFunction::invoke() const { in invoke() function in Catch::TestInvokerAsFunction
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 2976 } else if (llvm::InvokeInst *invoke = dyn_cast<llvm::InvokeInst>(value)) { in emitARCOperationAfterCall() local
|
H A D | CGCall.cpp | 4830 llvm::InvokeInst *invoke = in EmitNoreturnRuntimeCallOrInvoke() local
|