Home
last modified time | relevance | path

Searched refs:if_context (Results 1 – 12 of 12) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_reset_ast.c322 cil_reset_context(netifcon->if_context); in cil_reset_netifcon()
Dcil_copy_ast.c1114 cil_context_init(&new->if_context); in cil_copy_netifcon()
1115 cil_copy_fill_context(db, orig->if_context, new->if_context); in cil_copy_netifcon()
Dcil_internal.h793 struct cil_context *if_context; member
Dcil_post.c488 rc = context_compare(a_netifcon->if_context, b_netifcon->if_context); in cil_post_netifcon_context_compare()
1953 rc = __evaluate_levelrange_expression(netifcon->if_context->range, db); in __cil_post_db_cat_helper()
Dcil_tree.c1500 if (netifcon->if_context != NULL) { in cil_tree_print_node()
1501 cil_tree_print_context(netifcon->if_context); in cil_tree_print_node()
Dcil_verify.c991 struct cil_context *if_ctx = netif->if_context; in __cil_verify_netifcon()
Dcil_build_ast.c4659 cil_context_init(&netifcon->if_context); in cil_gen_netifcon()
4661 rc = cil_fill_context(parse_current->next->next->cl_head, netifcon->if_context); in cil_gen_netifcon()
4695 if (netifcon->if_context_str == NULL && netifcon->if_context != NULL) { in cil_destroy_netifcon()
4696 cil_destroy_context(netifcon->if_context); in cil_destroy_netifcon()
Dcil_resolve_ast.c2060 netifcon->if_context = (struct cil_context*)ifcon_datum; in cil_resolve_netifcon()
2062 rc = cil_resolve_context(current, netifcon->if_context, extra_args); in cil_resolve_netifcon()
Dcil_policy.c1778 cil_context_to_policy(out, netifcon->if_context, mls); in cil_netifcons_to_policy()
Dcil.c2012 (*netifcon)->if_context = NULL; in cil_netifcon_init()
Dcil_binary.c3244 rc = __cil_context_to_sepol_context(pdb, cil_netifcon->if_context, &new_ocon->context[0]); in cil_netifcon_to_policydb()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp67 struct if_context { struct
9788 static void begin_divergent_if_then(isel_context *ctx, if_context *ic, Temp cond) in begin_divergent_if_then()
9833 static void begin_divergent_if_else(isel_context *ctx, if_context *ic) in begin_divergent_if_else()
9892 static void end_divergent_if(isel_context *ctx, if_context *ic) in end_divergent_if()
9949 static void begin_uniform_if_then(isel_context *ctx, if_context *ic, Temp cond) in begin_uniform_if_then()
9981 static void begin_uniform_if_else(isel_context *ctx, if_context *ic) in begin_uniform_if_else()
10013 static void end_uniform_if(isel_context *ctx, if_context *ic) in end_uniform_if()
10046 if_context ic; in visit_if()
10612 if_context ic_invocation_id_is_zero; in write_tcs_tess_factors()
10648 if_context ic_rel_patch_id_is_zero; in write_tcs_tess_factors()
[all …]