Lines Matching defs:allow
343 int allow;
363 allow = ALLOW_NO_SWITCH;
367 allow); /* see above */
386 int allow;
410 allow = ALLOW_VARSIZE;
412 allow = 0;
414 analyze_member(mem_np, mem, &offset, allow);
503 unsigned long *offsetp, int allow)
633 if (allow & ALLOW_CASE) {
729 if (type_down->size_variable_part && !(allow & ALLOW_VARSIZE)) {
741 * We also can not allow unions within unions because
745 if (allow & ALLOW_NO_UNIONS) {
748 !(allow & ALLOW_NO_SWITCH)) {