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