Searched refs:GetConstant (Results 1 – 2 of 2) sorted by relevance
45 const SomeExpr *operator*() const { return GetExpr(context_, GetConstant()); } in operator *()48 return GetConstant().source; in LocateSource()68 const parser::DataStmtConstant &GetConstant() const { in GetConstant() function in Fortran::semantics::ValueListIterator
1915 auto GetConstant = [&](Metadata *Bound) -> int64_t { in writeDIGenericSubrange() local1923 Printer.printInt("count", GetConstant(Count), in writeDIGenericSubrange()1930 Printer.printInt("lowerBound", GetConstant(LBound), in writeDIGenericSubrange()1937 Printer.printInt("upperBound", GetConstant(UBound), in writeDIGenericSubrange()1944 Printer.printInt("stride", GetConstant(Stride), in writeDIGenericSubrange()