Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1587 bool isVLASupported() const { return VLASupported; } in isVLASupported() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp2259 if (!Context.getTargetInfo().isVLASupported()) { in BuildArrayType()
HDSemaOpenMP.cpp18559 if (!Context.getTargetInfo().isVLASupported()) { in actOnOMPReductionKindClause()