Searched defs:IsAssumedType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/include/flang/Semantics/ | ||
H A D | type.h | 373 bool IsAssumedType() const { return category_ == TypeStar; } IsAssumedType() function |
/llvm-project/flang/include/flang/Evaluate/ | ||
H A D | type.h | 177 constexpr bool IsAssumedType() const { // TYPE(*) IsAssumedType() function |
/llvm-project/flang/lib/Semantics/ | ||
H A D | tools.cpp | 1082 bool IsAssumedType(const Symbol &symbol) { IsAssumedType() function |