HomeSort by: relevance | last modified time | path
    Searched defs:create_field (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 1012 #define create_field(next,type,name) \
1015 /* Like create_field, but the field is only valid when condition COND
1029 union_fields = create_field (NULL, type, "");
1201 note_flds = create_field (note_flds, &string_type, "rt_str");
1206 note_flds = create_field (note_flds, tree_tp, "rt_tree");
1210 note_flds = create_field (note_flds, rtx_tp, "rt_rtx");
1214 note_flds = create_field (note_flds, scalar_tp, "rt_int");
1232 sym_flds = create_field (NULL, tree_tp, "rt_tree");
1234 sym_flds = create_field (sym_flds, constant_tp, "rt_constant");
1350 subfields = create_field (subfields, t
1008 #define create_field macro
    [all...]

Completed in 22 milliseconds