Lines Matching defs:Characterize
55 const Procedure *Characterize(const Symbol &);
190 // Cache of calls to Procedure::Characterize(Symbol)
1395 if (!Procedure::Characterize(symbol, foldingContext_)) {
1417 auto result{FunctionResult::Characterize(
1419 auto subpResult{FunctionResult::Characterize(
1566 } else if (auto chars{Characterize(symbol)}) {
1567 if (auto globalChars{Characterize(*global)}) {
1597 if (auto chars{Characterize(symbol)}) {
1598 if (auto previousChars{Characterize(previous)}) {
1701 const Procedure *proc{Characterize(subroutine)};
1801 const Procedure *p1{Characterize(f1)};
1802 const Procedure *p2{Characterize(f2)};
1905 if (const Procedure *procedure{Characterize(specific)}) {
2262 const Procedure *CheckHelper::Characterize(const Symbol &symbol) {
2266 Procedure::Characterize(symbol, context_.foldingContext()))};
2504 const auto *bindingChars{Characterize(symbol)};
2505 const auto *overriddenChars{Characterize(*overridden)};
2768 Characterize(generic);
2782 if (const Procedure *proc{Characterize(specific)}) {
3701 const Procedure *proc1{checkHelper.Characterize(symbol1)};
3702 const Procedure *proc2{checkHelper.Characterize(symbol2)};