Searched defs:location (Results 126 - 150 of 177) sorted by relevance

12345678

/haiku-buildtools/legacy/gcc/gcc/
H A Dloop.c3735 rtx *location; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenmatch.c58 error_cb (cpp_reader *, int errtype, int, source_location location, argument
134 output_line_directive (FILE *f, source_location location, argument
560 source_location location; member in struct:if_or_with
[all...]
H A Dtree-eh.c368 location_t location; member in struct:goto_queue_node
610 record_in_goto_queue(struct leh_tf_state *tf, treemple new_stmt, int index, bool is_label, location_t location) argument
645 record_in_goto_queue_label(struct leh_tf_state *tf, treemple stmt, tree label, location_t location) argument
[all...]
H A Demit-rtl.c464 gen_rtx_INSN(machine_mode mode, rtx_insn *prev_insn, rtx_insn *next_insn, basic_block bb, rtx pattern, int location, int code, rtx reg_notes) argument
6274 set_curr_insn_location(location_t location) argument
[all...]
H A Dtree-cfg.c8438 source_location location; local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc176 Error_statement(Location location) argument
205 Statement::make_error_statement(Location location) argument
20 Statement(Statement_classification classification, Location location) argument
517 make_temporary(Type* type, Expression* init, Location location) argument
528 Assignment_statement(Expression* lhs, Expression* rhs, Location location) argument
692 make_assignment(Expression* lhs, Expression* rhs, Location location) argument
802 Assignment_operation_statement(Operator op, Expression* lhs, Expression* rhs, Location location) argument
932 make_assignment_operation(Operator op, Expression* lhs, Expression* rhs, Location location) argument
945 Tuple_assignment_statement(Expression_list* lhs, Expression_list* rhs, Location location) argument
1078 make_tuple_assignment(Expression_list* lhs, Expression_list* rhs, Location location) argument
1090 Tuple_map_assignment_statement(Expression* val, Expression* present, Expression* map_index, Location location) argument
1228 make_tuple_map_assignment(Expression* val, Expression* present, Expression* map_index, Location location) argument
1241 Map_assignment_statement(Expression* map_index, Expression* val, Expression* should_set, Location location) argument
1362 make_map_assignment(Expression* map_index, Expression* val, Expression* should_set, Location location) argument
1374 Tuple_receive_assignment_statement(Expression* val, Expression* closed, Expression* channel, Location location) argument
1504 make_tuple_receive_assignment(Expression* val, Expression* closed, Expression* channel, Location location) argument
1518 Tuple_type_guard_assignment_statement(Expression* val, Expression* ok, Expression* expr, Type* type, Location location) argument
1698 make_tuple_type_guard_assignment(Expression* val, Expression* ok, Expression* expr, Type* type, Location location) argument
1806 Block_statement(Block* block, Location location) argument
1854 make_block_statement(Block* block, Location location) argument
1939 Thunk_statement(Statement_classification classification, Call_expression* call, Location location) argument
2177 Location location = this->location(); local
2266 Location location = this->location(); local
2340 Location location = this->location(); local
2619 make_go_statement(Call_expression* call, Location location) argument
2657 make_defer_statement(Call_expression* call, Location location) argument
2850 make_return_statement(Expression_list* vals, Location location) argument
2859 make_return_from_call(Call_expression* call, Location location) argument
2883 Bc_statement(bool is_break, Unnamed_label* label, Location location) argument
2933 make_break_statement(Unnamed_label* label, Location location) argument
2941 make_continue_statement(Unnamed_label* label, Location location) argument
2952 Goto_statement(Label* label, Location location) argument
3014 make_goto_statement(Label* label, Location location) argument
3024 Goto_unnamed_statement(Unnamed_label* label, Location location) argument
3064 make_goto_unnamed_statement(Unnamed_label* label, Location location) argument
3102 make_label_statement(Label* label, Location location) argument
3158 If_statement(Expression* cond, Block* then_block, Block* else_block, Location location) argument
3277 make_if_statement(Expression* cond, Block* then_block, Block* else_block, Location location) argument
3757 Constant_switch_statement(Expression* val, Case_clauses* clauses, Unnamed_label* break_label, Location location) argument
3990 make_switch_statement(Expression* val, Location location) argument
4393 make_type_switch_statement(const std::string& name, Expression* expr, Location location) argument
4599 make_send_statement(Expression* channel, Expression* val, Location location) argument
4980 get_backend(Translate_context* context, Temporary_statement* sel, Unnamed_label *break_label, Location location) argument
5135 make_select_statement(Location location) argument
5321 make_for_statement(Block* init, Expression* cond, Block* post, Location location) argument
6069 make_for_range_statement(Expression* index_var, Expression* value_var, Expression* range, Location location) argument
[all...]
H A Dtypes.h309 Interface_method(const std::string& name, Location location, argument
1325 Typed_identifier(const std::string& name, Type* type, Location location) argument
1343 location() const function in class:Typed_identifier
1776 Function_type(Typed_identifier* receiver, Typed_identifier_list* parameters, Typed_identifier_list* results, Location location) argument
1811 location() const function in class:Function_type
1960 Backend_function_type(Typed_identifier* receiver, Typed_identifier_list* parameters, Typed_identifier_list* results, Location location) argument
2063 location() const function in class:Struct_field
2172 Struct_type(Struct_field_list* fields, Location location) argument
2495 Map_type(Type* key_type, Type* val_type, Location location) argument
2670 Interface_type(Typed_identifier_list* methods, Location location) argument
2680 location() const function in class:Interface_type
2842 Named_type(Named_object* named_object, Type* type, Location location) argument
2907 location() const function in class:Named_type
[all...]
H A Dgogo.h406 add_file_block_name(const std::string& name, Location location) argument
839 set_end_location(Location location) argument
1011 location() const function in class:Function
1263 Function_declaration(Function_type* fntype, Location location) argument
1273 location() const function in class:Function_declaration
1437 location() const function in class:Variable
1646 Result_variable(Type* type, Function* function, int index, Location location) argument
1670 location() const function in class:Result_variable
1733 Named_constant(Type* type, Expression* expr, int iota_value, Location location) argument
1752 location() const function in class:Named_constant
1828 Type_declaration(Location location) argument
1835 location() const function in class:Type_declaration
1907 Unknown_name(Location location) argument
1913 location() const function in class:Unknown_name
2306 add_unknown_name(const std::string& name, Location location) argument
2324 add_type(const std::string& name, const Package* package, Type* type, Location location) argument
2338 add_type_declaration(const std::string& name, const Package* package, Location location) argument
2521 location() const function in class:Label
2549 define(Location location, Bindings_snapshot* snapshot) argument
2589 Unnamed_label(Location location) argument
2595 location() const function in class:Unnamed_label
2600 set_location(Location location) argument
2646 location() const function in class:Package
2746 set_location(Location location) argument
2756 add_type(const std::string& name, Type* type, Location location) argument
2761 add_type_declaration(const std::string& name, Location location) argument
[all...]
H A Dtypes.cc1149 Type::type_descriptor_pointer(Gogo* gogo, Location location) argument
4237 make_function_type(Typed_identifier* receiver, Typed_identifier_list* parameters, Typed_identifier_list* results, Location location) argument
4248 make_backend_function_type(Typed_identifier* receiver, Typed_identifier_list* parameters, Typed_identifier_list* results, Location location) argument
4888 field_reference_depth(Expression* struct_expr, const std::string& name, Location location, Saw_named_type* saw, unsigned int* depth) const argument
5674 make_struct_type(Struct_field_list* fields, Location location) argument
6701 map_descriptor_pointer(Gogo* gogo, Location location) argument
6879 make_map_type(Type* key_type, Type* val_type, Location location) argument
8179 make_interface_type(Typed_identifier_list* methods, Location location) argument
8188 make_empty_interface_type(Location location) argument
8428 add_method_declaration(const std::string& name, Package* package, Function_type* type, Location location) argument
9288 make_named_type(Named_object* named_object, Type* type, Location location) argument
9299 finalize_methods(Gogo* gogo, const Type* type, Location location, Methods** all_methods) argument
9525 build_stub_methods(Gogo* gogo, const Type* type, const Methods* methods, Location location) argument
9633 build_one_stub_method(Gogo* gogo, Method* method, const char* receiver_name, const Typed_identifier_list* params, bool is_varargs, Location location) argument
9677 apply_field_indexes(Expression* expr, const Method::Field_indexes* field_indexes, Location location) argument
9774 bind_field_or_method(Gogo* gogo, const Type* type, Expression* expr, const std::string& name, Location location) argument
10330 add_method_declaration(const std::string& name, Package* package, Function_type* type, Location location) argument
[all...]
H A Dgogo.cc330 set_package_name(const std::string& package_name, Location location) argument
393 import_package(const std::string& filename, const std::string& local_name, bool is_local_name_exported, Location location) argument
1528 add_imported_package(const std::string& real_name, const std::string& alias_arg, bool is_alias_exported, const std::string& pkgpath, const std::string& pkgpath_symbol, Location location, bool* padd_to_globals) argument
1570 register_package(const std::string& pkgpath, const std::string& pkgpath_symbol, Location location) argument
1600 start_function(const std::string& name, Function_type* type, bool add_method_to_type, Location location) argument
1787 finish_function(Location location) argument
1806 start_block(Location location) argument
1816 finish_block(Location location) argument
1837 add_unknown_name(const std::string& name, Location location) argument
1845 declare_function(const std::string& name, Function_type* type, Location location) argument
1881 add_label_definition(const std::string& label_name, Location location) argument
1898 add_label_reference(const std::string& label_name, Location location, bool issue_goto_errors) argument
1910 bindings_snapshot(Location location) argument
1928 add_block(Block* block, Location location) argument
1948 add_type(const std::string& name, Type* type, Location location) argument
1976 declare_type(const std::string& name, Location location) argument
1996 declare_package_type(const std::string& name, Location location) argument
2004 declare_package_function(const std::string& name, Function_type* type, Location location) argument
3845 Location location = orig_func->location(); local
4060 can_recover_arg(Location location) argument
4137 runtime_error(int code, Location location) argument
4265 allocate_memory(Type* type, Location location) argument
4458 Function(Function_type* type, Function* enclosing, Block* block, Location location) argument
4604 add_label_definition(Gogo* gogo, const std::string& label_name, Location location) argument
4648 add_label_reference(Gogo* gogo, const std::string& label_name, Location location, bool issue_goto_errors) argument
4777 defer_stack(Location location) argument
5415 Block(Block* enclosing, Location location) argument
5657 Bindings_snapshot(const Block* b, Location location) argument
5756 Variable(Type* type, Expression* init, bool is_global, bool is_parameter, bool is_receiver, Location location) argument
6485 add_method_declaration(const std::string& name, Package* package, Function_type* type, Location location) argument
6553 make_unknown_name(const std::string& name, Location location) argument
6582 make_type(const std::string& name, const Package* package, Type* type, Location location) argument
6595 make_type_declaration(const std::string& name, const Package* package, Location location) argument
6653 make_function_declaration(const std::string& name, const Package* package, Function_type* fntype, Location location) argument
6743 Named_object::location() const function in class:Named_object
7262 add_function_declaration(const std::string& name, const Package* package, Function_type* type, Location location) argument
7467 get_addr(Translate_context* context, Location location) argument
7502 get_goto(Translate_context* context, Location location) argument
7510 Package(const std::string& pkgpath, const std::string& pkgpath_symbol, Location location) argument
7524 set_package_name(const std::string& package_name, Location location) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dname-lookup.c4393 suggest_alternatives_for(location_t location, tree name) argument
H A Dtypeck.c3871 build_binary_op(location_t location, enum tree_code code, tree op0, tree op1, int ) argument
3898 cp_build_binary_op(location_t location, enum tree_code code, tree orig_op0, tree orig_op1, tsubst_flags_t complain) argument
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-nds32.c2802 char location[8] = "$sp"; /* 8 is enough for register name. */ local
2834 char location[8] = "$sp"; /* 8 is enough for register name. */ local
2865 char location[8] = "$sp"; /* 8 is enough for register name. */ local
2882 char location[8] = "$sp"; /* 8 is enough for register name. */ local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-nios2.c2435 bfd_vma location, segment, start, end; local
H A Dsom.c3943 file_ptr location; local
4809 som_canonicalize_symtab(bfd *abfd, asymbol **location) argument
5661 som_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
5677 som_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Dmach-o.c3239 bfd_mach_o_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
/haiku-buildtools/binutils/gold/
H A Dscript-sections.cc352 Elements_iterator location; member in struct:gold::Orphan_section_placement::Place
398 output_section_init(const std::string& name, Output_section* os, Elements_iterator location) argument
468 last_init(Elements_iterator location) argument
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c7043 _bfd_elf_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
H A Delf64-ppc.c8057 bfd_vma location; local
/haiku-buildtools/legacy/binutils/include/
H A Dhp-symtab.h493 CORE_ADDR location; member in struct:dntt_type_fparam
533 CORE_ADDR location; member in struct:dntt_type_svar
569 int location; member in struct:dntt_type_dvar
605 CORE_ADDR location; member in struct:dntt_type_const
949 long location; /* where stored (allocated) */ member in struct:dntt_type_with
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c845 objc_add_property_declaration (location_t location, tree decl, argument
1914 objc_build_incr_expr_for_property_ref(location_t location, enum tree_code code, tree argument, tree increment) argument
7189 location_t location = DECL_SOURCE_LOCATION (property); local
7370 location_t location = DECL_SOURCE_LOCATION (property); local
7559 objc_add_synthesize_declaration_for_property(location_t location, tree interface, tree property_name, tree ivar_name) argument
7728 objc_add_synthesize_declaration(location_t location, tree property_and_ivar_list) argument
7775 objc_add_dynamic_declaration_for_property(location_t location, tree interface, tree property_name) argument
7837 objc_add_dynamic_declaration(location_t location, tree property_list) argument
9667 objc_finish_foreach_loop(location_t location, tree object_expression, tree collection_expression, tree for_body, tree break_label, tree continue_label) argument
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c744 build_java_ret(tree location) argument
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c4237 int location = TREE_INT_CST_LOW (TREE_VALUE (TREE_VALUE(list))); local
4326 int location = TREE_INT_CST_LOW (TREE_VALUE (TREE_VALUE(attr))); local
4736 int location = -1; local
[all...]
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c1402 const location_t location = input_location; local
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c565 location_t location; variable
3490 make_label(location_t location, tree name, bool defining, struct c_label_vars **p_label_vars) argument
3720 define_label(location_t location, tree name) argument
5319 warn_defaults_to(location_t location, int opt, const char *gmsgid, ...) argument
9470 declspecs_add_addrspace(source_location location, struct c_declspecs *specs, addr_space_t as) argument
[all...]

Completed in 981 milliseconds

12345678