Searched refs:CEXPR_MAXDEPTH (Results 1 – 5 of 5) sorted by relevance
27 #define CEXPR_MAXDEPTH 5 macro
398 int s[CEXPR_MAXDEPTH]; in constraint_expr_eval_reason()491 if (sp == (CEXPR_MAXDEPTH - 1)) in constraint_expr_eval_reason()623 if (sp == (CEXPR_MAXDEPTH - 1)) in constraint_expr_eval_reason()
2044 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper()2051 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper()
3454 if (depth == (CEXPR_MAXDEPTH - 1)) { in define_constraint()3596 if (depth == (CEXPR_MAXDEPTH - 1)) { in define_validatetrans()
2739 if (*depth > CEXPR_MAXDEPTH) { in __cil_fill_constraint_expr()2740 cil_log(CIL_ERR, "Max depth of %d exceeded for constraint expression\n", CEXPR_MAXDEPTH); in __cil_fill_constraint_expr()