Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h292 &NeedToAddForLPCsAsDisabled) const;
H A DCGOpenMPRuntime.cpp11921 llvm::DenseSet<CanonicalDeclPtr<const Decl>> &NeedToAddForLPCsAsDisabled) in tryToDisableInnerAnalysis()
11991 NeedToAddForLPCsAsDisabled.insert(VD); in tryToDisableInnerAnalysis()
12036 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToAddForLPCsAsDisabled; in LastprivateConditionalRAII() local
12037 tryToDisableInnerAnalysis(S, NeedToAddForLPCsAsDisabled); in LastprivateConditionalRAII()
12038 if (!NeedToAddForLPCsAsDisabled.empty()) { in LastprivateConditionalRAII()
12042 for (const Decl *VD : NeedToAddForLPCsAsDisabled) in LastprivateConditionalRAII()