Searched refs:expr_eval_constant (Results 1 – 4 of 4) sorted by relevance
142 int expr_eval_constant(struct expr_node *node, long *valuep);
430 if (expr_eval_constant(type->u.array_info.length, in type_sizeof()570 if (expr_eval_constant(info->u.array_info.length, &ret) < 0) in type_aggregate_size()
399 expr_eval_constant(struct expr_node *node, long *valuep) in expr_eval_constant() function
496 if (expr_eval_constant(info->u.array_info.length, &l) < 0) in classify()