Lines Matching defs:undefined
236 else if (auto *undefined = dyn_cast<Undefined>(s))
237 undefined->refState = std::max(undefined->refState, refState);
269 } else if (auto *undefined = dyn_cast<Undefined>(s)) {
270 refState = undefined->refState;
403 // Try to find a definition for an undefined symbol.
435 // Handle -undefined.
494 // Suggest an alternative spelling of an "undefined symbol" diagnostic. Returns
514 // If in the symbol table and not undefined.
523 // correction candidates and suggests the one that exists as a non-undefined
611 std::string message = "undefined symbol";
660 assert(false && "diagnostics make sense for -undefined error|warning only");