Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp52 static void PutBound(llvm::raw_ostream &, const Bound &);
633 PutBound(os, x.lbound()); in PutShapeSpec()
637 PutBound(os, x.ubound()); in PutShapeSpec()
748 void PutBound(llvm::raw_ostream &os, const Bound &x) { in PutBound() function