• Home
  • Raw
  • Download

Lines Matching refs:overlapping

11 *  It adds notion of overlapping address spaces. The main differention is that
270 …n ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
279 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
288 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
297 …bal|constant}} int *' and '__private int *') which are pointers to non-overlapping address spaces}}
306 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}}
315 …e ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
320 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
325 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
330 …bal|constant}} int *' and '__private int *') which are pointers to non-overlapping address spaces}}
335 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}}
387 …e ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
397 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
407 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
417 …bal|constant}} int *' and '__private int *') which are pointers to non-overlapping address spaces}}
426 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}}
439 … ('__constant int *' and '__global char *') which are pointers to non-overlapping address spaces}}
451 …obal|constant}} int *' and '__local char *') which are pointers to non-overlapping address spaces}}
464 …al|generic}} int *' and '__constant char *') which are pointers to non-overlapping address spaces}}
476 …al|constant}} int *' and '__private char *') which are pointers to non-overlapping address spaces}}
488 … ('__constant int *' and '__generic char *') which are pointers to non-overlapping address spaces}}
507 // Case 2: Corresponded inner pointees has non-overlapping address spaces.
515 // Case 3: Corresponded inner pointees has overlapping but not equivalent address spaces.