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.cpp1607 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
1643 if (!isAllocatableDecl(CVD)) in getAddressOfLocalVariable()
4869 if (isAllocatableDecl(VD)) in EmitOMPTaskBasedDirective()
4913 if (isAllocatableDecl(Pair.first)) { in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp2875 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
2902 if (isAllocatableDecl(VD)) in createPrivatesRecordDecl()
3206 if (isAllocatableDecl(VD)) in emitTaskPrivateMappingFunction()
3652 if (isAllocatableDecl(VD)) in emitTaskInit()
11340 if (!isAllocatableDecl(VD)) in getAddressOfLocalVariable()