Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Drequest.h31 virtual void invoke(symbol s) = 0;
38 void invoke(symbol);
70 void invoke(symbol);
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/gnu/gettext/
H A DGettextResource.java133 localValue = lookupMethod.invoke(catalog, new Object[] { msgid }); in ngettext()
149 … i = ((Long) pluralEvalMethod.invoke(catalog, new Object[] { new Long(n) })).longValue(); in ngettext()
164 localValue = handleGetObjectMethod.invoke(catalog, new Object[] { msgid }); in ngettext()
179 parentCatalog = getParentMethod.invoke(catalog, new Object[0]); in ngettext()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1.cc170 const char *>::invoke<cp_call_binding_oracle>; in add_callbacks()
174 const char *>::invoke<cp_call_symbol_address>; in add_callbacks()
177 fun = cc1_plugin::invoker<int>::invoke<cp_call_enter_scope>; in add_callbacks()
180 fun = cc1_plugin::invoker<int>::invoke<cp_call_leave_scope>; in add_callbacks()
H A Dlibcc1plugin.cc765 = cc1_plugin::invoker<R>::invoke<plugin_ ## N>; \ in plugin_init()
771 = cc1_plugin::invoker<R, A>::invoke<plugin_ ## N>; \ in plugin_init()
777 = cc1_plugin::invoker<R, A, B>::invoke<plugin_ ## N>; \ in plugin_init()
783 = cc1_plugin::invoker<R, A, B, C>::invoke<plugin_ ## N>; \ in plugin_init()
790 D>::invoke<plugin_ ## N>; \ in plugin_init()
797 E>::invoke<plugin_ ## N>; \ in plugin_init()
804 E, F, G>::invoke<plugin_ ## N>; \ in plugin_init()
H A Dlibcc1.cc148 const char *>::invoke<c_call_binding_oracle>; in add_callbacks()
152 const char *>::invoke<c_call_symbol_address>; in add_callbacks()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndex_Internal.h30 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2)
36 enum CXVisitorResult (*invoke)(_CXCursorAndRangeVisitorBlock *, member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h54 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
76 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
H A DRefactoringActionRulesInternal.h63 Rule->invoke(Consumer, Context); in invokeRuleAfterValidatingRequirements()
130 void invoke(RefactoringResultConsumer &Consumer,
H A DRefactoringActionRule.h43 virtual void invoke(RefactoringResultConsumer &Consumer,
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/options/
H A Dgeneral25 # test it. I guess I could invoke make with a known-bad option to see
28 # If I were always on UNIX, I could invoke it with 2>/dev/null, then
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst145 an ``invoke`` instruction. Unlike a call, the ``invoke`` has two potential
153 The term used to define the place where an ``invoke`` continues after an
482 identifies the callsite value associated with the following ``invoke``
621 invoke that unwinds to a ``catchswitch`` block. Similarly, inside the scope of a
635 invoke. The ``cleanuppad`` instruction is not
642 model. When inlining through an invoke, instructions that unwind to the caller
673 %call = invoke %struct.Cleanup* @"??0Cleanup@@QEAA@XZ"(%struct.Cleanup* nonnull %obj)
674 to label %invoke.cont unwind label %lpad.catch
676 invoke.cont: ; preds = %entry
677 invoke void @"?may_throw@@YAXXZ"()
[all …]
H A DInAlloca.rst60 invoke void @Foo_ctor(%struct.Foo* %a)
61 to label %invoke.cont unwind %invoke.unwind
63 invoke.cont:
68 invoke.unwind:
/netbsd-src/external/bsd/ntp/dist/scripts/ntp-wait/
H A Dntp-wait.texi37 then invoke all of the non-time-sensitive process,
52 @include invoke-ntp-wait.texi
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DBlock-ABI-Apple.rst18 * 2008/10/30 - revise new layout to have invoke function in same place.
47 R (*invoke)(struct Block_literal_1 *, P...);
108 a. The ``invoke`` function pointer is set to a function that takes the
145 void (*invoke)(struct __block_literal_1 *);
222 void (*invoke)(struct __block_literal_2 *);
278 void (*invoke)(struct __block_literal_4 *);
283 __block->existingBlock->invoke(__block->existingBlock);
512 void (*invoke)(struct __block_literal_5 *);
682 void (*invoke)(struct __block_literal_5 *);
725 functioncall(_block_literal->invoke(&_block_literal));
[all …]
/netbsd-src/external/gpl2/gmake/dist/glob/
H A DSMakefile33 # How to invoke ar.
37 # How to invoke ranlib.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
H A DDumpResource.java79 value = lookupMethod.invoke(catalog, new Object[] { key }); in lookup()
136 plural = pluralMethod.invoke(catalog, new Object[0]); in dump()
/netbsd-src/external/bsd/nvi/dist/build.unix/
H A DREADME.Solaris4 Apparently, the more recent Solaris compilers invoke the incremental linker,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgdbhooks.py674 def invoke(self, arg, from_tty): member in BreakOnPass
700 def invoke(self, arg, from_tty): member in DumpFn
784 def invoke(self, arg, from_tty): member in DotFn
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgdbhooks.py674 def invoke(self, arg, from_tty): member in BreakOnPass
700 def invoke(self, arg, from_tty): member in DumpFn
784 def invoke(self, arg, from_tty): member in DotFn
/netbsd-src/external/bsd/ntp/dist/scripts/
H A Dplot_summary.texi40 @include invoke-plot_summary.texi
H A Dsummary.texi40 @include invoke-summary.texi
/netbsd-src/external/bsd/ntp/dist/scripts/ntptrace/
H A Dntptrace.texi40 @include invoke-ntptrace.texi
/netbsd-src/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj.texi37 @include invoke-calc_tickadj.texi
/netbsd-src/external/bsd/ntp/dist/scripts/ntpsweep/
H A Dntpsweep.texi43 @include invoke-ntpsweep.texi
/netbsd-src/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.texi43 @include invoke-update-leap.texi

12345678910>>...30