Lines Matching full:__value
2342 inline _LIBCPP_INLINE_VISIBILITY bool __does_policy_contain(launch __policy, launch __value )2343 { return (int(__policy) & int(__value)) != 0; }