Home | History | Annotate | Download | only in Reader

Lines Matching refs:Default

76   default: // Map unknown/new linkages to external
98 default: // Map unknown visibilities to default.
108 default: // Map unknown non-zero value to general dynamic.
118 default: return -1;
135 default: return -1;
159 default: return AtomicRMWInst::BAD_BINOP;
182 default: // Map unknown orderings to sequentially-consistent.
190 default: // Map unknown scopes to cross-thread.
470 default: // Default behavior: ignore.
540 default: return Error("unknown type in type table");
759 default: // Default behavior: unknown type.
823 default: // Default behavior: ignore.
981 default: // Default behavior: unknown constant
1361 default: // Default behavior: unknown type.
1443 default: // Skip unknown content.
1510 default: break; // Default behavior, ignore unknown content.
1740 default:
1768 default: // Skip unknown content.
1783 default: break; // Default behavior, ignore unknown content.
1833 default:
1863 default: // Default behavior: ignore.
1917 default: // Skip unknown content.
1948 default: // Default behavior: reject
2264 BasicBlock *Default = getBasicBlock(Record[3]);
2265 if (OpTy == 0 || Cond == 0 || Default == 0)
2270 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases);
2319 BasicBlock *Default = getBasicBlock(Record[2]);
2320 Default == 0)
2323 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases);