Lines Matching defs:undefined
241 else if (auto *undefined = dyn_cast<Undefined>(s))
242 undefined->refState = std::max(undefined->refState, refState);
274 } else if (auto *undefined = dyn_cast<Undefined>(s)) {
275 refState = undefined->refState;
408 // Try to find a definition for an undefined symbol.
440 // Handle -undefined.
499 // Suggest an alternative spelling of an "undefined symbol" diagnostic. Returns
519 // If in the symbol table and not undefined.
528 // correction candidates and suggests the one that exists as a non-undefined
616 std::string message = "undefined symbol";
665 assert(false && "diagnostics make sense for -undefined error|warning only");