Home
last modified time | relevance | path

Searched refs:isDelayedVariableLengthDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h141 bool isDelayedVariableLengthDecl(CodeGenFunction &CGF,
H A DCGOpenMPRuntime.h682 virtual bool isDelayedVariableLengthDecl(CodeGenFunction &CGF, in isDelayedVariableLengthDecl() function
H A DCGDecl.cpp1608 if (RT.isDelayedVariableLengthDecl(*this, &D)) { in EmitAutoVarAlloca()
H A DCGOpenMPRuntimeGPU.cpp1125 bool CGOpenMPRuntimeGPU::isDelayedVariableLengthDecl(CodeGenFunction &CGF, in isDelayedVariableLengthDecl() function in CGOpenMPRuntimeGPU