Searched refs:hasAllocateAttributeForGlobalVar (Results 1 – 5 of 5) sorted by relevance
335 bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS) override;
1579 virtual bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS);
2202 bool CGOpenMPRuntimeGPU::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntimeGPU
5264 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
10103 bool CGOpenMPRuntime::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntime