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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-omp.c238 location_t elocus; local
252 elocus = locus;
254 elocus = EXPR_LOCATION (init);
260 error_at (elocus, "invalid type for iteration variable %qE", decl);
268 elocus = DECL_SOURCE_LOCATION (decl);
273 error_at (elocus, "%qE is not initialized", decl);
278 init = build_modify_expr (elocus, decl, NULL_TREE, NOP_EXPR,
281 elocus,
290 error_at (elocus, "missing controlling predicate");
298 elocus
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c4151 location_t elocus = locus;
4154 elocus = EXPR_LOCATION (init);
4182 error_at (elocus, "invalid controlling predicate");
4192 error_at (elocus, "difference between %qE and %qD does not have integer type",
4287 error_at (elocus, "invalid increment expression");
4331 cond = cp_build_binary_op (elocus,
4334 incr = build_modify_expr (elocus, decl, NULL_TREE, PLUS_EXPR,
4335 elocus, incr, NULL_TREE);
4378 location_t elocus;
4390 elocus
4150 location_t elocus = locus; local
4377 location_t elocus; local
[all...]

Completed in 109 milliseconds