Searched refs:isVLASupported (Results 1 – 3 of 3) sorted by relevance
1353 bool isVLASupported() const { return VLASupported; } in isVLASupported() function
2533 if (T->isVariableArrayType() && !Context.getTargetInfo().isVLASupported()) { in BuildArrayType()
17045 if (!Context.getTargetInfo().isVLASupported()) { in actOnOMPReductionKindClause()