Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h719 llvm::SmallDenseSet<const VarDecl *> DeferredGlobalVariables; variable
DCGOpenMPRuntime.cpp10407 DeferredGlobalVariables.insert(cast<VarDecl>(GD.getDecl())); in emitTargetGlobalVariable()
10527 for (const VarDecl *VD : DeferredGlobalVariables) { in emitDeferredTargetDecls()