Searched refs:macro_str (Results 1 - 9 of 9) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_internal.h865 char *macro_str; member in struct:cil_call
H A Dcil_copy_ast.c1441 new->macro_str = orig->macro_str;
H A Dcil_resolve_ast.c2670 cil_tree_log(curr, CIL_ERR, "call %s", ((struct cil_call *)curr->data)->macro_str);
2727 rc = cil_resolve_name(current, new_call->macro_str, CIL_SYM_BLOCKS, extra_args, &macro_datum);
2735 printf("Failed to resolve %s to a macro\n", new_call->macro_str);
H A Dcil_tree.c1648 cil_log(CIL_INFO, " %s", call->macro_str);
H A Dcil.c2526 (*call)->macro_str = NULL;
H A Dcil_build_ast.c5202 call->macro_str = parse_current->next->data;
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c1089 CuAssertStrEquals(tc, test_copy->macro_str, ((struct cil_call *)test_ast_node->data)->macro_str);
H A Dtest_cil_resolve_ast.c5859 cil_resolve_name(test_db->ast->root->cl_head->next->next->next, ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str, CIL_SYM_BLOCKS, args, &macro_node);
5861 free(((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str);
5862 ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str = NULL;
5988 cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCKS, args, &macro_node);
6019 cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCKS, args, &macro_node);
/external/valgrind/perf/
H A Dtinycc.c5433 const int *macro_str, struct macro_level **can_read_stream);
9593 /* substitute args in macro_str and return allocated string */
9594 static int *macro_arg_subst(Sym **nested_list, int *macro_str, Sym *args)
9605 TOK_GET(t, macro_str, cval);
9610 TOK_GET(t, macro_str, cval);
9641 if (*macro_str == TOK_TWOSHARPS || last_tok == TOK_TWOSHARPS) {
9844 static /*inline*/ int *macro_twosharps(const int *macro_str)
9854 start_macro_ptr = macro_str;
9857 macro_ptr1 = macro_str;
9858 TOK_GET(t, macro_str, cva
9592 macro_arg_subst(Sym **nested_list, int *macro_str, Sym *args) argument
9842 macro_twosharps(const int *macro_str) argument
9976 macro_subst(TokenString *tok_str, Sym **nested_list, const int *macro_str, struct macro_level ** can_read_stream) argument
[all...]

Completed in 356 milliseconds