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

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_template.c 169 int is_struct; member in struct:__anon805
450 is_struct(const Type *t, int isstruct) function
459 return is_struct(t->subtype, isstruct);
463 if (types[i].is_struct == 0)
643 int subtype_is_struct = is_struct(t->subtype, isstruct);
666 subtype_is_struct = is_struct(type, isstruct);
711 int subtype_is_struct = is_struct(t->subtype, 0);
774 subtype_is_struct = is_struct(m->type, 0);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 583 virtual struct_ *is_struct () { return NULL; } function in class:gcc::jit::recording::type
720 struct_ *is_struct () final override { return m_other_type->is_struct (); }
1076 struct_ *is_struct () final override { return this; }
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 567 virtual struct_ *is_struct () { return NULL; } function in class:gcc::jit::recording::type
701 struct_ *is_struct () FINAL OVERRIDE { return m_other_type->is_struct (); }
1014 struct_ *is_struct () FINAL OVERRIDE { return this; }
  /src/external/gpl3/gcc/dist/libgomp/
target.c 3373 bool is_struct = ((get_kind (short_mapkind, kinds, i) & typemask) local
3376 if (!is_struct)
3388 if (is_struct)

Completed in 39 milliseconds