Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:Default

53         default: break;
370 default: // Map unknown/new linkages to external
392 default: // Map unknown visibilities to default.
402 default: // Map unknown non-zero value to general dynamic.
412 default: return -1;
429 default: return -1;
453 default: return AtomicRMWInst::BAD_BINOP;
476 default: // Map unknown orderings to sequentially-consistent.
484 default: // Map unknown scopes to cross-thread.
772 default: // Default behavior: ignore.
884 default: return Error("unknown type in type table");
1130 default: return Error("unknown type in type table");
1308 default: // Default behavior: unknown type.
1358 default: // Default behavior: unknown type.
1422 default: // Default behavior: ignore.
1584 default: // Default behavior: unknown constant
1942 default: // Skip unknown content.
2000 default: break; // Default behavior, ignore unknown content.
2244 default:
2272 default: // Skip unknown content.
2287 default: break; // Default behavior, ignore unknown content.
2350 default:
2380 default: // Default behavior: ignore.
2434 default: // Skip unknown content.
2465 default: // Default behavior: reject
2777 BasicBlock *Default = getBasicBlock(Record[2]);
2778 if (OpTy == 0 || Cond == 0 || Default == 0)
2781 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases);