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