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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h408 llvm::DenseMap<const OMPDeclareMapperDecl *, llvm::Function *> UDMMap; member in class:clang::CodeGen::CGOpenMPRuntime
H A DCGOpenMPRuntime.cpp1502 UDMMap.erase(D);
8913 if (UDMMap.count(D) > 0)
9157 UDMMap.try_emplace(D, Fn);

Completed in 86 milliseconds