Searched refs:CEXPR_MAXDEPTH (Results 1 – 5 of 5) sorted by relevance
29 #define CEXPR_MAXDEPTH 5 macro
399 int s[CEXPR_MAXDEPTH]; in constraint_expr_eval_reason()492 if (sp == (CEXPR_MAXDEPTH - 1)) in constraint_expr_eval_reason()624 if (sp == (CEXPR_MAXDEPTH - 1)) in constraint_expr_eval_reason()
2199 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper()2206 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper()
3582 if (depth == (CEXPR_MAXDEPTH - 1)) { in define_constraint()3724 if (depth == (CEXPR_MAXDEPTH - 1)) { in define_validatetrans()
2749 if (*depth > CEXPR_MAXDEPTH) { in __cil_fill_constraint_expr()2750 cil_log(CIL_ERR, "Max depth of %d exceeded for constraint expression\n", CEXPR_MAXDEPTH); in __cil_fill_constraint_expr()