Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1353 bool isVLASupported() const { return VLASupported; } in isVLASupported() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp2533 if (T->isVariableArrayType() && !Context.getTargetInfo().isVLASupported()) { in BuildArrayType()
DSemaOpenMP.cpp17045 if (!Context.getTargetInfo().isVLASupported()) { in actOnOMPReductionKindClause()