Home
last modified time | relevance | path

Searched refs:ArgStorage (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/openfodder/openfodder-1.6.0/Source/Utils/dukglue/
H A Ddetail_stack.h17 typedef std::tuple<typename dukglue::types::ArgStorage<Args>::type...> type;
31 …rd_as_tuple(DukType<typename Bare<Args>::type>::template read<typename ArgStorage<Args>::type>(ctx… in get_stack_values_helper()
H A Ddetail_function.h40 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call()
84 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call()
H A Ddetail_method.h54 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call()
124 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call()
H A Ddetail_types.h143 struct ArgStorage { struct
H A Dpublic_util.h22 typedef typename dukglue::types::ArgStorage<FullT>::type ValidateReturnType; in dukglue_push()
51 typedef typename dukglue::types::ArgStorage<RetT>::type ValidateReturnType; in dukglue_read()
H A Ddetail_primitive_types.h70 struct ArgStorage<const char*> {
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/thirdparty/dukglue/
H A Ddetail_stack.h18 typedef std::tuple<typename dukglue::types::ArgStorage<Args>::type...> type;
32 …rd_as_tuple(DukType<typename Bare<Args>::type>::template read<typename ArgStorage<Args>::type>(ctx… in get_stack_values_helper()
H A Ddetail_function.h42 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call()
86 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call()
H A Ddetail_method.h54 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call()
124 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call()
H A Ddetail_types.h143 struct ArgStorage { struct
H A Dpublic_util.h23 typedef typename dukglue::types::ArgStorage<FullT>::type ValidateReturnType; in dukglue_push()
52 typedef typename dukglue::types::ArgStorage<RetT>::type ValidateReturnType; in dukglue_read()
H A Ddetail_primitive_types.h69 struct ArgStorage<const char*> {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/orc/
H A Drun_program_wrapper.cpp43 for (auto &ArgStorage : ArgVStorage) in __orc_rt_run_program_wrapper() local
44 ArgV.push_back(ArgStorage.get()); in __orc_rt_run_program_wrapper()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/orc/
H A Drun_program_wrapper.cpp43 for (auto &ArgStorage : ArgVStorage) in __orc_rt_run_program_wrapper() local
44 ArgV.push_back(ArgStorage.get()); in __orc_rt_run_program_wrapper()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/orc/
H A Drun_program_wrapper.cpp43 for (auto &ArgStorage : ArgVStorage) in __orc_rt_run_program_wrapper() local
44 ArgV.push_back(ArgStorage.get()); in __orc_rt_run_program_wrapper()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/orc/
H A Drun_program_wrapper.cpp43 for (auto &ArgStorage : ArgVStorage) in __orc_rt_run_program_wrapper() local
44 ArgV.push_back(ArgStorage.get()); in __orc_rt_run_program_wrapper()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/orc/
H A Drun_program_wrapper.cpp43 for (auto &ArgStorage : ArgVStorage)
44 ArgV.push_back(ArgStorage.get());
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXModule.h77 BumpPtrAllocator ArgStorage; variable
100 ArgStorage.Reset(); in cleanup()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-x86.h297 } ArgStorage; typedef
302 ArgStorage storage;
307 ArgStorage pair_storage [2];
H A Dmini-arm64.h199 } ArgStorage; typedef
202 ArgStorage storage;
H A Dmini-amd64.h295 } ArgStorage; typedef
300 ArgStorage storage : 8;
303 ArgStorage pair_storage [2];
H A Dmini-arm.h200 } ArgStorage; typedef
210 ArgStorage storage;
H A Dmini-amd64-gsharedvt.c43 storage_name (ArgStorage st) in storage_name()
H A Dmini-sparc.c374 } ArgStorage; typedef
380 ArgStorage storage;
914 ArgStorage storage; in mono_arch_allocate_vars()
1056 add_outarg_reg (MonoCompile *cfg, MonoCallInst *call, ArgStorage storage, int reg, guint32 sreg) in add_outarg_reg()
H A Dmini-amd64.c947 ArgStorage ret_storage = cinfo->ret.storage; in get_call_info()
1815 add_outarg_reg (MonoCompile *cfg, MonoCallInst *call, ArgStorage storage, int reg, MonoInst *tree) in add_outarg_reg()
1850 arg_storage_to_load_membase (ArgStorage storage) in arg_storage_to_load_membase()
1900 arg_storage_to_llvm_arg_storage (MonoCompile *cfg, ArgStorage storage) in arg_storage_to_llvm_arg_storage()

12