Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp9120 bool HasAllocs = MapType == OMPC_MAP_alloc; in generateInfoForCapture() local
9129 return (HasPresent && !HasPresentR) || (HasAllocs && !HasAllocsR); in generateInfoForCapture()