Searched refs:end_locus (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c89 /* In configurations where blocks have no end_locus attached, just
2525 location_t end_locus;
2549 if (!Sloc_to_locus (End_Location (gnat_node), &end_locus))
2550 end_locus = input_location;
2551 gnu_label = create_artificial_label (end_locus);
2636 SET_EXPR_LOCATION (stmt, end_locus);
3838 /* Attempt setting the end_locus of our GCC body tree, typically a
3839 BIND_EXPR or STATEMENT_LIST, then the end_locus of our GCC subprogram
9515 /* Set the end_locus information for GNU_NODE, if any, from an explicit end
9523 location_t end_locus;
2518 location_t end_locus; local
9485 location_t end_locus; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-core.h1327 location_t end_locus; variable
H A Dgimplify.c1088 location_t start_locus = 0, end_locus = 0;
1148 end_locus = BLOCK_SOURCE_END_LOCATION (BIND_EXPR_BLOCK (bind_expr));
1165 gimple_set_location (stack_restore, end_locus);
1188 gimple_set_location (clobber_stmt, end_locus);
1086 location_t start_locus = 0, end_locus = 0; local
H A Dtree.h1629 #define BLOCK_SOURCE_END_LOCATION(NODE) (BLOCK_CHECK (NODE)->block.end_locus)

Completed in 142 milliseconds