Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dintrinsics.cpp91 CategorySet categorySet; member
1154 if (d.typePattern.categorySet == AnyType && in Match()
1195 } else if (!d.typePattern.categorySet.test(type->category())) { in Match()
1378 if (auto category{result.categorySet.LeastElement()}) { in Match()
1385 CHECK(result.categorySet == IntType); in Match()
1391 CHECK(result.categorySet == CategorySet{*category}); in Match()
1397 CHECK(result.categorySet == CategorySet{*category}); in Match()
1402 CHECK(result.categorySet == CharType); in Match()
1408 CHECK(result.categorySet == LogicalType); in Match()
1416 if (result.categorySet.test(aType->category())) { in Match()
[all …]