Home
last modified time | relevance | path

Searched refs:DeferredGlobalVariables (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h741 llvm::SmallDenseSet<const VarDecl *> DeferredGlobalVariables; variable
H A DCGOpenMPRuntime.cpp10719 DeferredGlobalVariables.insert(cast<VarDecl>(GD.getDecl())); in emitTargetGlobalVariable()
10816 for (const VarDecl *VD : DeferredGlobalVariables) { in emitDeferredTargetDecls()