Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h349 bool isSubroutine, bool mightBeStructureConstructor = false);
355 bool mightBeStructureConstructor = false);
358 bool isSubroutine, bool mightBeStructureConstructor = false);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp2141 bool mightBeStructureConstructor) { in ResolveGeneric() argument
2212 if (mightBeStructureConstructor && details->derivedType()) { in ResolveGeneric()
2222 mightBeStructureConstructor)}; in ResolveGeneric()
2278 bool isSubroutine, bool mightBeStructureConstructor) in GetCalleeAndArguments() argument
2284 isSubroutine, mightBeStructureConstructor); in GetCalleeAndArguments()
2296 bool mightBeStructureConstructor) -> std::optional<CalleeAndArguments> { in GetCalleeAndArguments() argument
2310 mightBeStructureConstructor)}; in GetCalleeAndArguments()
2337 if (mightBeStructureConstructor) { in GetCalleeAndArguments()