Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h135 bool CheckIntrinsicSize(TypeCategory, std::int64_t size);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp3181 if (!CheckIntrinsicSize(category, size)) { in AnalyzeKindSelector()
3218 bool ExpressionAnalyzer::CheckIntrinsicSize( in CheckIntrinsicSize() function in Fortran::evaluate::ExpressionAnalyzer