Searched defs:isArray (Results 1 – 11 of 11) sorted by relevance
42 static constexpr bool isArray() { return false; } in isArray() function108 static constexpr bool isArray() { return true; } in isArray() function134 static constexpr bool isArray() { return true; } in isArray() function293 bool isArray() const { in isArray() function
154 bool isArray() const { return IsArray; } in isArray() function
72 bool fir::isArray(const fir::ExtendedValue &exv) { in isArray() function in fir
53 bool fir::factory::CharacterExprHelper::isArray(mlir::Type type) { in isArray() function in fir::factory::CharacterExprHelper
71 bool isArray() const { return getKind() == Type::Array; } in isArray() function
1540 static bool isArray(AllocaInst *AI) { in isArray() function
1388 auto isArray = in consDescriptorPrefix() local
1144 bool isArray = false; in verify() local
8127 AST_MATCHER(CXXNewExpr, isArray) { in AST_MATCHER() argument
2262 bool isArray() const { return CXXNewExprBits.IsArray; } in isArray() function
350 static bool isArray(const A &x) { in isArray() function2939 const bool isArray = expr.Rank() > 0; in prepareActualToBaseAddressLike() local