Home
last modified time | relevance | path

Searched defs:Arg2Type (Results 1 – 25 of 55) sorted by relevance

123

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/src/impl/
H A DKokkos_StaticCrsGraph_factory.hpp58 const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, SizeType>& in create_mirror_view() argument
69 create_mirror(const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, in create_mirror() argument
101 const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, SizeType>& in create_mirror_view() argument
/dports/devel/kokkos/kokkos-3.4.01/containers/src/impl/
H A DKokkos_StaticCrsGraph_factory.hpp58 const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, SizeType>& in create_mirror_view() argument
69 create_mirror(const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, in create_mirror() argument
101 const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, SizeType>& in create_mirror_view() argument
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/src/impl/
H A DKokkos_StaticCrsGraph_factory.hpp58 const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, SizeType>& in create_mirror_view() argument
69 create_mirror(const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, in create_mirror() argument
101 const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, SizeType>& in create_mirror_view() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dattr-x86-interrupt.c44 typedef unsigned long Arg2Type; typedef
46 typedef unsigned long long Arg2Type; typedef
48 typedef unsigned int Arg2Type; typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dattr-x86-interrupt.c44 typedef unsigned long Arg2Type; typedef
46 typedef unsigned long long Arg2Type; typedef
48 typedef unsigned int Arg2Type; typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dattr-x86-interrupt.c44 typedef unsigned long Arg2Type; typedef
46 typedef unsigned long long Arg2Type; typedef
48 typedef unsigned int Arg2Type; typedef
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dattr-x86-interrupt.c44 typedef unsigned long Arg2Type; typedef
46 typedef unsigned long long Arg2Type; typedef
48 typedef unsigned int Arg2Type; typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dattr-x86-interrupt.c44 typedef unsigned long Arg2Type; typedef
46 typedef unsigned long long Arg2Type; typedef
48 typedef unsigned int Arg2Type; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/parking_lot-0.11.2/
H A DCargo.toml44 serde = ["lock_api/serde"]
45 stdweb = ["instant/stdweb"]
46 wasm-bindgen = ["instant/wasm-bindgen"]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/script/
H A DcASNativeObjectMethod.h315 tASNativeObjectMethod(void (NativeClass::*method)(Arg1Type, Arg2Type)) : m_method(method) in tASNativeObjectMethod() argument
371 tASNativeObjectBoundFunction(void (*method)(NativeClass*, Arg1Type, Arg2Type)) : m_method(method) in tASNativeObjectBoundFunction() argument
401 …tASNativeObjectMethod(void (NativeClass::*method)(Arg1Type, Arg2Type, Arg3Type)) : m_method(method) in tASNativeObjectMethod() argument
431 …tASNativeObjectMethodConst(void (NativeClass::*method)(Arg1Type, Arg2Type, Arg3Type) const) : m_me… in tASNativeObjectMethodConst() argument
461 …tASNativeObjectBoundFunction(void (*method)(NativeClass*, Arg1Type, Arg2Type, Arg3Type)) : m_metho… in tASNativeObjectBoundFunction() argument
578 tASNativeObjectMethod(ReturnType (NativeClass::*method)(Arg1Type, Arg2Type)) : m_method(method) in tASNativeObjectMethod() argument
636 …tASNativeObjectBoundFunction(ReturnType (*method)(NativeClass*, Arg1Type, Arg2Type)) : m_method(me… in tASNativeObjectBoundFunction() argument
668 …tASNativeObjectMethod(ReturnType (NativeClass::*method)(Arg1Type, Arg2Type, Arg3Type)) : m_method(… in tASNativeObjectMethod() argument
699 …tASNativeObjectMethodConst(ReturnType (NativeClass::*method)(Arg1Type, Arg2Type, Arg3Type) const) … in tASNativeObjectMethodConst() argument
730 …tASNativeObjectBoundFunction(ReturnType (*method)(NativeClass*, Arg1Type, Arg2Type, Arg3Type)) : m… in tASNativeObjectBoundFunction() argument
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dstdfunc.c212 static Type Arg2Type[] = { TYPE(T_PTR), TYPE(T_VOID|T_QUAL_CONST), TYPE(T_END) }; in StdFunc_memcpy() local
553 static Type Arg2Type[] = { TYPE(T_INT), TYPE(T_END) }; in StdFunc_memset() local
776 static Type Arg2Type[] = { TYPE(T_PTR), TYPE(T_CHAR|T_QUAL_CONST), TYPE(T_END) }; in StdFunc_strcmp() local
978 static Type Arg2Type[] = { TYPE(T_PTR), TYPE(T_CHAR|T_QUAL_CONST), TYPE(T_END) }; in StdFunc_strcpy() local
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DApplicationThread.hpp183 void (DestinationType::*memberMethod)(Arg1Type, Arg2Type), in CallClass2() argument
226 void (DestinationType::*memberMethod)(Arg1Type, Arg2Type), in Call2() argument
/dports/devel/boost-docs/boost_1_72_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp37 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair
/dports/devel/boost-python-libs/boost_1_72_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp37 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp37 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp37 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair
/dports/databases/percona57-server/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp37 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair
/dports/databases/xtrabackup/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp37 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair
/dports/databases/percona57-client/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp37 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair
/dports/devel/boost-libs/boost_1_72_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp37 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair
/dports/devel/hyperscan/boost_1_75_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp37 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_Crs.hpp280 OutCounts& out, Crs<DataType, Arg1Type, Arg2Type, SizeType> const& in, in get_crs_transpose_counts() argument
296 void transpose_crs(Crs<DataType, Arg1Type, Arg2Type, SizeType>& out, in transpose_crs() argument
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_Crs.hpp280 OutCounts& out, Crs<DataType, Arg1Type, Arg2Type, SizeType> const& in, in get_crs_transpose_counts() argument
296 void transpose_crs(Crs<DataType, Arg1Type, Arg2Type, SizeType>& out, in transpose_crs() argument
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_Crs.hpp280 OutCounts& out, Crs<DataType, Arg1Type, Arg2Type, SizeType> const& in, in get_crs_transpose_counts() argument
296 void transpose_crs(Crs<DataType, Arg1Type, Arg2Type, SizeType>& out, in transpose_crs() argument
/dports/databases/percona57-server/boost_1_59_0/boost/phoenix/function/
H A Dlazy_operator.hpp119 typedef typename boost::remove_reference<Arg2>::type Arg2Type; typedef in boost::phoenix::result_of::make_pair

123