Searched refs:can_exec (Results 1 – 6 of 6) sorted by relevance
441 bool can_exec; in test_vsys_x() local444 can_exec = true; in test_vsys_x()446 can_exec = false; in test_vsys_x()449 if (can_exec) { in test_vsys_x()
2 src/dfa.rs:73:1: 94:2 warning: function is never used: `can_exec`, #[warn(dead_code)] on by default3 src/dfa.rs:73 pub fn can_exec(insts: &Insts) -> bool {
1159 can_exec = refpolicy.Interface("can_exec")1163 can_exec.children.append(refpolicy.AVRule(av))1164 headers.children.append(can_exec)
57 pub fn can_exec(insts: &Program) -> bool { in can_exec() function
1403 if !dfa::can_exec(&ro.dfa) { in choose_dfa_match_type()