Searched refs:tagenv (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c268 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
732 "Class", "tagenv", "ValueAssignment", "CharacterStringType",
2189 (yyval.type)->tag.tagenv = (yyvsp[(2) - (3)].constant);
2203 (yyval.tag).tagenv = TE_EXPLICIT;
2779 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype)
2782 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
2790 t->tag.tagenv = tagenv;
2776 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) argument
H A Dasn1parse.y54 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
176 %type <constant> Class tagenv
634 TaggedType : Tag tagenv Type
638 $$->tag.tagenv = $2;
651 $$.tagenv = TE_EXPLICIT;
673 tagenv : /* */ label
953 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype)
956 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
964 t->tag.tagenv = tagenv;
[all...]
H A Dgen.c643 if(t->tag.tagenv == TE_IMPLICIT)
H A Dsymbol.h108 enum { TE_IMPLICIT, TE_EXPLICIT } tagenv; member in struct:tagtype

Completed in 100 milliseconds