Home
last modified time | relevance | path

Searched refs:A1TC_COMPONENTS_OF (Results 1 – 5 of 5) sorted by relevance

/dports/lang/asn1c/asn1c-0.9.27/libasn1parser/
H A Dasn1p_expr.h36 A1TC_COMPONENTS_OF, /* COMPONENTS OF clause */ enumerator
H A Dasn1p_y.y998 $$->expr_type = A1TC_COMPONENTS_OF;
H A Dasn1p_y.c3022 (yyval.a_expr)->expr_type = A1TC_COMPONENTS_OF;
/dports/lang/asn1c/asn1c-0.9.27/libasn1fix/
H A Dasn1fix_constr.c31 if(memb->expr_type != A1TC_COMPONENTS_OF) { in asn1f_pull_components_of()
/dports/lang/asn1c/asn1c-0.9.27/libasn1print/
H A Dasn1print.c578 case A1TC_COMPONENTS_OF: in asn1print_expr()