Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8572 bool HasAllocsR = MapType == OMPC_MAP_alloc; in generateInfoForCapture() local
8573 return (HasPresent && !HasPresentR) || (HasAllocs && !HasAllocsR); in generateInfoForCapture()