Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h800 char *macro_str; member
Dcil_copy_ast.c1339 new->macro_str = orig->macro_str; in cil_copy_call()
Dcil_tree.c1533 cil_log(CIL_INFO, " %s", call->macro_str); in cil_tree_print_node()
Dcil_resolve_ast.c2402 rc = cil_resolve_name(current, new_call->macro_str, CIL_SYM_BLOCKS, extra_args, &macro_datum); in cil_resolve_call1()
2410 printf("Failed to resolve macro %s\n", new_call->macro_str); in cil_resolve_call1()
Dcil.c2403 (*call)->macro_str = NULL; in cil_call_init()
Dcil_build_ast.c4854 call->macro_str = parse_current->next->data; in cil_gen_call()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c1089 CuAssertStrEquals(tc, test_copy->macro_str, ((struct cil_call *)test_ast_node->data)->macro_str); in test_cil_copy_call()
Dtest_cil_resolve_ast.c5859 …(struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str, CIL_SYM_BLOCKS,… in test_cil_resolve_call1_unknown_neg()
5861 free(((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str); in test_cil_resolve_call1_unknown_neg()
5862 ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str = NULL; in test_cil_resolve_call1_unknown_neg()
5988 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_paramsflavor_neg()
6019 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_unknownflavor_neg()
/external/valgrind/perf/
Dtinycc.c5431 const int *macro_str, struct macro_level **can_read_stream);
9592 static int *macro_arg_subst(Sym **nested_list, int *macro_str, Sym *args) in macro_arg_subst() argument
9603 TOK_GET(t, macro_str, cval); in macro_arg_subst()
9608 TOK_GET(t, macro_str, cval); in macro_arg_subst()
9639 if (*macro_str == TOK_TWOSHARPS || last_tok == TOK_TWOSHARPS) { in macro_arg_subst()
9842 static /*inline*/ int *macro_twosharps(const int *macro_str) in macro_twosharps() argument
9852 start_macro_ptr = macro_str; in macro_twosharps()
9855 macro_ptr1 = macro_str; in macro_twosharps()
9856 TOK_GET(t, macro_str, cval); in macro_twosharps()
9860 if (*macro_str == TOK_TWOSHARPS) in macro_twosharps()
[all …]