Home
last modified time | relevance | path

Searched refs:isAllocatableDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1581 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
1604 if (!isAllocatableDecl(CVD)) in getAddressOfLocalVariable()
4732 if (isAllocatableDecl(VD)) in EmitOMPTaskBasedDirective()
4776 if (isAllocatableDecl(Pair.first)) { in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp3377 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
3404 if (isAllocatableDecl(VD)) in createPrivatesRecordDecl()
3708 if (isAllocatableDecl(VD)) in emitTaskPrivateMappingFunction()
4155 if (isAllocatableDecl(VD)) in emitTaskInit()
12160 if (!isAllocatableDecl(VD)) in getAddressOfLocalVariable()