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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h701 llvm::SmallDenseSet<const VarDecl *> DeferredGlobalVariables; member in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy
H A DCGOpenMPRuntime.cpp9749 DeferredGlobalVariables.insert(cast<VarDecl>(GD.getDecl()));
9869 for (const VarDecl *VD : DeferredGlobalVariables) {

Completed in 123 milliseconds