/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | request.h | 31 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 D | GettextResource.java | 133 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 D | libcp1.cc | 170 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 D | libcc1plugin.cc | 765 = 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 D | libcc1.cc | 148 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 D | Index_Internal.h | 30 #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 D | RefactoringActionRules.h | 54 void invoke(RefactoringResultConsumer &Consumer, in invoke() function 76 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
|
H A D | RefactoringActionRulesInternal.h | 63 Rule->invoke(Consumer, Context); in invokeRuleAfterValidatingRequirements() 130 void invoke(RefactoringResultConsumer &Consumer,
|
H A D | RefactoringActionRule.h | 43 virtual void invoke(RefactoringResultConsumer &Consumer,
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/options/ |
H A D | general | 25 # 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 D | ExceptionHandling.rst | 145 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 D | InAlloca.rst | 60 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 D | ntp-wait.texi | 37 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 D | Block-ABI-Apple.rst | 18 * 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 D | SMakefile | 33 # How to invoke ar. 37 # How to invoke ranlib.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/ |
H A D | DumpResource.java | 79 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 D | README.Solaris | 4 Apparently, the more recent Solaris compilers invoke the incremental linker,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gdbhooks.py | 674 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 D | gdbhooks.py | 674 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 D | plot_summary.texi | 40 @include invoke-plot_summary.texi
|
H A D | summary.texi | 40 @include invoke-summary.texi
|
/netbsd-src/external/bsd/ntp/dist/scripts/ntptrace/ |
H A D | ntptrace.texi | 40 @include invoke-ntptrace.texi
|
/netbsd-src/external/bsd/ntp/dist/scripts/calc_tickadj/ |
H A D | calc_tickadj.texi | 37 @include invoke-calc_tickadj.texi
|
/netbsd-src/external/bsd/ntp/dist/scripts/ntpsweep/ |
H A D | ntpsweep.texi | 43 @include invoke-ntpsweep.texi
|
/netbsd-src/external/bsd/ntp/dist/scripts/update-leap/ |
H A D | update-leap.texi | 43 @include invoke-update-leap.texi
|