Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1589 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
1612 if (!isAllocatableDecl(CVD)) in getAddressOfLocalVariable()
4394 if (isAllocatableDecl(VD)) in EmitOMPTaskBasedDirective()
4432 if (isAllocatableDecl(Pair.first)) { in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp3440 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
3468 if (isAllocatableDecl(VD)) in createPrivatesRecordDecl()
3772 if (isAllocatableDecl(VD)) in emitTaskPrivateMappingFunction()
4223 if (isAllocatableDecl(VD)) in emitTaskInit()
11982 if (!isAllocatableDecl(VD)) in getAddressOfLocalVariable()