Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp62 static void DumpList(llvm::raw_ostream &os, const char *label, const T &list) { in DumpList() function
380 DumpList(os, "shape", x.shape()); in operator <<()
381 DumpList(os, "coshape", x.coshape()); in operator <<()
421 DumpList(os, "components", x.componentNames_); in operator <<()