Lines Matching refs:decl
34 * - role in appropriate symtab (global and decl)
35 * - datum in the decl symtab has correct type_set
36 * - scope datum has correct decl ids
71 avrule_decl_t *decl;
79 /**** test for g_b_role_1 in base and decl 1 (global) ****/
88 /**** test for o1_b_role_1 in optional (decl 2) ****/
89 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b");
90 decls[0] = decl->decl_id;
94 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0);
102 avrule_decl_t *decl;
120 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_m1");
121 decls[0] = decl->decl_id;
125 role = test_role_type_set(base, "o1_m1_role_1", decl, types, 1, 0);