Searched refs:TYPE_STRING (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | printf-args.h | 62 TYPE_STRING, enumerator
|
H A D | printf-args.c | 85 case TYPE_STRING: in printf_fetchargs()
|
H A D | printf-parse.c | 449 type = TYPE_STRING; in PRINTF_PARSE()
|
H A D | vasnprintf.c | 731 case TYPE_STRING: in VASNPRINTF()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gengtype.c | 182 case TYPE_STRING: in dbgprint_count_type_at() 479 TYPE_STRING, 0, 0, 0, GC_USED, {0} 1423 if (t->u.p->kind == TYPE_SCALAR || t->u.p->kind == TYPE_STRING) in adjust_field_type() 2520 case TYPE_STRING: in output_mangled_typename() 2726 if (atomic_p && (t->kind != TYPE_POINTER) && (t->kind != TYPE_STRING)) in walk_type() 2735 case TYPE_STRING: in walk_type() 3239 case TYPE_STRING: in write_types_process_field() 3332 else if (ty->kind == TYPE_STRING) in write_type_decl() 3799 case TYPE_STRING: in write_types_local_user_process_field() 3879 case TYPE_STRING: in write_types_local_process_field() [all …]
|
H A D | gengtype.h | 147 TYPE_STRING, /* The string type. */ enumerator
|
H A D | gengtype-state.c | 57 case TYPE_STRING: in type_lineloc() 1143 case TYPE_STRING: in write_state_type()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gengtype.c | 178 case TYPE_STRING: in dbgprint_count_type_at() 473 TYPE_STRING, 0, 0, 0, GC_USED, {0} 2316 case TYPE_STRING: in output_mangled_typename() 2480 || nt->kind == TYPE_STRING)); in walk_type() 2505 case TYPE_STRING: in walk_type() 2891 case TYPE_STRING: in write_types_process_field() 3309 case TYPE_STRING: in write_types_local_process_field() 3514 case TYPE_STRING: in contains_scalar_p() 3818 case TYPE_STRING: in write_root() 4385 case TYPE_STRING: in output_typename() [all …]
|
H A D | gengtype.h | 134 TYPE_STRING, /* The string type. */ enumerator
|
H A D | gengtype-state.c | 58 case TYPE_STRING: in type_lineloc() 968 case TYPE_STRING: in write_state_type()
|