Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8948 bool HasAllocsR = MapType == OMPC_MAP_alloc; in generateInfoForCapture() local
8949 return (HasPresent && !HasPresentR) || (HasAllocs && !HasAllocsR); in generateInfoForCapture()