Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:type_id

1261 static int define_typebounds_helper(char *bounds_id, char *type_id)
1276 if (!is_id_in_scope(SYM_TYPES, type_id)) {
1277 yyerror2("type %s is not within scope", type_id);
1281 type = hashtab_search(policydbp->p_types.table, type_id);
1283 yyerror2("type %s is not declared", type_id);
1297 type_id,