Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h288 &NeedToAddForLPCsAsDisabled) const;
H A DCGOpenMPRuntime.cpp12134 llvm::DenseSet<CanonicalDeclPtr<const Decl>> &NeedToAddForLPCsAsDisabled) in tryToDisableInnerAnalysis()
12204 NeedToAddForLPCsAsDisabled.insert(VD); in tryToDisableInnerAnalysis()
12249 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToAddForLPCsAsDisabled; in LastprivateConditionalRAII() local
12250 tryToDisableInnerAnalysis(S, NeedToAddForLPCsAsDisabled); in LastprivateConditionalRAII()
12251 if (!NeedToAddForLPCsAsDisabled.empty()) { in LastprivateConditionalRAII()
12255 for (const Decl *VD : NeedToAddForLPCsAsDisabled) in LastprivateConditionalRAII()