Searched refs:use_ops (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20050629-1.c72 struct use_optype_d * use_ops; member in struct:stmt_operands_d
212 (stmt_ann (stmt)->operands.use_ops) = new_list.next;
215 for (ptr = (stmt_ann (stmt)->operands.use_ops);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20050629-1.c72 struct use_optype_d * use_ops; member in struct:stmt_operands_d
212 (stmt_ann (stmt)->operands.use_ops) = new_list.next;
215 for (ptr = (stmt_ann (stmt)->operands.use_ops);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-operands.h97 struct use_optype_d * use_ops; member in struct:stmt_operands_d
115 #define USE_OPS(STMT) (stmt_ann (STMT)->operands.use_ops)
H A Dtree-ssa-operands.c846 ops->use_ops = NULL;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgimple.h352 struct use_optype_d GTY((skip (""))) *use_ops;
1325 return g->gsops.opbase.use_ops;
1335 g->gsops.opbase.use_ops = use;
1347 ops = g->gsops.opbase.use_ops;

Completed in 134 milliseconds