Home
last modified time | relevance | path

Searched refs:INVOKE (Results 1 – 25 of 1172) sorted by relevance

12345678910>>...47

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/
H A Dtest_sve_acle.h7 #define INVOKE(CODE1, CODE2) CODE2 macro
9 #define INVOKE(CODE1, CODE2) CODE1 macro
24 INVOKE (CODE1, CODE2); \
32 INVOKE (CODE1, CODE2); \
48 INVOKE (CODE1, CODE2); \
57 INVOKE (CODE1, CODE2); \
67 INVOKE (CODE1, CODE2); \
76 INVOKE (CODE1, CODE2); \
86 INVOKE (CODE1, CODE2); \
96 INVOKE (CODE1, CODE2); \
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/
H A Dtest_sve_acle.h7 #define INVOKE(CODE1, CODE2) CODE2 macro
9 #define INVOKE(CODE1, CODE2) CODE1 macro
24 INVOKE (CODE1, CODE2); \
32 INVOKE (CODE1, CODE2); \
48 INVOKE (CODE1, CODE2); \
57 INVOKE (CODE1, CODE2); \
67 INVOKE (CODE1, CODE2); \
76 INVOKE (CODE1, CODE2); \
86 INVOKE (CODE1, CODE2); \
96 INVOKE (CODE1, CODE2); \
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/
H A Dtest_sve_acle.h7 #define INVOKE(CODE1, CODE2) CODE2 macro
9 #define INVOKE(CODE1, CODE2) CODE1 macro
24 INVOKE (CODE1, CODE2); \
32 INVOKE (CODE1, CODE2); \
48 INVOKE (CODE1, CODE2); \
57 INVOKE (CODE1, CODE2); \
67 INVOKE (CODE1, CODE2); \
76 INVOKE (CODE1, CODE2); \
86 INVOKE (CODE1, CODE2); \
96 INVOKE (CODE1, CODE2); \
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/
H A Dtest_sve_acle.h7 #define INVOKE(CODE1, CODE2) CODE2 macro
9 #define INVOKE(CODE1, CODE2) CODE1 macro
24 INVOKE (CODE1, CODE2); \
32 INVOKE (CODE1, CODE2); \
48 INVOKE (CODE1, CODE2); \
57 INVOKE (CODE1, CODE2); \
67 INVOKE (CODE1, CODE2); \
76 INVOKE (CODE1, CODE2); \
86 INVOKE (CODE1, CODE2); \
96 INVOKE (CODE1, CODE2); \
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/
H A Dtest_sve_acle.h7 #define INVOKE(CODE1, CODE2) CODE2 macro
9 #define INVOKE(CODE1, CODE2) CODE1 macro
24 INVOKE (CODE1, CODE2); \
32 INVOKE (CODE1, CODE2); \
48 INVOKE (CODE1, CODE2); \
57 INVOKE (CODE1, CODE2); \
67 INVOKE (CODE1, CODE2); \
76 INVOKE (CODE1, CODE2); \
86 INVOKE (CODE1, CODE2); \
96 INVOKE (CODE1, CODE2); \
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/
H A Dtest_sve_acle.h7 #define INVOKE(CODE1, CODE2) CODE2 macro
9 #define INVOKE(CODE1, CODE2) CODE1 macro
24 INVOKE (CODE1, CODE2); \
32 INVOKE (CODE1, CODE2); \
48 INVOKE (CODE1, CODE2); \
57 INVOKE (CODE1, CODE2); \
67 INVOKE (CODE1, CODE2); \
76 INVOKE (CODE1, CODE2); \
86 INVOKE (CODE1, CODE2); \
96 INVOKE (CODE1, CODE2); \
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/
H A Dtest_sve_acle.h7 #define INVOKE(CODE1, CODE2) CODE2 macro
9 #define INVOKE(CODE1, CODE2) CODE1 macro
24 INVOKE (CODE1, CODE2); \
32 INVOKE (CODE1, CODE2); \
48 INVOKE (CODE1, CODE2); \
57 INVOKE (CODE1, CODE2); \
67 INVOKE (CODE1, CODE2); \
76 INVOKE (CODE1, CODE2); \
86 INVOKE (CODE1, CODE2); \
96 INVOKE (CODE1, CODE2); \
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/hof/doc/src/
H A Dconcepts.md198 Is an object for which the `INVOKE` operation can be applied.
215 | ``INVOKE(f, std::declval<Args>()...)`` | the expression is well-formed in unevaluated context |
219 where `INVOKE(f, x, xs...)` is defined as follows:
233 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)`
238 Is an object for which the `INVOKE` operation can be applied.
255 | ``INVOKE(f, std::declval<Args>()...)`` | the expression is well-formed in unevaluated context |
259 where `INVOKE(f, x, xs...)` is defined as follows:
273 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)`
278 Is an object for which the `INVOKE` operation can be applied with one parameter.
293 | ``INVOKE(f, arg)`` | the expression is well-formed in unevaluated context |
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/hof/doc/src/
H A Dconcepts.md198 Is an object for which the `INVOKE` operation can be applied.
215 | ``INVOKE(f, std::declval<Args>()...)`` | the expression is well-formed in unevaluated context |
219 where `INVOKE(f, x, xs...)` is defined as follows:
233 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)`
238 Is an object for which the `INVOKE` operation can be applied.
255 | ``INVOKE(f, std::declval<Args>()...)`` | the expression is well-formed in unevaluated context |
259 where `INVOKE(f, x, xs...)` is defined as follows:
273 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)`
278 Is an object for which the `INVOKE` operation can be applied with one parameter.
293 | ``INVOKE(f, arg)`` | the expression is well-formed in unevaluated context |
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/hof/doc/src/
H A Dconcepts.md198 Is an object for which the `INVOKE` operation can be applied.
215 | ``INVOKE(f, std::declval<Args>()...)`` | the expression is well-formed in unevaluated context |
219 where `INVOKE(f, x, xs...)` is defined as follows:
233 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)`
238 Is an object for which the `INVOKE` operation can be applied.
255 | ``INVOKE(f, std::declval<Args>()...)`` | the expression is well-formed in unevaluated context |
259 where `INVOKE(f, x, xs...)` is defined as follows:
273 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)`
278 Is an object for which the `INVOKE` operation can be applied with one parameter.
293 | ``INVOKE(f, arg)`` | the expression is well-formed in unevaluated context |
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/hof/doc/src/
H A Dconcepts.md198 Is an object for which the `INVOKE` operation can be applied.
215 | ``INVOKE(f, std::declval<Args>()...)`` | the expression is well-formed in unevaluated context |
219 where `INVOKE(f, x, xs...)` is defined as follows:
233 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)`
238 Is an object for which the `INVOKE` operation can be applied.
255 | ``INVOKE(f, std::declval<Args>()...)`` | the expression is well-formed in unevaluated context |
259 where `INVOKE(f, x, xs...)` is defined as follows:
273 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)`
278 Is an object for which the `INVOKE` operation can be applied with one parameter.
293 | ``INVOKE(f, arg)`` | the expression is well-formed in unevaluated context |
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/data/
H A DMakefile.in527 $(INVOKE) $(TOOLBINDIR)/gencnval -d $(BUILDDIR) $(UCMSRCDIR)/convrtrs.txt
531 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@
534 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@
537 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@
549 $(INVOKE) $(TOOLBINDIR)/genbrk -c -i $(BUILDDIR) -r $< -o $@
557 $(INVOKE) $(TOOLBINDIR)/gendict --uchars -c -i $(BUILDDIR) $(DICTSRCDIR)/$(*F).txt $@
580 $(INVOKE) echo ALL_CFU_SOURCE: $(ALL_CFU_SOURCE)
581 $(INVOKE) echo CFU_FILES: $(CFU_FILES)
582 $(INVOKE) echo CFU_FILES_SHORT: $(CFU_FILES_SHORT)
591 $(INVOKE) $(TOOLBINDIR)/makeconv -c -d $(BUILDDIR) $(UCMSRCDIR)/$(<F)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/data/
H A DMakefile.in527 $(INVOKE) $(TOOLBINDIR)/gencnval -d $(BUILDDIR) $(UCMSRCDIR)/convrtrs.txt
531 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@
534 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@
537 $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@
549 $(INVOKE) $(TOOLBINDIR)/genbrk -c -i $(BUILDDIR) -r $< -o $@
557 $(INVOKE) $(TOOLBINDIR)/gendict --uchars -c -i $(BUILDDIR) $(DICTSRCDIR)/$(*F).txt $@
580 $(INVOKE) echo ALL_CFU_SOURCE: $(ALL_CFU_SOURCE)
581 $(INVOKE) echo CFU_FILES: $(CFU_FILES)
582 $(INVOKE) echo CFU_FILES_SHORT: $(CFU_FILES_SHORT)
591 $(INVOKE) $(TOOLBINDIR)/makeconv -c -d $(BUILDDIR) $(UCMSRCDIR)/$(<F)
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libjli/
H A Dsplashscreen_stubs.c62 #define INVOKE(name,def) _INVOKE(name,def,return) macro
67 INVOKE(SplashLoadMemory, 0)(pdata, size); in DoSplashLoadMemory()
71 INVOKE(SplashLoadFile, 0)(filename); in DoSplashLoadFile()
75 INVOKE(SplashInit, 0)(); in DoSplashInit()
92 INVOKE(SplashGetScaledImageName, 0)(fileName, jarName, scaleFactor, in DoSplashGetScaledImageName()
97 INVOKE(SplashGetScaledImgNameMaxPstfixLen, 0)(fileName); in DoSplashGetScaledImgNameMaxPstfixLen()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/native/libjli/
H A Dsplashscreen_stubs.c62 #define INVOKE(name,def) _INVOKE(name,def,return) macro
67 INVOKE(SplashLoadMemory, 0)(pdata, size); in DoSplashLoadMemory()
71 INVOKE(SplashLoadFile, 0)(filename); in DoSplashLoadFile()
75 INVOKE(SplashInit, 0)(); in DoSplashInit()
92 INVOKE(SplashGetScaledImageName, 0)(fileName, jarName, scaleFactor, in DoSplashGetScaledImageName()
97 INVOKE(SplashGetScaledImgNameMaxPstfixLen, 0)(fileName); in DoSplashGetScaledImgNameMaxPstfixLen()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/native/libjli/
H A Dsplashscreen_stubs.c62 #define INVOKE(name,def) _INVOKE(name,def,return) macro
67 INVOKE(SplashLoadMemory, 0)(pdata, size); in DoSplashLoadMemory()
71 INVOKE(SplashLoadFile, 0)(filename); in DoSplashLoadFile()
75 INVOKE(SplashInit, 0)(); in DoSplashInit()
92 INVOKE(SplashGetScaledImageName, 0)(fileName, jarName, scaleFactor, in DoSplashGetScaledImageName()
97 INVOKE(SplashGetScaledImgNameMaxPstfixLen, 0)(fileName); in DoSplashGetScaledImgNameMaxPstfixLen()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/native/libjli/
H A Dsplashscreen_stubs.c62 #define INVOKE(name,def) _INVOKE(name,def,return) macro
67 INVOKE(SplashLoadMemory, 0)(pdata, size); in DoSplashLoadMemory()
71 INVOKE(SplashLoadFile, 0)(filename); in DoSplashLoadFile()
75 INVOKE(SplashInit, 0)(); in DoSplashInit()
92 INVOKE(SplashGetScaledImageName, 0)(fileName, jarName, scaleFactor, in DoSplashGetScaledImageName()
97 INVOKE(SplashGetScaledImgNameMaxPstfixLen, 0)(fileName); in DoSplashGetScaledImgNameMaxPstfixLen()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/native/libjli/
H A Dsplashscreen_stubs.c62 #define INVOKE(name,def) _INVOKE(name,def,return) macro
67 INVOKE(SplashLoadMemory, 0)(pdata, size); in DoSplashLoadMemory()
71 INVOKE(SplashLoadFile, 0)(filename); in DoSplashLoadFile()
75 INVOKE(SplashInit, 0)(); in DoSplashInit()
92 INVOKE(SplashGetScaledImageName, 0)(fileName, jarName, scaleFactor, in DoSplashGetScaledImageName()
97 INVOKE(SplashGetScaledImgNameMaxPstfixLen, 0)(fileName); in DoSplashGetScaledImgNameMaxPstfixLen()
/dports/deskutils/copyq/CopyQ-5.0.0/src/scriptable/
H A Dscriptableproxy.cpp1073 INVOKE(showWindow, ()); in showWindow()
1127 INVOKE(preview, (arg)); in preview()
1394 INVOKE(tabs, ()); in tabs()
1458 INVOKE(loadTab, (arg1)); in loadTab()
1594 INVOKE(tab, (tabName)); in tab()
2205 INVOKE(filter, ()); in filter()
2211 INVOKE(commands, ()); in commands()
2336 INVOKE(themesPath, ()); in themesPath()
2348 INVOKE(iconColor, ()); in iconColor()
2367 INVOKE(iconTag, ()); in iconTag()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libjli/
H A Dsplashscreen_stubs.c62 #define INVOKE(name,def) _INVOKE(name,def,return) macro
67 INVOKE(SplashLoadMemory, 0)(pdata, size); in DoSplashLoadMemory()
71 INVOKE(SplashLoadFile, 0)(filename); in DoSplashLoadFile()
92 INVOKE(SplashGetScaledImageName, 0)(fileName, jarName, scaleFactor, in DoSplashGetScaledImageName()
97 INVOKE(SplashGetScaledImgNameMaxPstfixLen, 0)(fileName); in DoSplashGetScaledImgNameMaxPstfixLen()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libjli/
H A Dsplashscreen_stubs.c62 #define INVOKE(name,def) _INVOKE(name,def,return) macro
67 INVOKE(SplashLoadMemory, 0)(pdata, size); in DoSplashLoadMemory()
71 INVOKE(SplashLoadFile, 0)(filename); in DoSplashLoadFile()
92 INVOKE(SplashGetScaledImageName, 0)(fileName, jarName, scaleFactor, in DoSplashGetScaledImageName()
97 INVOKE(SplashGetScaledImgNameMaxPstfixLen, 0)(fileName); in DoSplashGetScaledImgNameMaxPstfixLen()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/native/libjli/
H A Dsplashscreen_stubs.c62 #define INVOKE(name,def) _INVOKE(name,def,return) macro
67 INVOKE(SplashLoadMemory, 0)(pdata, size); in DoSplashLoadMemory()
71 INVOKE(SplashLoadFile, 0)(filename); in DoSplashLoadFile()
92 INVOKE(SplashGetScaledImageName, 0)(fileName, jarName, scaleFactor, in DoSplashGetScaledImageName()
97 INVOKE(SplashGetScaledImgNameMaxPstfixLen, 0)(fileName); in DoSplashGetScaledImgNameMaxPstfixLen()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/test/testdata/
H A DMakefile.in117 PKGDATA_INVOKE:=$(INVOKE) $(PKGDATA_INVOKE_OPTS)
164 $(INVOKE) $(GENTEST) -d $(TESTBUILDDIR)
167 $(INVOKE) $(GENTEST) -r -d $(TESTBUILDDIR)
170 …$(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -s $(TESTBUILDDIR) $(ICU_DATA_OPT) -d $(TESTBUILDDIR) $…
175 …$(INVOKE) $(TOOLBINDIR)/gensprep -s $(TESTSRCDATADIR) $(ICU_DATA_OPT) -d $(TESTBUILDDIR) -b nfscsi…
180 …$(INVOKE) $(TOOLBINDIR)/gensprep -s $(TESTSRCDATADIR) $(ICU_DATA_OPT) -d $(TESTBUILDDIR) -b nfscss…
198 $(INVOKE) $(TOOLBINDIR)/makeconv --small -c -d $(TESTBUILDDIR) $(TESTSRCDATADIR)/$(<F)
201 $(INVOKE) $(TOOLBINDIR)/gennorm2 -s $(TESTSRCDATADIR) $(<F) -o $@
204 …$(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -s $(TESTSRCDATADIR) $(ICU_DATA_OPT) -d $(TESTBUILDD…
208 …ICU_DATA=$(BUILDDIR) $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -s $(TESTSRCDATADIR) -eUTF-16BE -d…
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/test/testdata/
H A DMakefile.in117 PKGDATA_INVOKE:=$(INVOKE) $(PKGDATA_INVOKE_OPTS)
164 $(INVOKE) $(GENTEST) -d $(TESTBUILDDIR)
167 $(INVOKE) $(GENTEST) -r -d $(TESTBUILDDIR)
170 …$(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -s $(TESTBUILDDIR) $(ICU_DATA_OPT) -d $(TESTBUILDDIR) $…
175 …$(INVOKE) $(TOOLBINDIR)/gensprep -s $(TESTSRCDATADIR) $(ICU_DATA_OPT) -d $(TESTBUILDDIR) -b nfscsi…
180 …$(INVOKE) $(TOOLBINDIR)/gensprep -s $(TESTSRCDATADIR) $(ICU_DATA_OPT) -d $(TESTBUILDDIR) -b nfscss…
198 $(INVOKE) $(TOOLBINDIR)/makeconv --small -c -d $(TESTBUILDDIR) $(TESTSRCDATADIR)/$(<F)
201 $(INVOKE) $(TOOLBINDIR)/gennorm2 -s $(TESTSRCDATADIR) $(<F) -o $@
204 …$(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -s $(TESTSRCDATADIR) $(ICU_DATA_OPT) -d $(TESTBUILDD…
208 …ICU_DATA=$(BUILDDIR) $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -s $(TESTSRCDATADIR) -eUTF-16BE -d…
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/tests/
H A Dabortutil.hpp12 template <class F, class... Args> inline auto INVOKE(F &&f, Args &&... args) -> decltype(std::forwa… in INVOKE() function
17 template <class Base, class T, class Derived> inline auto INVOKE(T Base::*pmd, Derived &&ref) -> de… in INVOKE() function
22 template <class PMD, class Pointer> inline auto INVOKE(PMD pmd, Pointer &&ptr) -> decltype((*std::f… in INVOKE() function
28 inline auto INVOKE(T Base::*pmf, Derived &&ref, Args &&... args) -> decltype((std::forward<Derived>… in INVOKE() function
34 inline auto INVOKE(PMF pmf, Pointer &&ptr, Args &&... args) -> decltype(((*std::forward<Pointer>(pt… in INVOKE() function
43 return detail::INVOKE(std::forward<F>(f), std::forward<ArgTypes>(args)...); in invoke()

12345678910>>...47