Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h122 explicit GetShapeHelper(FoldingContext &c, bool useResultSymbolShape) in GetShapeHelper() argument
123 : Base{*this}, context_{&c}, useResultSymbolShape_{useResultSymbolShape} { in GetShapeHelper()