Searched defs:location (Results 101 - 125 of 177) sorted by relevance

12345678

/haiku-buildtools/legacy/binutils/bfd/
H A Dcoffcode.h4133 coff_set_section_contents(bfd * abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type count) argument
H A Decoff.c962 ecoff_symbol_type **location = (ecoff_symbol_type **) alocation; local
1887 _bfd_ecoff_get_section_contents(bfd *abfd, asection *section, void * location, file_ptr offset, bfd_size_type count) argument
2132 _bfd_ecoff_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Delf32-hppa.c592 bfd_vma location; local
3172 bfd_vma location; local
[all...]
H A Dieee.c986 ieee_canonicalize_symtab(bfd *abfd, asymbol **location) argument
2036 ieee_get_section_contents(bfd *abfd, sec_ptr section, void * location, file_ptr offset, bfd_size_type count) argument
3215 ieee_set_section_contents(bfd *abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Dmmo.c2029 mmo_get_section_contents(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void * location, file_ptr offset, bfd_size_type bytes_to_do) argument
2569 mmo_set_section_contents(bfd *abfd ATTRIBUTE_UNUSED, sec_ptr sec, const void *location, file_ptr offset, bfd_size_type bytes_to_do) argument
[all...]
H A Dsom.c3581 file_ptr location; local
4411 som_canonicalize_symtab(bfd *abfd, asymbol **location) argument
5255 som_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
5271 som_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dparse.c3160 tree location = parse_primval (); local
H A Dinout.c2511 tree index = NULL_TREE, location = NULL_TREE; local
2584 tree index = NULL_TREE, location = NULL_TREE; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c6099 rtx pattern, tmp, location; local
6183 emit_insn_before (gen_end_brtab (), location); local
[all...]
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc924 placeholder_pointer_type(const std::string& name, Location location, bool) argument
977 placeholder_struct_type(const std::string& name, Location location) argument
1016 placeholder_array_type(const std::string& name, Location location) argument
1049 named_type(const std::string& name, Btype* btype, Location location) argument
1185 indirect_expression(Btype* btype, Bexpression* expr, bool known_valid, Location location) argument
1211 named_constant_expression(Btype* btype, const std::string& name, Bexpression* val, Location location) argument
1315 real_part_expression(Bexpression* bcomplex, Location location) argument
1330 imag_part_expression(Bexpression* bcomplex, Location location) argument
1345 complex_expression(Bexpression* breal, Bexpression* bimag, Location location) argument
1364 convert_expression(Btype* type, Bexpression* expr, Location location) argument
1402 function_code_expression(Bfunction* bfunc, Location location) argument
1415 address_expression(Bexpression* bexpr, Location location) argument
1428 struct_field_expression(Bexpression* bstruct, size_t index, Location location) argument
1461 compound_expression(Bstatement* bstat, Bexpression* bexpr, Location location) argument
1477 conditional_expression(Btype* btype, Bexpression* condition, Bexpression* then_expr, Bexpression* else_expr, Location location) argument
1498 unary_expression(Operator op, Bexpression* expr, Location location) argument
1614 binary_expression(Operator op, Bexpression* left, Bexpression* right, Location location) argument
1657 constructor_expression(Btype* btype, const std::vector<Bexpression*>& vals, Location location) argument
1712 array_constructor_expression( Btype* array_btype, const std::vector<unsigned long>& indexes, const std::vector<Bexpression*>& vals, Location location) argument
1769 pointer_offset_expression(Bexpression* base, Bexpression* index, Location location) argument
1793 array_index_expression(Bexpression* array, Bexpression* index, Location location) argument
1811 call_expression(Bexpression* fn_expr, const std::vector<Bexpression*>& fn_args, Bexpression* chain_expr, Location location) argument
1931 assignment_statement(Bexpression* lhs, Bexpression* rhs, Location location) argument
1983 return_statement(Bfunction* bfunction, const std::vector<Bexpression*>& vals, Location location) argument
2061 exception_handler_statement(Bstatement* bstat, Bstatement* except_stmt, Bstatement* finally_stmt, Location location) argument
2091 if_statement(Bexpression* condition, Bblock* then_block, Bblock* else_block, Location location) argument
2382 global_variable(const std::string& package_name, const std::string& pkgpath, const std::string& name, Btype* btype, bool is_external, bool is_hidden, bool in_unique_section, Location location) argument
2457 local_variable(Bfunction* function, const std::string& name, Btype* btype, bool is_address_taken, Location location) argument
2478 parameter_variable(Bfunction* function, const std::string& name, Btype* btype, bool is_address_taken, Location location) argument
2500 static_chain_variable(Bfunction* function, const std::string& name, Btype* btype, Location location) argument
2534 temporary_variable(Bfunction* function, Bblock* bblock, Btype* btype, Bexpression* binit, bool is_address_taken, Location location, Bstatement** pstatement) argument
2711 immutable_struct(const std::string& name, bool is_hidden, bool is_common, Btype* btype, Location location) argument
2787 immutable_struct_reference(const std::string& name, Btype* btype, Location location) argument
2809 label(Bfunction* function, const std::string& name, Location location) argument
2849 goto_statement(Blabel* label, Location location) argument
2860 label_address(Blabel* label, Location location) argument
2874 function(Btype* fntype, const std::string& name, const std::string& asm_name, bool is_visible, bool is_declaration, bool is_inlinable, bool disable_split_stack, bool in_unique_section, Location location) argument
2927 function_defer_statement(Bfunction* function, Bexpression* undefer, Bexpression* defer, Location location) argument
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h473 location() const function in class:Expression
1106 Var_expression(Named_object* variable, Location location) argument
1076 Parser_expression(Expression_classification classification, Location location) argument
1153 Temporary_reference_expression(Temporary_statement* statement, Location location) argument
1208 Set_and_use_temporary_expression(Temporary_statement* statement, Expression* expr, Location location) argument
1267 String_expression(const std::string& val, Location location) argument
1330 Unary_expression(Operator op, Expression* expr, Location location) argument
1481 Binary_expression(Operator op, Expression* left, Expression* right, Location location) argument
1634 Call_expression(Expression* fn, Expression_list* args, bool is_varargs, Location location) argument
1835 Func_expression(Named_object* function, Expression* closure, Location location) argument
1948 Unknown_expression(Named_object* named_object, Location location) argument
2009 Index_expression(Expression* left, Expression* start, Expression* end, Expression* cap, Location location) argument
2082 Map_index_expression(Expression* map, Expression* index, Location location) argument
2195 Bound_method_expression(Expression* expr, const Method *method, Named_object* function, Location location) argument
2288 Field_reference_expression(Expression* expr, unsigned int field_index, Location location) argument
2383 Interface_field_reference_expression(Expression* expr, const std::string& name, Location location) argument
2464 Type_guard_expression(Expression* expr, Type* type, Location location) argument
2522 Receive_expression(Expression* channel, Location location) argument
[all...]
H A Dparse.cc97 Parse::location() function in class:Parse
250 Location location = token->location(); local
307 Location location = this->location(); local
433 Location location = this->location(); local
465 Location location = this->location(); local
522 Location location = token->location(); local
728 signature(Typed_identifier* receiver, Location location) argument
813 Location location = this->location(); local
834 Location location = token->location(); local
1015 Location location = this->location(); local
1101 Location location = this->location(); local
1184 Location location = this->location(); local
1250 Location location = token->location(); local
1517 Location location = token->location(); local
1601 Location location = this->location(); local
1639 init_vars(const Typed_identifier_list* til, Type* type, Expression_list* init, bool is_coloneq, Location location) argument
1704 init_vars_from_call(const Typed_identifier_list* vars, Type* type, Expression* expr, bool is_coloneq, Location location) argument
1759 init_vars_from_map(const Typed_identifier_list* vars, Type* type, Expression* expr, bool is_coloneq, Location location) argument
1824 init_vars_from_receive(const Typed_identifier_list* vars, Type* type, Expression* expr, bool is_coloneq, Location location) argument
1889 init_vars_from_type_guard(const Typed_identifier_list* vars, Type* type, Expression* expr, bool is_coloneq, Location location) argument
1958 Location location = tid.location(); local
2019 create_dummy_global(Type* type, Expression* init, Location location) argument
2037 finish_init_vars(Expression_list* vars, Expression_list* vals, Location location) argument
2081 simple_var_decl_or_assignment(const std::string& name, Location location, bool may_be_composite_lit, Range_clause* p_range_clause, Type_switch* p_type_switch) argument
2224 Location location = this->location(); local
2349 Location location = this->location(); local
2385 Location location = token->location(); local
2547 Location location = token->location(); local
2573 Location location = token->location(); local
2592 enclosing_var_reference(Named_object* in_function, Named_object* var, bool may_be_sink, Location location) argument
2652 composite_lit(Type* type, int depth, Location location) argument
2679 Location location = token->location(); local
2816 Location location = this->location(); local
2879 create_closure(Named_object* function, Enclosing_vars* enclosing_vars, Location location) argument
3071 Location location = this->location(); local
3129 Location location = this->location(); local
3209 id_to_expression(const std::string& name, Location location, bool is_lhs) argument
3448 Location location = token->location(); local
3501 Location location = token->location(); local
3535 reassociate_chan_direction(Channel_type *ct, Location location) argument
3620 Location location = token->location(); local
3639 Location location = token->location(); local
3725 labeled_stmt(const std::string& label_name, Location location) argument
3793 Location location = token->location(); local
4020 Location location = token->location(); local
4206 Location location = this->location(); local
4239 Location location = this->location(); local
4346 Location location = this->location(); local
4493 expr_switch_body(Label* label, Expression* switch_val, Location location) argument
4528 Location location = this->location(); local
4606 type_switch_body(Label* label, const Type_switch& type_switch, Location location) argument
4683 Location location = this->location(); local
4746 clauses->add(Type::make_error_type(), false, false, statements, location); local
4801 Location location = this->location(); local
4848 Location location = this->location(); local
5137 Location location = this->location(); local
5303 Location location = this->location(); local
5437 Location location = this->location(); local
5494 Location location = this->location(); local
5544 Location location = this->location(); local
5564 Location location = token->location(); local
5609 Location location = token->location(); local
[all...]
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.c2990 playback::location::location (recording::location *loc, function in class:playback::location
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-chkp.c1381 chkp_check_lower(tree addr, tree bounds, gimple_stmt_iterator iter, location_t location, tree dirflag) argument
1428 chkp_check_upper(tree addr, tree bounds, gimple_stmt_iterator iter, location_t location, tree dirflag) argument
1476 chkp_check_mem_access(tree first, tree last, tree bounds, gimple_stmt_iterator iter, location_t location, tree dirflag) argument
[all...]
H A Dasan.c1599 build_shadow_mem_access (gimple_stmt_iterator *gsi, location_t location, argument
1763 instrument_derefs(gimple_stmt_iterator *iter, tree t, location_t location, bool is_store) argument
1882 instrument_mem_region_access(tree base, tree len, gimple_stmt_iterator *iter, location_t location, bool is_store) argument
[all...]
H A Dgimple.c1274 annotate_one_with_location (gimple gs, location_t location) argument
1296 annotate_one_with_location (gsi_stmt (gsi), location); local
1302 annotate_all_with_location (gimple_seq stmt_p, location_t location) argument
1287 annotate_all_with_location_after(gimple_seq seq, gimple_stmt_iterator gsi, location_t location) argument
[all...]
/haiku-buildtools/binutils/bfd/
H A Dcoff-rs6000.c3315 bfd_byte *location; local
[all...]
H A Dcoffcode.h4441 coff_set_section_contents(bfd * abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type count) argument
H A Decoff.c996 ecoff_symbol_type **location = (ecoff_symbol_type **) alocation; local
1927 _bfd_ecoff_get_section_contents(bfd *abfd, asection *section, void * location, file_ptr offset, bfd_size_type count) argument
2172 _bfd_ecoff_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Delf32-hppa.c607 bfd_vma location; local
3317 bfd_vma location; local
[all...]
H A Delf32-rx.c3481 rv = _bfd_generic_get_section_contents (abfd, section, location, offset, count); argument
3396 rx_get_section_contents(bfd * abfd, sec_ptr section, void * location, file_ptr offset, bfd_size_type count) argument
3512 rx_set_section_contents(bfd * abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Dmmo.c2114 mmo_get_section_contents(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void * location, file_ptr offset, bfd_size_type bytes_to_do) argument
2654 mmo_set_section_contents(bfd *abfd ATTRIBUTE_UNUSED, sec_ptr sec, const void *location, file_ptr offset, bfd_size_type bytes_to_do) argument
[all...]
H A Delf32-metag.c1238 bfd_vma location; local
3555 bfd_vma location; local
H A Dieee.c1039 ieee_canonicalize_symtab(bfd *abfd, asymbol **location) argument
2142 ieee_get_section_contents(bfd *abfd, sec_ptr section, void * location, file_ptr offset, bfd_size_type count) argument
3336 ieee_set_section_contents(bfd *abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type count) argument
[all...]
/haiku-buildtools/binutils/gold/
H A Dobject.cc3111 Relocate_info<size, big_endian>::location(size_t, off_t offset) const function in class:gold::Relocate_info

Completed in 540 milliseconds

12345678