HomeSort by: relevance | last modified time | path
    Searched refs:isAllocatableDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1589 static bool isAllocatableDecl(const VarDecl *VD) {
1612 if (!isAllocatableDecl(CVD))
4394 if (isAllocatableDecl(VD))
4432 if (isAllocatableDecl(Pair.first)) {
CGOpenMPRuntime.cpp 3440 static bool isAllocatableDecl(const VarDecl *VD) {
3468 if (isAllocatableDecl(VD))
3772 if (isAllocatableDecl(VD))
4223 if (isAllocatableDecl(VD))
11982 if (!isAllocatableDecl(VD))

Completed in 33 milliseconds