Searched refs:hasAllocateAttributeForGlobalVar (Results 1 – 5 of 5) sorted by relevance
380 bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS) override;
1828 virtual bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS);
3841 bool CGOpenMPRuntimeGPU::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntimeGPU
4548 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
10867 bool CGOpenMPRuntime::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntime