Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h54 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
76 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dinvoke.h27 invoke(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_v<_Fn, _Args...>) { in invoke() function
/freebsd/libexec/kgdb/
H A Dacttrace.py39 def invoke(self, arg, from_tty): member in acttrace
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h74 void (*invoke)(void *, ...); member
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp944 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 DCGObjC.cpp2976 } else if (llvm::InvokeInst *invoke = dyn_cast<llvm::InvokeInst>(value)) { in emitARCOperationAfterCall() local
H A DCGCall.cpp4830 llvm::InvokeInst *invoke = in EmitNoreturnRuntimeCallOrInvoke() local