Lines Matching defs:undefs
352 /// undefs. If localImports is not nullptr, it also emits a "locally
357 const SmallPtrSetImpl<Symbol *> &undefs,
361 if (undefs.empty() && (!localImports || localImports->empty()))
365 if (undefs.count(b))
383 if (undefs.count(sym)) {
409 SmallPtrSet<Symbol *, 8> undefs;
429 undefs.insert(sym);
432 reportProblemSymbols(undefs, /*localImports=*/nullptr, true);
437 SmallPtrSet<Symbol *, 8> undefs;
510 undefs.insert(sym);
514 undefs, ctx.config.warnLocallyDefinedImported ? &localImports : nullptr,