Home
last modified time | relevance | path

Searched refs:FuncT (Results 151 – 175 of 285) sorted by relevance

12345678910>>...12

/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/test/
H A Dasmjit_bench_x86.cpp62 template<typename EmitterT, typename FuncT>
63 …static void bench(CodeHolder& code, uint32_t archId, const char* testName, const FuncT& func) noex… in bench()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/test/
H A Dasmjit_bench_x86.cpp82 template<typename EmitterT, typename FuncT>
83 …static void bench(CodeHolder& code, uint32_t arch, const char* testName, const FuncT& func) noexce… in bench()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/test/
H A Dasmjit_bench_x86.cpp82 template<typename EmitterT, typename FuncT>
83 …static void bench(CodeHolder& code, uint32_t arch, const char* testName, const FuncT& func) noexce… in bench()
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DGraphicsViewCurveInput.cpp27 template <std::size_t I = 0, typename FuncT, typename... Tp>
29 for_each(std::tuple<Tp...>&, FuncT) in for_each() argument
33 template <std::size_t I = 0, typename FuncT, typename... Tp>
35 I<sizeof...(Tp), void>::type for_each(std::tuple<Tp...>& t, FuncT f)
38 for_each<I + 1, FuncT, Tp...>(t, f);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DDominance.cpp52 template <typename FuncT>
53 Block *traverseAncestors(Block *block, const FuncT &func) { in traverseAncestors()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A DOptionParser.h167 template <class Type, class FuncT>
168 void validate(const std::string& name_, const Type&, FuncT fn) in validate()
173 param.validator = new ParameterValidator<Type, FuncT>(fn); in validate()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DDirectFuncApplication.h40 template <class ProblemT, class DomainT, class FuncT>
46 DirectFuncApplicationImpl(FuncT _fn) in DirectFuncApplicationImpl()
72 FuncT fn;
77 template <class FuncT>
83 FuncT fn) in derived_compute_response()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DDominance.cpp99 template <typename FuncT>
100 static Block *traverseAncestors(Block *block, const FuncT &func) { in traverseAncestors()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DDominance.cpp76 template <typename FuncT>
77 Block *traverseAncestors(Block *block, const FuncT &func) { in traverseAncestors()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DDominance.cpp99 template <typename FuncT>
100 static Block *traverseAncestors(Block *block, const FuncT &func) { in traverseAncestors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DDominance.cpp76 template <typename FuncT>
77 Block *traverseAncestors(Block *block, const FuncT &func) { in traverseAncestors()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DDominance.cpp99 template <typename FuncT>
100 static Block *traverseAncestors(Block *block, const FuncT &func) { in traverseAncestors()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DDominance.cpp76 template <typename FuncT>
77 Block *traverseAncestors(Block *block, const FuncT &func) { in traverseAncestors()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DDominance.cpp99 template <typename FuncT>
100 static Block *traverseAncestors(Block *block, const FuncT &func) { in traverseAncestors()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dbytebuf.h139 template <typename FuncT> errorT decodeTags(FuncT fn) { in decodeTags()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/tests/interceptor/
H A DTestDllInterceptor.cpp399 template <typename FuncT>
401 using Type = FuncT;
422 template <typename FuncT>
443 template <typename FuncT>
445 using ArgType = typename ReturnType<FuncT>::Type;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DCmdLineAndEnvUtils.h63 template <typename FuncT, typename CharT>
64 static inline bool strimatch(FuncT aToLowerFn, const CharT* lowerstr, in strimatch()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/tests/interceptor/
H A DTestDllInterceptor.cpp403 template <typename FuncT>
405 using Type = FuncT;
426 template <typename FuncT>
447 template <typename FuncT>
449 using ArgType = typename ReturnType<FuncT>::Type;
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Deventmultiplexer.cxx71 typename FuncT >
73 FuncT func ) in notifySingleListener()
87 typename FuncT >
89 FuncT func ) in notifyAllListeners()
97 …FunctionApply<typename ::std::invoke_result<FuncT, std::shared_ptr<ViewEventHandler> const&>::type, in notifyAllListeners()
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/tests/
H A DTestDllInterceptor.cpp403 template <typename FuncT>
405 using Type = FuncT;
426 template <typename FuncT>
447 template <typename FuncT>
449 using ArgType = typename ReturnType<FuncT>::Type;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Deventmultiplexer.cxx74 typename FuncT >
76 FuncT func ) in notifySingleListener()
90 typename FuncT >
92 FuncT func ) in notifyAllListeners()
100 … FunctionApply<typename ::std::result_of<FuncT (std::shared_ptr<ViewEventHandler> const&)>::type, in notifyAllListeners()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/tests/interceptor/
H A DTestDllInterceptor.cpp403 template <typename FuncT>
405 using Type = FuncT;
426 template <typename FuncT>
447 template <typename FuncT>
449 using ArgType = typename ReturnType<FuncT>::Type;
/dports/science/py-dlib/dlib-19.22/dlib/
H A Dserialize.h1139 template<std::size_t I = 0, typename FuncT, typename... Tp>
1141 for_each_in_tuple(std::tuple<Tp...>&, FuncT) in for_each_in_tuple() argument
1144 template<std::size_t I = 0, typename FuncT, typename... Tp>
1146 for_each_in_tuple(std::tuple<Tp...>& t, FuncT f)
1149 for_each_in_tuple<I + 1, FuncT, Tp...>(t, f);
1152 template<std::size_t I = 0, typename FuncT, typename... Tp>
1154 for_each_in_tuple(const std::tuple<Tp...>&, FuncT) in for_each_in_tuple() argument
1157 template<std::size_t I = 0, typename FuncT, typename... Tp>
1159 for_each_in_tuple(const std::tuple<Tp...>& t, FuncT f)
1162 for_each_in_tuple<I + 1, FuncT, Tp...>(t, f);
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/
H A Dserialize.h1095 template<std::size_t I = 0, typename FuncT, typename... Tp>
1097 for_each_in_tuple(std::tuple<Tp...>&, FuncT) in for_each_in_tuple() argument
1100 template<std::size_t I = 0, typename FuncT, typename... Tp>
1102 for_each_in_tuple(std::tuple<Tp...>& t, FuncT f)
1105 for_each_in_tuple<I + 1, FuncT, Tp...>(t, f);
1108 template<std::size_t I = 0, typename FuncT, typename... Tp>
1110 for_each_in_tuple(const std::tuple<Tp...>&, FuncT) in for_each_in_tuple() argument
1113 template<std::size_t I = 0, typename FuncT, typename... Tp>
1115 for_each_in_tuple(const std::tuple<Tp...>& t, FuncT f)
1118 for_each_in_tuple<I + 1, FuncT, Tp...>(t, f);
/dports/science/dlib-cpp/dlib-19.22/dlib/
H A Dserialize.h1139 template<std::size_t I = 0, typename FuncT, typename... Tp>
1141 for_each_in_tuple(std::tuple<Tp...>&, FuncT) in for_each_in_tuple() argument
1144 template<std::size_t I = 0, typename FuncT, typename... Tp>
1146 for_each_in_tuple(std::tuple<Tp...>& t, FuncT f)
1149 for_each_in_tuple<I + 1, FuncT, Tp...>(t, f);
1152 template<std::size_t I = 0, typename FuncT, typename... Tp>
1154 for_each_in_tuple(const std::tuple<Tp...>&, FuncT) in for_each_in_tuple() argument
1157 template<std::size_t I = 0, typename FuncT, typename... Tp>
1159 for_each_in_tuple(const std::tuple<Tp...>& t, FuncT f)
1162 for_each_in_tuple<I + 1, FuncT, Tp...>(t, f);

12345678910>>...12