Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp49 static void PutInit(llvm::raw_ostream &, const Symbol &, const MaybeExpr &,
51 static void PutInit(llvm::raw_ostream &, const MaybeIntExpr &);
405 PutInit(decls_, *ref, object->init(), nullptr); in PutDECStructure()
676 PutInit(os, symbol, details.init(), details.unanalyzedPDTComponentInit()); in PutObjectEntity()
726 PutInit(os, details.init()); in PutTypeParam()
730 void PutInit(llvm::raw_ostream &os, const Symbol &symbol, const MaybeExpr &init, in PutInit() function
742 void PutInit(llvm::raw_ostream &os, const MaybeIntExpr &init) { in PutInit() function