Searched refs:hasAllocateAttributeForGlobalVar (Results 1 – 5 of 5) sorted by relevance
338 bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS) override;
1576 virtual bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS);
3408 bool CGOpenMPRuntimeGPU::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntimeGPU
5148 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
10040 bool CGOpenMPRuntime::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntime