Searched refs:ArgumentPointees (Results 1 – 1 of 1) sorted by relevance
245 enum { Nowhere = 0, ArgumentPointees = 4, Anywhere = 8 | ArgumentPointees }; enumerator265 OnlyReadsArgumentPointees = ArgumentPointees | Ref,272 OnlyAccessesArgumentPointees = ArgumentPointees | ModRef,357 return !(MRB & Anywhere & ~ArgumentPointees); in onlyAccessesArgPointees()365 return (MRB & ModRef) && (MRB & ArgumentPointees); in doesAccessArgPointees()