Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtarget.cpp22 if (CanSupportType(category, kind)) { in TargetCharacteristics()
54 bool TargetCharacteristics::CanSupportType( in CanSupportType() function in Fortran::evaluate::TargetCharacteristics
61 if (CanSupportType(category, kind)) { in EnableType()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtarget.h61 static bool CanSupportType(common::TypeCategory, std::int64_t kind);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp3206 } else if (foldingContext_.targetCharacteristics().CanSupportType( in CheckIntrinsicKind()
3233 } else if (foldingContext_.targetCharacteristics().CanSupportType( in CheckIntrinsicSize()