Home | History | Annotate | Download | only in tests

Lines Matching defs:decl

33  * - role in appropriate symtab (global and decl)
34 * - datum in the decl symtab has correct type_set
35 * - scope datum has correct decl ids
72 avrule_decl_t *decl;
80 /**** test for g_b_role_1 in base and decl 1 (global) ****/
89 /**** test for o1_b_role_1 in optional (decl 2) ****/
90 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b");
91 decls[0] = decl->decl_id;
95 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0);
103 avrule_decl_t *decl;
121 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_m1");
122 decls[0] = decl->decl_id;
126 role = test_role_type_set(base, "o1_m1_role_1", decl, types, 1, 0);