Searched refs:locus (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
H A Dpretty-print.c476 location_t *locus = va_arg (*text->args_ptr, location_t *); local
477 gcc_assert (text->locus != NULL);
478 *text->locus = *locus;
485 gcc_assert (text->locus != NULL);
486 *text->locus = DECL_SOURCE_LOCATION (t);
751 text.locus = NULL;
769 text.locus = NULL;
H A Dc-objc-common.c176 if (set_locus && text->locus)
177 *text->locus = DECL_SOURCE_LOCATION (t);
H A Dc-omp.c207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond, argument
210 location_t elocus = locus;
380 SET_EXPR_LOCATION (t, locus);
H A Dtree-mudflap.c499 location_t *locus, tree dirflag)
558 SET_EXPR_LOCUS (t, locus);
566 SET_EXPR_LOCUS (t, locus);
581 SET_EXPR_LOCUS (t, locus);
635 SET_EXPR_LOCUS (t, locus);
661 mf_file_function_line_tree (locus == NULL ? UNKNOWN_LOCATION
662 : *locus),
721 location_t *locus, tree dirflag)
894 mf_build_check_statement_for (base, limit, iter, locus, dirflag);
497 mf_build_check_statement_for(tree base, tree limit, block_stmt_iterator *instr_bsi, location_t *locus, tree dirflag) argument
720 mf_xform_derefs_1(block_stmt_iterator *iter, tree *tp, location_t *locus, tree dirflag) argument
H A Dpretty-print.h38 location_t *locus; member in struct:__anon1355
H A Dtree-ssa.c1158 location_t *locus, *fun_locus;
1178 locus = (context != NULL && EXPR_HAS_LOCATION (context)
1181 warning (0, gmsgid, locus, var);
1183 if (locus->file != fun_locus->file
1184 || locus->line < fun_locus->line
1185 || locus->line > cfun->function_end_locus.line)
1157 location_t *locus, *fun_locus; local
H A Dc-format.c667 /* This will require a "locus" at runtime. */
2477 /* Determine the type of a "locus" in the code being compiled for use
2483 static tree locus;
2485 if (!locus)
2490 must have declared 'locus' prior to using this attribute. If
2493 if ((locus = maybe_get_identifier ("locus")))
2495 locus = identifier_global_value (locus);
2496 if (locus)
2479 static tree locus; local
[all...]
H A Ddiagnostic.c405 diagnostic->message.locus = &diagnostic->location;
464 text.locus = NULL;
H A Dtree.h1468 (EXPR_P (NODE) ? (NODE)->exp.locus : UNKNOWN_LOCATION)
1470 (EXPR_CHECK (NODE)->exp.locus = (FROM))
1474 (EXPR_P (NODE) ? &(NODE)->exp.locus : (location_t *)NULL)
1477 EXPR_CHECK (NODE)->exp.locus \
1480 LOCATION_FILE (EXPR_CHECK (NODE)->exp.locus)
1482 LOCATION_LINE (EXPR_CHECK (NODE)->exp.locus)
1488 (EXPR_P (NODE) ? (NODE)->exp.locus : (location_t *)NULL)
1490 (EXPR_CHECK (NODE)->exp.locus = (FROM))
1493 (EXPR_CHECK (NODE)->exp.locus->file)
1495 (EXPR_CHECK (NODE)->exp.locus
1689 source_locus locus; local
1913 location_t locus; local
2367 location_t locus; local
[all...]
H A Dtree-vrp.c4423 location_t locus; local
4426 locus = input_location;
4428 locus = EXPR_LOCATION (stmt);
4429 warning (OPT_Wstrict_overflow, "%H%s", &locus, warnmsg);
4930 location_t locus; local
4933 locus = input_location;
4935 locus = EXPR_LOCATION (stmt);
4939 &locus);
5010 location_t locus; local
5013 locus
[all...]
H A Dvalue-prof.c91 location_t * locus; local
92 locus = (stmt != NULL && EXPR_HAS_LOCATION (stmt)
96 locus, name, (int)all, (int)bb_count);
H A Dstmt.c662 tree clobbers, int vol, location_t locus)
881 locus);
1029 i, argvec, constraintvec, locus));
1414 warn_if_unused_value (tree exp, location_t locus)
1427 locus = EXPR_LOCATION (exp);
1461 if (warn_if_unused_value (TREE_OPERAND (exp, 0), locus))
1499 warning (0, "%Hvalue computed is not used", &locus);
655 expand_asm_operands(tree string, tree outputs, tree inputs, tree clobbers, int vol, location_t locus) argument
1407 warn_if_unused_value(tree exp, location_t locus) argument
H A Dtree-cfg.c5750 location_t *locus;
5763 locus = NULL;
5772 && (locus = EXPR_LOCUS (last)) != NULL)
5781 if (!locus)
5782 locus = &cfun->function_end_locus;
5783 warning (0, "%H%<noreturn%> function does return", locus);
5807 locus = EXPR_LOCUS (last);
5808 if (!locus)
5809 locus = &cfun->function_end_locus;
5810 warning (0, "%Hcontrol reaches end of non-void function", locus);
[all...]
H A Dtoplev.c1467 /* FUTURE: %+x should set the locus. */
1488 if (set_locus && text->locus)
1489 *text->locus = DECL_SOURCE_LOCATION (t);
H A Dbuiltins.c10111 location_t locus = EXPR_LOCATION (exp);
10116 &locus, fndecl);
10129 &locus, fndecl);
10173 location_t locus = EXPR_LOCATION (exp);
10175 &locus, get_callee_fndecl (exp));
10274 location_t locus;
10326 locus = EXPR_LOCATION (exp);
10328 &locus, get_callee_fndecl (exp));
10394 location_t locus = EXPR_LOCATION (exp);
10396 &locus, get_callee_fndec
10108 location_t locus = EXPR_LOCATION (exp); local
10170 location_t locus = EXPR_LOCATION (exp); local
10271 location_t locus; local
10391 location_t locus = EXPR_LOCATION (exp); local
[all...]
H A Dgimplify.c752 /* Determines whether to assign a locus to the statement STMT. */
771 annotate_one_with_locus (tree t, location_t locus) argument
774 SET_EXPR_LOCATION (t, locus);
778 annotate_all_with_locus (tree *stmt_p, location_t locus) argument
794 annotate_one_with_locus (t, locus);
H A Dc-typeck.c5360 const char *locus;
5391 locus = IDENTIFIER_POINTER (DECL_NAME (decl));
5397 locus = "(anonymous)";
5409 if (locus)
5410 push_string (locus);
5332 const char *locus; local
H A Dtree.c3302 annotate_with_locus (tree node, location_t locus)
3304 annotate_with_file_line (node, locus.file, locus.line);
3282 annotate_with_locus(tree node, location_t locus) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl2.c2882 location_t *locus)
2890 input_location = *locus;
2894 locus->line++;
2968 location_t *locus = (location_t *) data;
2976 generate_ctor_or_dtor_function (/*constructor_p=*/true, priority, locus);
2979 generate_ctor_or_dtor_function (/*constructor_p=*/false, priority, locus);
3088 location_t locus;
3091 locus = input_location;
3130 emit_instantiate_pending_templates (&locus);
3132 emit_deferred (&locus);
2876 generate_ctor_or_dtor_function(bool constructor_p, int priority, location_t *locus) argument
2963 location_t *locus = (location_t *) data; local
3083 location_t locus; local
[all...]
H A Dtypeck2.c135 because DECLs already carry locus information. */ local
136 location_t locus;
223 input_location = pat->locus;
272 pat->locus = ((decl && DECL_P (decl))
H A Dsemantics.c3943 finish_omp_for (location_t locus, tree decl, tree init, tree cond,
3982 error ("%Hmissing controlling predicate", &locus);
3988 error ("%Hmissing increment expression", &locus);
4006 SET_EXPR_LOCATION (stmt, locus);
4024 return c_finish_omp_for (locus, decl, init, cond, incr, body, pre_body);
3942 finish_omp_for(location_t locus, tree decl, tree init, tree cond, tree incr, tree body, tree pre_body) argument
H A Ddecl.c2348 identify_goto (tree decl, const location_t *locus)
2354 if (locus)
2355 pedwarn ("%H from here", locus);
2366 bool exited_omp, const location_t *locus)
2373 identify_goto (decl, locus);
2391 identify_goto (decl, locus);
2406 identify_goto (decl, locus);
2419 identify_goto (decl, locus);
2341 identify_goto(tree decl, const location_t *locus) argument
2358 check_previous_goto_1(tree decl, struct cp_binding_level* level, tree names, bool exited_omp, const location_t *locus) argument
H A Derror.c2347 if (text->locus == NULL)
2385 *text->locus = location_of (t);
H A Dcp-tree.h233 location_t locus;
3331 (((tinst_level_t) TINST_LEVEL_CHECK (NODE))->locus)
232 location_t locus; local
/freebsd-11-stable/usr.sbin/btxld/
H A Dbtxld.c551 Warn(const char *locus, const char *fmt, ...) argument
557 asprintf(&s, "%s: Warning: %s", locus, fmt);

Completed in 769 milliseconds

12