Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h637 llvm::SmallDenseSet<const VarDecl *> DeferredGlobalVariables; variable
H A DCGOpenMPRuntime.cpp8695 DeferredGlobalVariables.insert(cast<VarDecl>(GD.getDecl())); in emitTargetGlobalVariable()
8770 for (const VarDecl *VD : DeferredGlobalVariables) { in emitDeferredTargetDecls()