Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h359 void CheckBadExplicitType(const SpecificCall &, const Symbol &);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp2325 CheckBadExplicitType(*specificCall, *symbol); in GetCalleeAndArguments()
2363 void ExpressionAnalyzer::CheckBadExplicitType( in CheckBadExplicitType() function in Fortran::evaluate::ExpressionAnalyzer