Home
last modified time | relevance | path

Searched refs:hasAllocateAttributeForGlobalVar (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h338 bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS) override;
H A DCGOpenMPRuntime.h1576 virtual bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS);
H A DCGOpenMPRuntimeGPU.cpp3408 bool CGOpenMPRuntimeGPU::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntimeGPU
H A DCodeGenModule.cpp5148 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
H A DCGOpenMPRuntime.cpp10040 bool CGOpenMPRuntime::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntime