Searched refs:noargs (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp89 std::vector<GenericValue> noargs; local
90 GenericValue gv1 = EE1->runFunction(FooF1, noargs);
91 GenericValue gv2 = EE2->runFunction(FooF2, noargs);
119 std::vector<GenericValue> noargs; local
120 GenericValue gv1 = EE1->runFunction(FooF1, noargs);
121 GenericValue gv2 = EE2->runFunction(FooF2, noargs);
/macosx-10.10.1/llvmCore-3425.0.34/examples/HowToUseJIT/
H A DHowToUseJIT.cpp124 std::vector<GenericValue> noargs; local
125 GenericValue gv = EE->runFunction(FooF, noargs);
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/tests/
H A DtclAEBuild.test79 test tclAEBuild-1.1 {tclAE::build noargs} {macOnly tclAEshlb} {
114 test tclAEBuild-2.1 {tclAE::send noargs} {macOnly tclAEshlb} {
H A DtclAEHandler.test65 test tclAEHandler-1.1 {tclAE::installCoercionHandler noargs} {macOnly tclAEshlb} {
138 test tclAEHandler-2.1 {tclAE::getCoercionHandler noargs} {macOnly tclAEshlb} {
167 test tclAEHandler-3.1 {tclAE::removeCoercionHandler noargs} {macOnly tclAEshlb} {
190 test tclAEHandler-4.1 {tclAE::installEventHandler noargs} {macOnly tclAEshlb} {
298 test tclAEHandler-5.1 {tclAE::getEventHandler noargs} {macOnly tclAEshlb} {
322 test tclAEHandler-6.1 {tclAE::removeEventHandler noargs} {macOnly tclAEshlb} {
H A DtclAEDesc.test87 test tclAEDesc-1.1 {tclAE::coerceData noargs} {macOnly tclAEshlb} {
110 test tclAEDesc-2.1 {tclAE::coerceDesc noargs} {macOnly tclAEshlb} {
137 test tclAEDesc-3.1 {tclAE::countItems noargs} {macOnly tclAEshlb} {
154 test tclAEDesc-4.1 {tclAE::createDesc noargs} {macOnly tclAEshlb} {
/macosx-10.10.1/system_cmds-643.1.1/vm_purgeable_stat.tproj/
H A Dvm_purgeable_stat.c185 int noargs = 1; local
191 noargs = 0;
223 if (noargs)
/macosx-10.10.1/screen-22/screen/
H A Dhelp.c36 extern char *noargs[];
169 if (ktabp[key].args == noargs)
318 if (ktabp[key].nr == n && ktabp[key].args == noargs && strlen(buf) < sizeof(buf) - 7)
334 || ktabp[helpdata->command_search].args == noargs)
H A Dprocess.c394 char *noargs[1]; variable
407 ktab[i].args = noargs;
414 umtab[i].args = noargs;
417 dmtab[i].args = noargs;
420 mmtab[i].args = noargs;
568 idleaction.args = noargs;
604 kp->ktab[i].args = noargs;
621 if (act->args == noargs)
626 act->args = noargs;
3129 kme->dm.args = kme->mm.args = kme->um.args = noargs;
[all...]
/macosx-10.10.1/swig-12/Source/Modules/
H A Dpython.cxx1934 int noargs = funpack && (num_required == 0 && num_arguments == 0); local
2070 if (noargs) {
2077 if (noargs) {
2085 } else if (!noargs) {
2087 } else if (noargs) {
/macosx-10.10.1/sudo-73/src/
H A Dconfigure1531 --enable-noargs-shell If sudo is given no arguments run a shell
5431 # Check whether --enable-noargs-shell was given.
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Ignoring unknown argument to --enable-noargs-shell: $enableval" >&5
5445 $as_echo "$as_me: WARNING: Ignoring unknown argument to --enable-noargs-shell: $enableval" >&2;}

Completed in 294 milliseconds