Searched refs:location (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24238.C7 SDL_Rect *location();
10 SDL_Rect r = *location();
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Ddv-raw-err.l3 .*:9: Warning: This is the location of the conflicting usage
5 .*:9: Warning: This is the location of the conflicting usage
7 .*:14: Warning: This is the location of the conflicting usage
9 .*:14: Warning: This is the location of the conflicting usage
11 .*:19: Warning: This is the location of the conflicting usage
13 .*:24: Warning: This is the location of the conflicting usage
15 .*:29: Warning: This is the location of the conflicting usage
17 .*:34: Warning: This is the location of the conflicting usage
19 .*:39: Warning: This is the location of the conflicting usage
21 .*:44: Warning: This is the location o
[all...]
H A Dldxmov-2.l3 .*:4: Warning: This is the location of the conflicting usage
5 .*:7: Warning: This is the location of the conflicting usage
H A Ddv-waw-err.l3 .*:7: Warning: This is the location of the conflicting usage
5 .*:11: Warning: This is the location of the conflicting usage
7 .*:11: Warning: This is the location of the conflicting usage
9 .*:11: Warning: This is the location of the conflicting usage
11 .*:11: Warning: This is the location of the conflicting usage
13 .*:11: Warning: This is the location of the conflicting usage
15 .*:16: Warning: This is the location of the conflicting usage
17 .*:21: Warning: This is the location of the conflicting usage
19 .*:26: Warning: This is the location of the conflicting usage
21 .*:26: Warning: This is the location o
[all...]
H A Ddv-war-err.l3 .*:7: Warning: This is the location of the conflicting usage
H A Ddv-entry-err.l3 .*:13: Warning: This is the location of the conflicting usage
H A Ddv-mutex-err.l4 .*:8: Warning: This is the location of the conflicting usage
7 .*:13: Warning: This is the location of the conflicting usage
9 .*:19: Warning: This is the location of the conflicting usage
11 .*:25: Warning: This is the location of the conflicting usage
13 .*:31: Warning: This is the location of the conflicting usage
H A Dregval.l4 .*:10: Warning: This is the location of the conflicting usage
8 .*:24: Warning: This is the location of the conflicting usage
12 .*:31: Warning: This is the location of the conflicting usage
16 .*:45: Warning: This is the location of the conflicting usage
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Ddv-raw-err.l3 .*:9: Warning: This is the location of the conflicting usage
5 .*:9: Warning: This is the location of the conflicting usage
7 .*:14: Warning: This is the location of the conflicting usage
9 .*:14: Warning: This is the location of the conflicting usage
11 .*:19: Warning: This is the location of the conflicting usage
13 .*:24: Warning: This is the location of the conflicting usage
15 .*:29: Warning: This is the location of the conflicting usage
17 .*:34: Warning: This is the location of the conflicting usage
19 .*:39: Warning: This is the location of the conflicting usage
21 .*:44: Warning: This is the location o
[all...]
H A Dldxmov-2.l3 .*:4: Warning: This is the location of the conflicting usage
5 .*:7: Warning: This is the location of the conflicting usage
H A Ddv-war-err.l3 .*:7: Warning: This is the location of the conflicting usage
H A Ddv-waw-err.l3 .*:7: Warning: This is the location of the conflicting usage
5 .*:11: Warning: This is the location of the conflicting usage
7 .*:11: Warning: This is the location of the conflicting usage
9 .*:11: Warning: This is the location of the conflicting usage
11 .*:11: Warning: This is the location of the conflicting usage
13 .*:11: Warning: This is the location of the conflicting usage
15 .*:16: Warning: This is the location of the conflicting usage
17 .*:21: Warning: This is the location of the conflicting usage
19 .*:26: Warning: This is the location of the conflicting usage
21 .*:26: Warning: This is the location o
[all...]
H A Ddv-entry-err.l3 .*:13: Warning: This is the location of the conflicting usage
H A Ddv-mutex-err.l4 .*:8: Warning: This is the location of the conflicting usage
7 .*:13: Warning: This is the location of the conflicting usage
9 .*:19: Warning: This is the location of the conflicting usage
11 .*:25: Warning: This is the location of the conflicting usage
13 .*:31: Warning: This is the location of the conflicting usage
H A Dregval.l4 .*:10: Warning: This is the location of the conflicting usage
8 .*:24: Warning: This is the location of the conflicting usage
12 .*:31: Warning: This is the location of the conflicting usage
16 .*:45: Warning: This is the location of the conflicting usage
/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit++.h39 class location;
76 accepting a location also has a default argument. To do this, the
77 other classes need to see that "location" has a default constructor,
79 class location : public object class in namespace:gccjit
82 location ();
83 location (gcc_jit_location *loc);
128 location
143 location loc = location ());
146 location lo
1188 inline location::location () : object () {} function in class:gccjit::location
1189 inline location::location (gcc_jit_location *loc) function in class:gccjit::location
[all...]
H A Djit-playback.h56 location *
57 new_location (recording::location *rloc,
66 new_array_type (location *loc,
71 new_field (location *loc,
76 new_compound_type (location *loc,
86 new_param (location *loc,
91 new_function (location *loc,
100 new_global (location *loc,
114 new_unary_op (location *loc,
120 new_binary_op (location *lo
647 class location : public wrapper class in namespace:gcc::jit::playback
[all...]
H A Djit-recording.h41 playback::location *
42 playback_location (replayer *r, location *loc);
74 location *
87 new_array_type (location *loc,
92 new_field (location *loc,
97 new_struct_type (location *loc,
101 new_union_type (location *loc,
111 new_function_ptr_type (location *loc,
118 new_param (location *loc,
123 new_function (location *lo
408 class location : public memento class in namespace:gcc::jit::recording
411 location (context *ctxt, string *filename, int line, int column, function in class:gcc::jit::recording::location
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-errors.c47 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) argument
58 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
70 diagnostic_set_info (&diagnostic, gmsgid, &ap, location, DK_PEDWARN);
86 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) argument
100 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
112 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
124 diagnostic_set_info (&diagnostic, gmsgid, &ap, location, DK_PEDWARN);
H A Dc-array-notation.c126 is used to check if the data stored at its corresponding location is an
217 location_t location = UNKNOWN_LOCATION; local
251 location = EXPR_LOCATION (an_builtin_fn);
253 if (!find_rank (location, an_builtin_fn, an_builtin_fn, true, &rank))
258 error_at (location, "Invalid builtin arguments");
265 error_at (location, "__sec_reduce_min_ind or __sec_reduce_max_ind cannot"
309 build_modify_expr (location, an_loop_info[ii].var,
311 location,
315 array_operand = create_array_refs (location, an_info, an_loop_info,
319 create_cmp_incr (location,
621 build_array_notation_expr(location_t location, tree lhs, tree lhs_origtype, enum tree_code modifycode, location_t rhs_loc, tree rhs, tree rhs_origtype) argument
921 location_t location = EXPR_LOCATION (stmt); local
1054 fix_array_notation_expr(location_t location, enum tree_code code, struct c_expr arg) argument
1141 location_t location = UNKNOWN_LOCATION; local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dparse.cc94 // The location of the current token.
97 Parse::location() function in class:Parse
99 return this->peek_token()->location();
112 error_at(this->location(), "expected identifier");
118 til->push_back(Typed_identifier(name, NULL, token->location()));
150 Location location = token->location();
155 location));
175 error_at(this->location(), "expected identifier");
194 error_at(this->location(), "expecte
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...]
H A Dlex.h93 make_invalid_token(Location location) argument
94 { return Token(TOKEN_INVALID, location); }
98 make_eof_token(Location location) argument
99 { return Token(TOKEN_EOF, location); }
103 make_keyword_token(Keyword keyword, Location location) argument
105 Token tok(TOKEN_KEYWORD, location);
113 Location location)
115 Token tok(TOKEN_IDENTIFIER, location);
123 make_string_token(const std::string& value, Location location) argument
125 Token tok(TOKEN_STRING, location);
112 make_identifier_token(const std::string& value, bool is_exported, Location location) argument
132 make_operator_token(Operator op, Location location) argument
141 make_character_token(mpz_t val, Location location) argument
151 make_integer_token(mpz_t val, Location location) argument
161 make_float_token(mpfr_t val, Location location) argument
171 make_imaginary_token(mpfr_t val, Location location) argument
181 location() const function in class:Token
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dsec-10.d7 # code: it requires outputting the location when data is stripped, and that
8 # location is only valid for tetra alignments as the low bits are ignored.
/haiku-buildtools/gcc/libcpp/
H A Dline-map.c84 /* Rebuild the hash table from the location adhoc data. */
159 /* Return the location for the adhoc loc. */
207 macro maps are allocated in different memory location. */
214 different memory location than an ordinary map. */
325 location inside the "includer" right after the #include
415 encodes the source location of the expansion point of the macro as
416 well as the "original" source location of each token that is part
420 map should encode source locations for. EXPANSION is the location
423 of the macro, rather than the the location of the first character
468 /* Create and return a virtual location fo
834 linemap_macro_map_loc_to_def_point(const struct line_map *map, source_location location) argument
858 linemap_macro_map_loc_unwind_toward_spelling(const struct line_map* map, source_location location) argument
882 linemap_get_expansion_line(struct line_maps *set, source_location location) argument
910 linemap_get_expansion_filename(struct line_maps *set, source_location location) argument
948 linemap_location_in_system_header_p(struct line_maps *set, source_location location) argument
993 linemap_location_from_macro_expansion_p(const struct line_maps *set, source_location location) argument
1139 linemap_macro_loc_to_spelling_point(struct line_maps *set, source_location location, const struct line_map **original_map) argument
1177 linemap_macro_loc_to_def_point(struct line_maps *set, source_location location, const struct line_map **original_map) argument
1219 linemap_macro_loc_to_exp_point(struct line_maps *set, source_location location, const struct line_map **original_map) argument
1525 source_location location; local
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Ddefined3.d7 # Check that DEFINED matches only symbols defined before its location.

Completed in 156 milliseconds

1234567891011>>