Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1648 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
1684 if (!isAllocatableDecl(CVD)) in getAddressOfLocalVariable()
5069 if (isAllocatableDecl(VD)) in EmitOMPTaskBasedDirective()
5113 if (isAllocatableDecl(Pair.first)) { in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp2851 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
2878 if (isAllocatableDecl(VD)) in createPrivatesRecordDecl()
3182 if (isAllocatableDecl(VD)) in emitTaskPrivateMappingFunction()
3628 if (isAllocatableDecl(VD)) in emitTaskInit()
11407 if (!isAllocatableDecl(VD)) in getAddressOfLocalVariable()