Home
last modified time | relevance | path

Searched refs:isVLASupported (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1310 bool isVLASupported() const { return VLASupported; } in isVLASupported() function
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp2500 if (T->isVariableArrayType() && !Context.getTargetInfo().isVLASupported()) { in BuildArrayType()
DSemaOpenMP.cpp15284 if (!Context.getTargetInfo().isVLASupported()) { in actOnOMPReductionKindClause()