Home
last modified time | relevance | path

Searched refs:matchee (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Support/
H A DMatcher.h26 return std::visit(matches{ts...}, static_cast<N*>(this)->matchee()); in match()
29 return std::visit(matches{ts...}, static_cast<N const*>(this)->matchee()); in match()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DSymbolMap.h168 const VT &matchee() const { return box; } in matchee() function
H A DBoxAnalyzer.h462 const VT &matchee() const { return box; } in matchee() function
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h504 const VT &matchee() const { return box; } in matchee() function