Home
last modified time | relevance | path

Searched refs:new_type_struct (Results 1 – 10 of 10) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirprog.c85 = new_type_struct(IDENT("ThreadLocal")); in complete_ir_prog()
H A Dirio.c1816 type = new_type_struct(id); in read_type()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dsparc_stackframe.c189 …ir_type *res = new_type_struct(id_mangle_u(get_entity_ident(entity), new_id_from_chars("arg_type",… in compute_arg_type()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbemain.c409 env->pic_symbols_type = new_type_struct(NEW_ID("$PIC_SYMBOLS_TYPE")); in be_init_env()
H A Dbeabi.c1116 res = new_type_struct(new_id_from_chars("arg_type", 8)); in compute_arg_type()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dbearch_ia32.c251 between_type = new_type_struct(IDENT("ia32_between_type")); in ia32_build_between_type()
260 omit_fp_between_type = new_type_struct(IDENT("ia32_between_type_omit_fp")); in ia32_build_between_type()
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dtyperep.h1489 FIRM_API ir_type *new_type_struct(ident *name);
/dports/devel/libfirm/libfirm-1.21.0/ir/be/arm/
H A Darm_transform.c1663 …arg_type = new_type_struct(id_mangle_u(get_entity_ident(entity), new_id_from_chars("arg_type", 8))… in create_stacklayout()
/dports/devel/libfirm/libfirm-1.21.0/ir/tr/
H A Dtype.c1041 ir_type *new_type_struct(ident *name) in new_type_struct() function
/dports/lang/cparser/cparser-0.9.14/
H A Dast2firm.c568 irtype = new_type_struct(id); in create_compound_type()