Lines Matching refs:parent
69 test_ast_node->parent = test_db->ast->root;
70 test_ast_node->parent->flavor = CIL_BLOCK;
73 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS);
87 test_ast_node->parent = test_db->ast->root;
88 test_ast_node->parent->flavor = CIL_CLASS;
91 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS);
105 test_ast_node->parent = test_db->ast->root;
106 test_ast_node->parent->flavor = CIL_ROOT;
109 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS);
123 test_ast_node->parent = test_db->ast->root;
124 test_ast_node->parent->flavor = 1234567;
127 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS);
141 test_ast_node->parent = NULL;
144 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS);
172 test_ast_node->parent = NULL;
175 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS);