Home
last modified time | relevance | path

Searched refs:locus (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-9-stable/contrib/gcc/
Dpretty-print.c476 location_t *locus = va_arg (*text->args_ptr, location_t *); in pp_base_format() local
477 gcc_assert (text->locus != NULL); in pp_base_format()
478 *text->locus = *locus; in pp_base_format()
485 gcc_assert (text->locus != NULL); in pp_base_format()
486 *text->locus = DECL_SOURCE_LOCATION (t); in pp_base_format()
751 text.locus = NULL; in pp_printf()
769 text.locus = NULL; in pp_verbatim()
Dtree-mudflap.c499 location_t *locus, tree dirflag) in mf_build_check_statement_for() argument
558 SET_EXPR_LOCUS (t, locus); in mf_build_check_statement_for()
566 SET_EXPR_LOCUS (t, locus); in mf_build_check_statement_for()
581 SET_EXPR_LOCUS (t, locus); in mf_build_check_statement_for()
635 SET_EXPR_LOCUS (t, locus); in mf_build_check_statement_for()
661 mf_file_function_line_tree (locus == NULL ? UNKNOWN_LOCATION in mf_build_check_statement_for()
662 : *locus), in mf_build_check_statement_for()
721 location_t *locus, tree dirflag) in mf_xform_derefs_1() argument
894 mf_build_check_statement_for (base, limit, iter, locus, dirflag); in mf_xform_derefs_1()
Dc-objc-common.c176 if (set_locus && text->locus) in c_tree_printer()
177 *text->locus = DECL_SOURCE_LOCATION (t); in c_tree_printer()
Dc-omp.c207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond, in c_finish_omp_for() argument
210 location_t elocus = locus; in c_finish_omp_for()
380 SET_EXPR_LOCATION (t, locus); in c_finish_omp_for()
Dtree-ssa.c1157 location_t *locus, *fun_locus; in warn_uninit() local
1177 locus = (context != NULL && EXPR_HAS_LOCATION (context) in warn_uninit()
1180 warning (0, gmsgid, locus, var); in warn_uninit()
1182 if (locus->file != fun_locus->file in warn_uninit()
1183 || locus->line < fun_locus->line in warn_uninit()
1184 || locus->line > cfun->function_end_locus.line) in warn_uninit()
Dc-format.c2479 static tree locus; in init_dynamic_gfc_info() local
2481 if (!locus) in init_dynamic_gfc_info()
2489 if ((locus = maybe_get_identifier ("locus"))) in init_dynamic_gfc_info()
2491 locus = identifier_global_value (locus); in init_dynamic_gfc_info()
2492 if (locus) in init_dynamic_gfc_info()
2494 if (TREE_CODE (locus) != TYPE_DECL) in init_dynamic_gfc_info()
2497 locus = 0; in init_dynamic_gfc_info()
2500 locus = TREE_TYPE (locus); in init_dynamic_gfc_info()
2513 if (locus) in init_dynamic_gfc_info()
2516 gfc_fci[i].types[0].type = &locus; in init_dynamic_gfc_info()
Dtree.h1457 (EXPR_P (NODE) ? (NODE)->exp.locus : UNKNOWN_LOCATION)
1459 (EXPR_CHECK (NODE)->exp.locus = (FROM))
1463 (EXPR_P (NODE) ? &(NODE)->exp.locus : (location_t *)NULL)
1466 EXPR_CHECK (NODE)->exp.locus \
1469 LOCATION_FILE (EXPR_CHECK (NODE)->exp.locus)
1471 LOCATION_LINE (EXPR_CHECK (NODE)->exp.locus)
1477 (EXPR_P (NODE) ? (NODE)->exp.locus : (location_t *)NULL)
1479 (EXPR_CHECK (NODE)->exp.locus = (FROM))
1482 (EXPR_CHECK (NODE)->exp.locus->file)
1484 (EXPR_CHECK (NODE)->exp.locus->line)
[all …]
Ddiagnostic.c403 diagnostic->message.locus = &diagnostic->location; in diagnostic_report_diagnostic()
461 text.locus = NULL; in verbatim()
Dtree-vrp.c4423 location_t locus; in vrp_evaluate_conditional() local
4426 locus = input_location; in vrp_evaluate_conditional()
4428 locus = EXPR_LOCATION (stmt); in vrp_evaluate_conditional()
4429 warning (OPT_Wstrict_overflow, "%H%s", &locus, warnmsg); in vrp_evaluate_conditional()
4930 location_t locus; in simplify_div_or_mod_using_ranges() local
4933 locus = input_location; in simplify_div_or_mod_using_ranges()
4935 locus = EXPR_LOCATION (stmt); in simplify_div_or_mod_using_ranges()
4939 &locus); in simplify_div_or_mod_using_ranges()
5010 location_t locus; in simplify_abs_using_ranges() local
5013 locus = input_location; in simplify_abs_using_ranges()
[all …]
Dvalue-prof.c91 location_t * locus; in check_counter() local
92 locus = (stmt != NULL && EXPR_HAS_LOCATION (stmt) in check_counter()
96 locus, name, (int)all, (int)bb_count); in check_counter()
Dstmt.c656 tree clobbers, int vol, location_t locus) in expand_asm_operands() argument
875 locus); in expand_asm_operands()
1023 i, argvec, constraintvec, locus)); in expand_asm_operands()
1407 warn_if_unused_value (tree exp, location_t locus) in warn_if_unused_value() argument
1420 locus = EXPR_LOCATION (exp); in warn_if_unused_value()
1454 if (warn_if_unused_value (TREE_OPERAND (exp, 0), locus)) in warn_if_unused_value()
1492 warning (0, "%Hvalue computed is not used", &locus); in warn_if_unused_value()
Dtree-cfg.c5748 location_t *locus; in execute_warn_function_return()
5761 locus = NULL; in execute_warn_function_return()
5770 && (locus = EXPR_LOCUS (last)) != NULL) in execute_warn_function_return()
5779 if (!locus) in execute_warn_function_return()
5780 locus = &cfun->function_end_locus; in execute_warn_function_return()
5781 warning (0, "%H%<noreturn%> function does return", locus); in execute_warn_function_return()
5805 locus = EXPR_LOCUS (last); in execute_warn_function_return()
5806 if (!locus) in execute_warn_function_return()
5807 locus = &cfun->function_end_locus; in execute_warn_function_return()
5808 warning (0, "%Hcontrol reaches end of non-void function", locus); in execute_warn_function_return()
Dpretty-print.h38 location_t *locus; member
Dtoplev.c1488 if (set_locus && text->locus) in default_tree_printer()
1489 *text->locus = DECL_SOURCE_LOCATION (t); in default_tree_printer()
Dbuiltins.c10011 location_t locus = EXPR_LOCATION (exp); in expand_builtin_object_size() local
10016 &locus, fndecl); in expand_builtin_object_size()
10029 &locus, fndecl); in expand_builtin_object_size()
10073 location_t locus = EXPR_LOCATION (exp); in expand_builtin_memory_chk() local
10075 &locus, get_callee_fndecl (exp)); in expand_builtin_memory_chk()
10174 location_t locus; in maybe_emit_chk_warning() local
10226 locus = EXPR_LOCATION (exp); in maybe_emit_chk_warning()
10228 &locus, get_callee_fndecl (exp)); in maybe_emit_chk_warning()
10294 location_t locus = EXPR_LOCATION (exp); in maybe_emit_sprintf_chk_warning() local
10296 &locus, get_callee_fndecl (exp)); in maybe_emit_sprintf_chk_warning()
Dgimplify.c771 annotate_one_with_locus (tree t, location_t locus) in annotate_one_with_locus() argument
774 SET_EXPR_LOCATION (t, locus); in annotate_one_with_locus()
778 annotate_all_with_locus (tree *stmt_p, location_t locus) in annotate_all_with_locus() argument
794 annotate_one_with_locus (t, locus); in annotate_all_with_locus()
Dc-typeck.c4966 const char *locus; in start_init() local
4997 locus = IDENTIFIER_POINTER (DECL_NAME (decl)); in start_init()
5003 locus = "(anonymous)"; in start_init()
5015 if (locus) in start_init()
5016 push_string (locus); in start_init()
/freebsd-9-stable/contrib/gcc/cp/
Ddecl2.c2852 location_t *locus) in generate_ctor_or_dtor_function() argument
2860 input_location = *locus; in generate_ctor_or_dtor_function()
2864 locus->line++; in generate_ctor_or_dtor_function()
2938 location_t *locus = (location_t *) data; in generate_ctor_and_dtor_functions_for_priority() local
2946 generate_ctor_or_dtor_function (/*constructor_p=*/true, priority, locus); in generate_ctor_and_dtor_functions_for_priority()
2949 generate_ctor_or_dtor_function (/*constructor_p=*/false, priority, locus); in generate_ctor_and_dtor_functions_for_priority()
3056 location_t locus; in cp_finish_file() local
3061 locus = input_location; in cp_finish_file()
3176 input_location = locus; in cp_finish_file()
3202 input_location = locus; in cp_finish_file()
[all …]
Dtypeck2.c135 location_t locus; member
222 input_location = pat->locus; in complete_type_check_abstract()
271 pat->locus = ((decl && DECL_P (decl)) in abstract_virtuals_error()
Dsemantics.c3807 finish_omp_for (location_t locus, tree decl, tree init, tree cond, in finish_omp_for() argument
3846 error ("%Hmissing controlling predicate", &locus); in finish_omp_for()
3852 error ("%Hmissing increment expression", &locus); in finish_omp_for()
3870 SET_EXPR_LOCATION (stmt, locus); in finish_omp_for()
3888 return c_finish_omp_for (locus, decl, init, cond, incr, body, pre_body); in finish_omp_for()
DChangeLog.tree-ssa3 * except.c (check_handlers_1): Use locus stored in master for warning.
17 * parser.c (cp_parser_statement): Save and restore entire locus;
Derror.c2337 if (text->locus == NULL) in cp_printer()
2375 *text->locus = location_of (t); in cp_printer()
Ddecl.c2340 identify_goto (tree decl, const location_t *locus) in identify_goto() argument
2346 if (locus) in identify_goto()
2347 pedwarn ("%H from here", locus); in identify_goto()
2358 bool exited_omp, const location_t *locus) in check_previous_goto_1() argument
2365 identify_goto (decl, locus); in check_previous_goto_1()
2383 identify_goto (decl, locus); in check_previous_goto_1()
2398 identify_goto (decl, locus); in check_previous_goto_1()
2411 identify_goto (decl, locus); in check_previous_goto_1()
/freebsd-9-stable/usr.sbin/btxld/
Dbtxld.c551 Warn(const char *locus, const char *fmt, ...) in Warn() argument
557 asprintf(&s, "%s: Warning: %s", locus, fmt); in Warn()
/freebsd-9-stable/etc/
Dservices249 locus-map 125/tcp #Locus PC-Interface Net Map Ser
250 locus-map 125/udp #Locus PC-Interface Net Map Ser
253 locus-con 127/tcp #Locus PC-Interface Conn Server
254 locus-con 127/udp #Locus PC-Interface Conn Server

12