Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1566 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
1589 if (!isAllocatableDecl(CVD)) in getAddressOfLocalVariable()
3987 if (isAllocatableDecl(VD)) in EmitOMPTaskBasedDirective()
4015 if (isAllocatableDecl(Pair.first)) { in EmitOMPTaskBasedDirective()
DCGOpenMPRuntime.cpp3395 static bool isAllocatableDecl(const VarDecl *VD) { in isAllocatableDecl() function
3423 if (isAllocatableDecl(VD)) in createPrivatesRecordDecl()
3727 if (isAllocatableDecl(VD)) in emitTaskPrivateMappingFunction()
4178 if (isAllocatableDecl(VD)) in emitTaskInit()
11811 if (!isAllocatableDecl(VD)) in getAddressOfLocalVariable()