reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_arg.c
   24 	if (arg->offset == (size_t) -1)
   26 	*(unsigned *)(((char *)opt) + arg->offset) = arg->u.choice.default_value;
   31 	*(unsigned *)(((char *)opt) + arg->offset) = arg->u.flags.default_value;
   36 	if (arg->offset == (size_t) -1)
   38 	*(unsigned *)(((char *)opt) + arg->offset) = arg->u.b.default_value;
   45 	if (arg->offset == (size_t) -1)
   49 		*(void **)(((char *)opt) + arg->offset) = child;
   58 	arg->u.user.init(((char *)opt) + arg->offset);
   63 	*(int *)(((char *)opt) + arg->offset) = arg->u.i.default_value;
   68 	*(long *)(((char *)opt) + arg->offset) = arg->u.l.default_value;
   73 	*(unsigned long *)(((char *)opt) + arg->offset) = arg->u.ul.default_value;
   81 	*(const char **)(((char *)opt) + arg->offset) = str;
   86 	*(const char ***)(((char *) opt) + arg->offset) = NULL;
  140 	if (arg->offset == (size_t) -1)
  144 			    *(void **)(((char *)opt) + arg->offset));
  151 	char **list = *(char ***)(((char *) opt) + arg->offset);
  161 		arg->u.user.clear(((char *)opt) + arg->offset);
  175 			free(*(char **)(((char *)opt) + arg[i].offset));
  407 	p = (unsigned *)(((char *) opt) + decl->offset);
  450 	p = (unsigned *)(((char *) opt) + decl->offset);
  519 	unsigned *p = opt ? (unsigned *)(((char *) opt) + decl->offset) : NULL;
  523 	if (decl->offset != (size_t) -1)
  539 	int *p = (int *)(((char *) opt) + decl->offset);
  552 	long *p = (long *)(((char *) opt) + decl->offset);
  584 	const char **p = (const char **)(((char *) opt) + decl->offset);
  670 		if (arg[i].offset == (size_t) -1)
  673 			child = *(void **)(((char *) opt) + arg[i].offset);
  815 		if (decl->offset != (size_t) -1)
  816 			*(unsigned *)(((char *)opt) + decl->offset) = u;
  833 		if (decl->offset != (size_t) -1)
  834 			*(unsigned *)(((char *)opt) + decl->offset) = u;
  890 	*(unsigned *)(((char *)opt) + decl->offset) = val;
  899 	unsigned *p = (unsigned *)(((char *)opt) + decl->offset);
  907 				if (decl->offset != (size_t) -1)
  914 		if (decl->offset != (size_t) -1)
  939 		if (decl->offset != (size_t) -1)
  955 	char **p = (char **)(((char *)opt) + decl->offset);
  980 	char **list = *(char ***)(((char *) opt) + decl->offset);
  985 	*(char ***)(((char *) opt) + decl->offset) = list;
 1020 	int *p = (int *)(((char *)opt) + decl->offset);
 1048 	long *p = (long *)(((char *)opt) + decl->offset);
 1088 	unsigned long *p = (unsigned long *)(((char *)opt) + decl->offset);
 1119 	if (decl->offset == (size_t) -1)
 1122 		child = *(void **)(((char *)opt) + decl->offset);
 1278 				p = (char **)(((char *)opt)+args->args[a].offset);
tools/polly/lib/External/isl/isl_ctx.c
  139 		if (arg->offset == (size_t) -1)
  142 			child = *(void **)(((char *)opt) + arg->offset);