HomeSort by: relevance | last modified time | path
    Searched refs:offload_targets (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 340 static char *offload_targets = NULL;
343 /* Set to true if -foffload has not been used and offload_targets
3998 const char *n, *c = OFFLOAD_TARGETS;
4011 size_t olen = strlen (OFFLOAD_TARGETS) + 1;
4013 memcpy (cand, OFFLOAD_TARGETS, olen);
4104 free (offload_targets);
4105 offload_targets = NULL;
4115 free (offload_targets);
4116 offload_targets = xstrdup ("");
4120 if (!offload_targets)
338 static char *offload_targets = NULL; variable
    [all...]
configure 8341 if test x"$offload_targets" = x; then
8342 offload_targets=$tgt
8344 offload_targets="$offload_targets,$tgt"
8352 #define OFFLOAD_TARGETS "$offload_targets"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 327 static char *offload_targets = NULL;
330 /* Set to true if -foffload has not been used and offload_targets
4029 const char *n, *c = OFFLOAD_TARGETS;
4042 size_t olen = strlen (OFFLOAD_TARGETS) + 1;
4044 memcpy (cand, OFFLOAD_TARGETS, olen);
4135 free (offload_targets);
4136 offload_targets = NULL;
4146 free (offload_targets);
4147 offload_targets = xstrdup ("");
4151 if (!offload_targets)
325 static char *offload_targets = NULL; variable
    [all...]
configure 8308 if test x"$offload_targets" = x; then
8309 offload_targets=$tgt
8311 offload_targets="$offload_targets,$tgt"
8319 #define OFFLOAD_TARGETS "$offload_targets"
  /src/external/gpl3/gcc/dist/libgomp/
configure 676 offload_targets
15294 # 'offload_plugins' and 'offload_targets' will be populated in the same order.
15296 offload_targets=
15358 offload_targets=$tgt
15361 offload_targets=$offload_targets,$tgt
  /src/external/gpl3/gcc.old/dist/libgomp/
configure 675 offload_targets
15297 # 'offload_plugins' and 'offload_targets' will be populated in the same order.
15299 offload_targets=
15415 offload_targets=$tgt
15418 offload_targets=$offload_targets,$tgt

Completed in 94 milliseconds