Searched refs:CIL_PASS_TIF (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_internal.h | 55 CIL_PASS_TIF, enumerator
|
D | cil_resolve_ast.c | 3416 case CIL_PASS_TIF: in __cil_resolve_ast_node() 3746 if (pass != CIL_PASS_TIF && pass != CIL_PASS_MACRO) { in __cil_resolve_ast_node_helper() 3898 enum cil_pass pass = CIL_PASS_TIF; in cil_resolve_ast() 3926 for (pass = CIL_PASS_TIF; pass < CIL_PASS_NUM; pass++) { in cil_resolve_ast()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 6827 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_resolve_expr_stack_tunables() 7022 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_evaluate_expr_stack_and() 7049 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_evaluate_expr_stack_not() 7076 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_evaluate_expr_stack_or() 7103 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_evaluate_expr_stack_xor() 7130 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_evaluate_expr_stack_eq() 7157 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_evaluate_expr_stack_neq() 7185 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_evaluate_expr_stack_oper1() 7213 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_evaluate_expr_stack_oper2() 7277 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL… in test_cil_resolve_tunif_false() [all …]
|