Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h524 llvm::SmallDenseSet<const VarDecl *> DeferredGlobalVariables; variable
H A DCGOpenMPRuntime.cpp10331 DeferredGlobalVariables.insert(cast<VarDecl>(GD.getDecl())); in emitTargetGlobalVariable()
10431 for (const VarDecl *VD : DeferredGlobalVariables) { in emitDeferredTargetDecls()