Searched refs:constraint_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.h29 typedef struct constraint *constraint_t; typedef in typeref:struct:constraint
89 extern void dump_constraint (FILE *, constraint_t);
91 extern void debug_constraint (constraint_t);
H A Dtree-ssa-structalias.c190 DEF_VEC_P(constraint_t); variable
191 DEF_VEC_ALLOC_P(constraint_t,heap);
428 static VEC(constraint_t,heap) *constraints;
476 VEC(constraint_t,heap) **complex;
522 static constraint_t
526 constraint_t ret = pool_alloc (constraint_pool);
535 dump_constraint (FILE *file, constraint_t c)
558 debug_constraint (constraint_t c)
569 constraint_t c;
570 for (i = 0; VEC_iterate (constraint_t, constraint
[all...]

Completed in 80 milliseconds