Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1618 bool isVLASupported() const { return VLASupported; } in isVLASupported() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2284 if (!Context.getTargetInfo().isVLASupported()) { in BuildArrayType()
H A DSemaOpenMP.cpp19214 if (!Context.getTargetInfo().isVLASupported()) { in actOnOMPReductionKindClause()