Home
last modified time | relevance | path

Searched refs:is_struct (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_template.c169 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 Djit-recording.h567 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 Djit-playback.h88 bool is_struct); /* else is union */
H A Djit-playback.cc410 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 Dlibgccjit.cc633 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 Djit-recording.cc1130 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 DChangeLog.jit677 and an "is_struct" bool param.
698 "is_struct" (vs a union).
H A DChangeLog526 * jit-recording.h: New functions (is_struct and is_vector)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h87 bool is_struct); /* else is union */
H A Djit-playback.c318 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 Dregion-model.cc4643 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 Dregion-model.cc7560 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()