Searched defs:undef (Results 1 – 10 of 10) sorted by relevance
251 auto *undef = dyn_cast<Undefined>(sym); in loadMinGWSymbols() local260 auto *undef = dyn_cast<Undefined>(sym); in loadMinGWSymbols() local432 auto *undef = dyn_cast<Undefined>(sym); in reportUnresolvable() local462 auto *undef = dyn_cast<Undefined>(sym); in resolveRemainingUndefines() local479 if (auto undef = dyn_cast_or_null<Undefined>(sym)) { in resolveRemainingUndefines() local
1324 if (auto undef = dyn_cast<Undefined>(sym)) in maybeCreateECExportThunk() local1339 if (auto undef = dyn_cast<Undefined>(sym)) { in maybeCreateECExportThunk() local1360 if (auto undef = dyn_cast<Undefined>(sym)) in createECExportThunks() local1367 auto *undef = dyn_cast<Undefined>(s); in createECExportThunks() local
144 …ss(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int flags, int undef) in MPPC_Compress()
43 undef, enumerator
460 undef(const char *what) in undef() function
157 } else if (auto *undef = dyn_cast<Undefined>(s)) { in addDefined() local
1274 int undef = 0; in dump_collate() local
684 static void reportUndefinedSymbol(Ctx &ctx, const UndefinedDiag &undef, in reportUndefinedSymbol()
1546 Register KernelRewriter::undef(const TargetRegisterClass *RC) { in undef() function in KernelRewriter
633 static OpRef undef(MVT Ty) { return OpRef(Undef | Ty.SimpleTy); } in undef() function