Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 157) sorted by relevance

1234567

/dragonfly/usr.bin/calendar/
H A Dbasics.h56 struct location { struct
57 double latitude; /* degree */
58 double longitude; /* degree */
59 double elevation; /* meter */
60 double zone; /* time offset (in days) from UTC */
/dragonfly/contrib/gcc-8.0/gcc/
H A Dselftest.h33 struct location struct
35 location (const char *file, int line, const char *function) in location() argument
44 constructing a selftest::location for the current source location. */ argument
H A Ddiagnostic.c816 location_t location = diagnostic_location (diagnostic); in update_effective_level_from_pragmas() local
885 location_t location = diagnostic_location (diagnostic); in diagnostic_report_diagnostic() local
1061 location_t location, in diagnostic_append_note()
1139 emit_diagnostic (diagnostic_t kind, location_t location, int opt, in emit_diagnostic()
1163 inform (location_t location, const char *gmsgid, ...) in inform()
1187 inform_n (location_t location, unsigned HOST_WIDE_INT n, in inform_n()
1217 warning_at (location_t location, int opt, const char *gmsgid, ...) in warning_at()
1263 warning_n (location_t location, int opt, unsigned HOST_WIDE_INT n, in warning_n()
1290 pedwarn (location_t location, int opt, const char *gmsgid, ...) in pedwarn()
1322 permerror (location_t location, const char *gmsgid, ...) in permerror()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddiagnostic.c151 va_list *args, location_t location, in diagnostic_set_info_translated()
167 va_list *args, location_t location, in diagnostic_set_info()
407 location_t location = diagnostic->location; in diagnostic_report_diagnostic() local
614 emit_diagnostic (diagnostic_t kind, location_t location, int opt, in emit_diagnostic()
640 inform (location_t location, const char *gmsgid, ...) in inform()
654 inform_n (location_t location, int n, const char *singular_gmsgid, in inform_n()
690 warning_at (location_t location, int opt, const char *gmsgid, ...) in warning_at()
716 pedwarn (location_t location, int opt, const char *gmsgid, ...) in pedwarn()
736 permerror (location_t location, const char *gmsgid, ...) in permerror()
766 error_n (location_t location, int n, const char *singular_gmsgid, in error_n()
H A Dc-errors.c34 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c99()
53 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c90()
H A Dtree-mudflap.c204 mf_file_function_line_tree (location_t location) in mf_file_function_line_tree()
511 location_t location, tree dirflag) in mf_build_check_statement_for()
743 location_t location, tree dirflag) in mf_xform_derefs_1()
1031 mx_register_decls (tree decl, gimple_seq seq, location_t location) in mx_register_decls()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dline-map.c648 source_location location) in linemap_macro_map_loc_to_def_point()
672 source_location location) in linemap_macro_map_loc_unwind_toward_spelling()
696 source_location location) in linemap_get_expansion_line()
720 source_location location) in linemap_get_expansion_filename()
754 source_location location) in linemap_location_in_system_header_p()
773 source_location location) in linemap_location_from_macro_expansion_p()
910 source_location location, in linemap_macro_loc_to_spelling_point()
944 source_location location, in linemap_macro_loc_to_def_point()
982 source_location location, in linemap_macro_loc_to_exp_point()
1216 source_location location; in linemap_dump_location() local
H A Dmacro.c986 const cpp_token *result, source_location location) in enter_macro_context()
1177 source_location location, size_t index, in set_arg_token()
2066 source_location location; in expand_arg() local
2163 source_location *location) in consume_next_token_from_context()
2203 maybe_adjust_loc_for_trad_cpp (cpp_reader *pfile, source_location location) in maybe_adjust_loc_for_trad_cpp()
2228 cpp_get_token_1 (cpp_reader *pfile, source_location *location) in cpp_get_token_1()
/dragonfly/contrib/gcc-4.7/libobjc/
H A Divars.c99 char *location = (char *)object + variable->ivar_offset; in object_getInstanceVariable() local
119 char *location = (char *)object + variable->ivar_offset; in object_setInstanceVariable() local
134 char *location = (char *)object + variable->ivar_offset; in object_getIvar() local
146 char *location = (char *)object + variable->ivar_offset; in object_setIvar() local
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-errors.c35 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c99()
75 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) in pedwarn_c90()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dline-map.c1090 source_location location) in linemap_macro_map_loc_to_def_point()
1115 source_location location) in linemap_macro_map_loc_unwind_toward_spelling()
1143 source_location location) in linemap_get_expansion_line()
1171 source_location location) in linemap_get_expansion_filename()
1209 source_location location) in linemap_location_in_system_header_p()
1255 source_location location) in linemap_location_from_macro_expansion_p()
1408 source_location location, in linemap_macro_loc_to_spelling_point()
1443 source_location location, in linemap_macro_loc_to_def_point()
1488 source_location location, in linemap_macro_loc_to_exp_point()
1836 source_location location; in linemap_dump_location() local
H A Dmacro.c776 paste_tokens (cpp_reader *pfile, source_location location, in paste_tokens()
1258 const cpp_token *result, source_location location) in enter_macro_context()
1485 source_location location, size_t index, in set_arg_token()
2495 source_location location; in expand_arg() local
2634 source_location *location) in consume_next_token_from_context()
2674 maybe_adjust_loc_for_trad_cpp (cpp_reader *pfile, source_location location) in maybe_adjust_loc_for_trad_cpp()
2699 cpp_get_token_1 (cpp_reader *pfile, source_location *location) in cpp_get_token_1()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-indentation.h27 location_t location; member
H A Dc-semantics.c176 build_real_imag_expr (location_t location, enum tree_code code, tree arg) in build_real_imag_expr()
H A Dc-warn.c175 warn_logical_operator (location_t location, enum tree_code code, tree type, in warn_logical_operator()
475 warn_logical_not_parentheses (location_t location, enum tree_code code, in warn_logical_not_parentheses()
1494 warn_for_omitted_condop (location_t location, tree cond) in warn_for_omitted_condop()
1937 warn_for_sign_compare (location_t location, in warn_for_sign_compare()
H A Dstub-objc.c315 objc_add_property_declaration (location_t ARG_UNUSED (location), in objc_add_property_declaration()
353 objc_build_incr_expr_for_property_ref (location_t ARG_UNUSED (location), in objc_build_incr_expr_for_property_ref()
429 objc_finish_foreach_loop (location_t ARG_UNUSED (location), tree ARG_UNUSED (object_expression), in objc_finish_foreach_loop()
/dragonfly/usr.sbin/mptutil/
H A Dmpt_show.c217 print_pd(CONFIG_PAGE_RAID_PHYS_DISK_0 *info, int state_len, int location) in print_pd()
238 print_standalone(struct mpt_standalone_disk *disk, int state_len, int location) in print_standalone()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dverilog.c109 const void * location, in verilog_set_section_contents()
219 bfd_byte *location = list->data; in verilog_write_section() local
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-semantics.c138 build_real_imag_expr (location_t location, enum tree_code code, tree arg) in build_real_imag_expr()
H A Dstub-objc.c317 objc_add_property_declaration (location_t ARG_UNUSED (location), in objc_add_property_declaration()
355 objc_build_incr_expr_for_property_ref (location_t ARG_UNUSED (location), in objc_build_incr_expr_for_property_ref()
431 objc_finish_foreach_loop (location_t ARG_UNUSED (location), tree ARG_UNUSED (object_expression), in objc_finish_foreach_loop()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dverilog.c113 const void * location, in verilog_set_section_contents()
279 bfd_byte *location = list->data; in verilog_write_section() local
/dragonfly/contrib/gdb-7/bfd/
H A Dverilog.c110 const void * location, in verilog_set_section_contents()
220 bfd_byte *location = list->data; in verilog_write_section() local
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c29 char *location = NULL; in wps_er_ssdp_rx() local
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2expr.h163 enum dwarf_value_location location; member
206 enum dwarf_value_location location; member
/dragonfly/contrib/gdb-7/gdb/common/
H A Dformat.c390 void **location = ptr; in free_format_pieces_cleanup() local

1234567