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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h 409 bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS) override;
CGOpenMPRuntime.h 1806 virtual bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS);
CGOpenMPRuntimeGPU.cpp 4385 bool CGOpenMPRuntimeGPU::hasAllocateAttributeForGlobalVar(const VarDecl *VD,
CodeGenModule.cpp 4157 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS))
CGOpenMPRuntime.cpp 10748 bool CGOpenMPRuntime::hasAllocateAttributeForGlobalVar(const VarDecl *VD,

Completed in 104 milliseconds