Searched defs:invoke (Results 1 – 11 of 11) 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/sys/tools/gdb/ |
| H A D | acttrace.py | 22 def invoke(self, arg, from_tty): member in acttrace
|
| H A D | pcpu.py | 22 def invoke(self, field, cpuid=-1): member in pcpu
|
| H A D | vnet.py | 24 def invoke(self, sym, vnet=None): member in vnet
|
| /freebsd/sys/tools/ |
| H A D | kernel-gdb.py | 38 def invoke(self, arg, from_tty): member in reload
|
| /freebsd/tools/tools/kgdb/ |
| H A D | tcplog.py | 210 def invoke(self, args, from_tty): member in TCPLogDump
|
| /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
|