Searched refs:macro_str (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_internal.h | 800 char *macro_str; member
|
D | cil_copy_ast.c | 1339 new->macro_str = orig->macro_str; in cil_copy_call()
|
D | cil_tree.c | 1533 cil_log(CIL_INFO, " %s", call->macro_str); in cil_tree_print_node()
|
D | cil_resolve_ast.c | 2402 rc = cil_resolve_name(current, new_call->macro_str, CIL_SYM_BLOCKS, extra_args, ¯o_datum); in cil_resolve_call1() 2410 printf("Failed to resolve macro %s\n", new_call->macro_str); in cil_resolve_call1()
|
D | cil.c | 2403 (*call)->macro_str = NULL; in cil_call_init()
|
D | cil_build_ast.c | 4854 call->macro_str = parse_current->next->data; in cil_gen_call()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 1089 CuAssertStrEquals(tc, test_copy->macro_str, ((struct cil_call *)test_ast_node->data)->macro_str); in test_cil_copy_call()
|
D | test_cil_resolve_ast.c | 5859 …(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/ |
D | tinycc.c | 5431 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 …]
|