Home
last modified time | relevance | path

Searched defs:SameInt (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Evaluate/
H A Dfold-logical.cpp650 using SameInt = Type<TypeCategory::Integer, KIND>; FoldIntrinsicFunction() typedef
H A Dintrinsics.cpp160 static constexpr TypePattern SameInt{IntType, KindCode::same}; global() variable