Lines Matching refs:spaces

15 *  different address spaces, mainly described in Sections 6.5.5 and 6.5.6.
17 * It adds notion of overlapping address spaces. The main differention is that
143 …tyle cast from '__global int *' to '__constant int *' converts between mismatching address spaces}}
152 …from '__local int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
161 …om '__constant int *' to '__{{global|generic}} int *' converts between mismatching address spaces}}
170 …om '__private int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
179 …yle cast from '__generic int *' to '__constant int *' converts between mismatching address spaces}}
234 …tyle cast from '__global int *' to '__constant int *' converts between mismatching address spaces}}
243 …from '__local int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
252 …om '__constant int *' to '__{{global|generic}} int *' converts between mismatching address spaces}}
261 …om '__private int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
270 …yle cast from '__generic int *' to '__constant int *' converts between mismatching address spaces}}
278 …n ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
287 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
296 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
305 …bal|constant}} int *' and '__private int *') which are pointers to non-overlapping address spaces}}
314 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}}
323 …e ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
328 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
333 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
338 …bal|constant}} int *' and '__private int *') which are pointers to non-overlapping address spaces}}
343 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}}
395 …e ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
405 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
415 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
425 …bal|constant}} int *' and '__private int *') which are pointers to non-overlapping address spaces}}
434 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}}
447 … ('__constant int *' and '__global char *') which are pointers to non-overlapping address spaces}}
459 …obal|constant}} int *' and '__local char *') which are pointers to non-overlapping address spaces}}
472 …al|generic}} int *' and '__constant char *') which are pointers to non-overlapping address spaces}}
484 …al|constant}} int *' and '__private char *') which are pointers to non-overlapping address spaces}}
496 … ('__constant int *' and '__generic char *') which are pointers to non-overlapping address spaces}}
510 // * address spaces of corresponded most outer pointees overlaps, their canonical types are equal
511 // * CVR, address spaces and canonical types of the rest of pointees are equivalent.
515 // Case 2: Corresponded inner pointees has non-overlapping address spaces.
523 // Case 3: Corresponded inner pointees has overlapping but not equivalent address spaces.