Searched refs:is_struct (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | gen_template.c | 169 int is_struct; member 450 is_struct(const Type *t, int isstruct) in is_struct() function 459 return is_struct(t->subtype, isstruct); in is_struct() 463 if (types[i].is_struct == 0) in is_struct() 643 int subtype_is_struct = is_struct(t->subtype, isstruct); in template_members() 666 subtype_is_struct = is_struct(type, isstruct); in template_members() 711 int subtype_is_struct = is_struct(t->subtype, 0); in template_members() 774 subtype_is_struct = is_struct(m->type, 0); in template_members()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-recording.h | 567 virtual struct_ *is_struct () { return NULL; } in is_struct() function 701 struct_ *is_struct () FINAL OVERRIDE { return m_other_type->is_struct (); } in is_struct() function 1014 struct_ *is_struct () FINAL OVERRIDE { return this; } in is_struct() function
|
| H A D | jit-playback.h | 88 bool is_struct); /* else is union */
|
| H A D | jit-playback.cc | 410 bool is_struct) /* else is union */ in new_compound_type() argument 416 tree t = make_node (is_struct ? RECORD_TYPE : UNION_TYPE); in new_compound_type()
|
| H A D | libgccjit.cc | 633 gcc::jit::recording::struct_ *struct_type = type->is_struct (); in gcc_jit_type_is_struct() 1430 RETURN_NULL_IF_FAIL_PRINTF1 (type->is_struct (), in gcc_jit_context_new_struct_constructor()
|
| H A D | jit-recording.cc | 1130 bool is_struct_or_union = type->is_struct () || type->is_union (); in new_ctor() 5511 else if (type->is_struct ()) in write_reproducer()
|
| H A D | ChangeLog.jit | 677 and an "is_struct" bool param. 698 "is_struct" (vs a union).
|
| H A D | ChangeLog | 526 * jit-recording.h: New functions (is_struct and is_vector)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-playback.h | 87 bool is_struct); /* else is union */
|
| H A D | jit-playback.c | 318 bool is_struct) /* else is union */ in new_compound_type() argument 324 tree t = make_node (is_struct ? RECORD_TYPE : UNION_TYPE); in new_compound_type()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region-model.cc | 4643 make_test_compound_type (const char *name, bool is_struct, in make_test_compound_type() argument 4646 tree t = make_node (is_struct ? RECORD_TYPE : UNION_TYPE); in make_test_compound_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | region-model.cc | 7560 make_test_compound_type (const char *name, bool is_struct, in make_test_compound_type() argument 7563 tree t = make_node (is_struct ? RECORD_TYPE : UNION_TYPE); in make_test_compound_type()
|