Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h718 llvm::SmallDenseSet<const VarDecl *> DeferredGlobalVariables; variable
H A DCGOpenMPRuntime.cpp10566 DeferredGlobalVariables.insert(cast<VarDecl>(GD.getDecl())); in emitTargetGlobalVariable()
10697 for (const VarDecl *VD : DeferredGlobalVariables) { in emitDeferredTargetDecls()