Home
last modified time | relevance | path

Searched refs:DT_VOID_NONE (Results 1 – 5 of 5) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dkmpcutil.cpp57 #define DT_VOID_NONE DT_NONE macro
72 return {"__kmpc_fork_call", IL_NONE, DT_VOID_NONE, 0}; in operator []()
74 return {"__kmpc_barrier", IL_NONE, DT_VOID_NONE, 0}; in operator []()
80 return {"__kmpc_critical", IL_NONE, DT_VOID_NONE, 0}; in operator []()
92 return {"__kmpc_flush", IL_NONE, DT_VOID_NONE, 0}; in operator []()
94 return {"__kmpc_ordered", IL_NONE, DT_VOID_NONE, 0}; in operator []()
132 return {"__kmpc_omp_task", IL_NONE, DT_VOID_NONE, 0}; in operator []()
245 DT_VOID_NONE, 0},
258 DT_VOID_NONE, 0},
290 DT_VOID_NONE, 0},
[all …]
H A Dtgtutil.cpp67 #define DT_VOID_NONE DT_NONE macro
98 [TGT_API_REGISTER_LIB] = {"__tgt_register_lib", 0, DT_VOID_NONE},
102 [TGT_API_TARGET_DATA_BEGIN] = {"__tgt_target_data_begin", 0, DT_VOID_NONE},
103 [TGT_API_TARGET_DATA_END] = {"__tgt_target_data_end", 0, DT_VOID_NONE},
104 [TGT_API_TARGETUPDATE] = {"__tgt_target_data_update", 0, DT_VOID_NONE}};
H A Dexpatomics.cpp441 #define DT_VOID_NONE DT_NONE in get_atomic_function() macro
443 return mk_prototype("atomicloadi", "pure", DT_VOID_NONE, 2, DT_CPTR, DT_CPTR); in get_atomic_function()
445 return mk_prototype("atomicloadf", "pure", DT_VOID_NONE, 2, DT_CPTR, DT_CPTR); in get_atomic_function()
447 return mk_prototype("atomicloadd", "pure", DT_VOID_NONE, 2, DT_CPTR, DT_CPTR); in get_atomic_function()
449 return mk_prototype("atomicloadl", "pure", DT_VOID_NONE, 2, DT_CPTR, DT_CPTR); in get_atomic_function()
462 return mk_prototype("atomicaddcmplx", "pure", DT_VOID_NONE, 3, DT_CPTR, DT_FLOAT, DT_FLOAT); in get_atomic_function()
464 return mk_prototype("atomicsubcmplx", "pure", DT_VOID_NONE, 3, DT_CPTR, DT_FLOAT, DT_FLOAT); in get_atomic_function()
2579 } else if (dtype != DT_VOID_NONE) { in _exp_mp_atomic_write()
3057 #ifndef DT_VOID_NONE
3058 #define DT_VOID_NONE DT_NONE macro
H A Doutliner.cpp96 #define DT_VOID_NONE DT_NONE macro
759 ret_dtype = DT_VOID_NONE; in makeOutlinedFunc()
2456 DTYPEP(func_sptr, DT_VOID_NONE); in create_target_outlined_func_sptr()
H A Dllutil.cpp93 #define DT_VOID_NONE DT_NONE macro
2455 return DT_VOID_NONE; in get_return_dtype()
2475 return DT_VOID_NONE; in get_return_dtype()