Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp97 KindCode kindCode{KindCode::none}; member
1327 if (d.typePattern.kindCode == KindCode::kindArg) { in Match()
1348 (d.typePattern.kindCode == KindCode::any || in Match()
1401 switch (d.typePattern.kindCode) { in Match()
1638 switch (result.kindCode) { in Match()
1760 CHECK(result.kindCode == KindCode::none); in Match()
1863 if (d.typePattern.kindCode == KindCode::same) { in Match()
2531 switch (interface.result.kindCode) { in GetReturnType()
2725 if (pattern.kindCode == KindCode::doublePrecision) { in GetSpecificType()
2789 o << '(' << EnumToString(kindCode) << ')'; in Dump()
[all …]