Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.h409 bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS) override;
DCGOpenMPRuntime.h1798 virtual bool hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS);
DCGOpenMPRuntimeGPU.cpp4549 bool CGOpenMPRuntimeGPU::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntimeGPU
DCodeGenModule.cpp3990 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
DCGOpenMPRuntime.cpp10578 bool CGOpenMPRuntime::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar() function in CGOpenMPRuntime