Home
last modified time | relevance | path

Searched refs:cg_get_type (Results 1 – 8 of 8) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.h101 DTYPE cg_get_type(int n, TY_KIND v1, int v2);
H A Dllassem_common.cpp1049 dtype = cg_get_type(6, TY_STRUCT, NOSYM); in mk_struct_for_llvm_init()
H A Dtgtutil.cpp787 dtype = cg_get_type(6, TY_STRUCT, NOSYM); in ll_make_struct()
H A Dcgmain.cpp545 cg_get_type(int n, TY_KIND v1, int v2) in cg_get_type() function
1912 op_type = make_lltype_from_dtype(cg_get_type(2, TY_PTR, return_dtype)); in gen_llvm_atomic_intrinsic_for_builtin()
6629 new_dtype = cg_get_type(3, DTY(dtype), DT_CPTR); in update_return_type_for_ccfunc()
6635 new_dtype = cg_get_type(3, DTY(dtype), DT_FLOAT); in update_return_type_for_ccfunc()
6641 new_dtype = cg_get_type(3, DTY(dtype), DT_DBLE); in update_return_type_for_ccfunc()
6644 new_dtype = cg_get_type(3, DTY(dtype), DT_INT); in update_return_type_for_ccfunc()
6647 new_dtype = cg_get_type(3, DTY(dtype), DT_INT8); in update_return_type_for_ccfunc()
6650 new_dtype = cg_get_type(3, DTY(dtype), DT_CMPLX); in update_return_type_for_ccfunc()
6654 new_dtype = cg_get_type(3, DTY(dtype), DT_FLOAT128); in update_return_type_for_ccfunc()
H A Dkmpcutil.cpp397 dtype = cg_get_type(6, TY_STRUCT, NOSYM); in ll_make_kmpc_struct_type()
/dports/science/cgnslib/CGNS-4.1.2/src/ptests/
H A Dbenchmark_hdf5_f90.F90423 CALL cgp_array_write_f("ArrayR",cg_get_type(Array_r(1)),1,INT(nijk(1),cgsize_t),Ar, err)
429 CALL cgp_array_write_f("ArrayI",cg_get_type(Array_i(1)),1,INT(nijk(1),cgsize_t),Ai, err)
/dports/science/cgnslib/CGNS-4.1.2/src/tests/
H A Dcgread_f03.F90518 cg_get_type(data_single(1)), rmin, DataSize, &
524 cg_get_type(data_double(1)), rmin, DataSize, &
816 cg_get_type(donor_pnts(1)), &
/dports/science/cgnslib/CGNS-4.1.2/src/
H A Dcgns_f.F904585 INTERFACE cg_get_type interface