Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1579 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
1615 if (!isAllocatableDecl(CVD)) in getAddressOfLocalVariable()
4812 if (isAllocatableDecl(VD)) in EmitOMPTaskBasedDirective()
4856 if (isAllocatableDecl(Pair.first)) { in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp2860 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
2887 if (isAllocatableDecl(VD)) in createPrivatesRecordDecl()
3191 if (isAllocatableDecl(VD)) in emitTaskPrivateMappingFunction()
3638 if (isAllocatableDecl(VD)) in emitTaskInit()
11311 if (!isAllocatableDecl(VD)) in getAddressOfLocalVariable()