Home
last modified time | relevance | path

Searched refs:TYPE_POINTER (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgengtype.c305 r->kind = TYPE_POINTER;
751 const int pointer_p = t->kind == TYPE_POINTER;
770 && (t->kind != TYPE_POINTER || ! UNION_OR_STRUCT_P (t->u.p)))
813 if (t->kind == TYPE_ARRAY && t->u.a.p->kind == TYPE_POINTER
944 if (length && f->type->kind == TYPE_POINTER)
946 else if (maybe_undef && f->type->kind == TYPE_POINTER)
948 else if (pass_param && f->type->kind == TYPE_POINTER && param)
957 case TYPE_POINTER:
1443 case TYPE_POINTER:
1572 int pointer_p = t->kind == TYPE_POINTER;
[all …]
H A Dgengtype.h34 TYPE_POINTER, enumerator
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype.c289 r->kind = TYPE_POINTER; in create_pointer()
742 const int pointer_p = t->kind == TYPE_POINTER; in adjust_field_type()
761 && (t->kind != TYPE_POINTER || ! UNION_OR_STRUCT_P (t->u.p))) in adjust_field_type()
804 if (t->kind == TYPE_ARRAY && t->u.a.p->kind == TYPE_POINTER in adjust_field_type()
929 if (nested_ptr && f->type->kind == TYPE_POINTER) in set_gc_used_type()
932 else if (length && f->type->kind == TYPE_POINTER) in set_gc_used_type()
934 else if (maybe_undef && f->type->kind == TYPE_POINTER) in set_gc_used_type()
936 else if (pass_param && f->type->kind == TYPE_POINTER && param) in set_gc_used_type()
945 case TYPE_POINTER: in set_gc_used_type()
1446 case TYPE_POINTER: in output_mangled_typename()
[all …]
H A Dgengtype.h34 TYPE_POINTER, enumerator
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dprintf-args.h67 TYPE_POINTER, enumerator
H A Dprintf-args.c94 case TYPE_POINTER: in printf_fetchargs()
H A Dprintf-parse.c459 type = TYPE_POINTER; in PRINTF_PARSE()
H A Dvasnprintf.c742 case TYPE_POINTER: in VASNPRINTF()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp918 RECORD(TYPE_POINTER); in WriteBlockInfoBlock()