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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24238.C7 SDL_Rect *location();
10 SDL_Rect r = *location();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24238.C7 SDL_Rect *location();
10 SDL_Rect r = *location();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-errors.c34 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) argument
40 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
53 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) argument
59 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
H A Ddiagnostic.c121 va_list *args, location_t location,
127 diagnostic->location = location;
137 va_list *args, location_t location,
140 diagnostic_set_info_translated (diagnostic, _(gmsgid), args, location, kind);
143 /* Return a malloc'd string describing a location. The caller is
155 expanded_location s = expand_location (diagnostic->location);
313 location_t location = diagnostic->location;
320 && !diagnostic_report_warnings_p (location))
118 diagnostic_set_info_translated(diagnostic_info *diagnostic, const char *msg, va_list *args, location_t location, diagnostic_t kind) argument
134 diagnostic_set_info(diagnostic_info *diagnostic, const char *gmsgid, va_list *args, location_t location, diagnostic_t kind) argument
311 location_t location = diagnostic->location; local
486 emit_diagnostic(diagnostic_t kind, location_t location, int opt, const char *gmsgid, ...) argument
512 inform(location_t location, const char *gmsgid, ...) argument
526 inform_n(location_t location, int n, const char *singular_gmsgid, const char *plural_gmsgid, ...) argument
562 warning_at(location_t location, int opt, const char *gmsgid, ...) argument
588 pedwarn(location_t location, int opt, const char *gmsgid, ...) argument
608 permerror(location_t location, const char *gmsgid, ...) argument
638 error_n(location_t location, int n, const char *singular_gmsgid, const char *plural_gmsgid, ...) argument
[all...]
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dcommand6.c49 if (testbit(location[position].objects, VIPER) && !notes[CANTLAUNCH]) {
51 clearbit(location[position].objects, VIPER);
52 position = location[position].up;
71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) &&
72 location[position].down) {
74 position = location[position].down;
75 setbit(location[position].objects, VIPER);
185 if (testbit(location[position].objects, CAR)) {
189 clearbit(location[position].objects, CAR);
190 setbit(location[positio
[all...]
H A Dcommand2.c146 location[position].down = 160;
147 whichway(location[position]);
221 if (testbit(location[position].objects, BATHGOD)) {
224 clearbit(location[position].objects, BATHGOD);
225 setbit(location[position].objects, DEADGOD);
229 if (testbit(location[position].objects,
235 clearbit(location[position].objects,
237 setbit(location[position].objects,
247 if (testbit(location[position].objects, TIMER)) {
249 clearbit(location[positio
[all...]
H A Dcommand3.c52 setbit(location[position].objects, DEADWOOD);
53 setbit(location[position].objects, COMPASS);
54 setbit(location[position].objects, KNIFE);
55 setbit(location[position].objects, MACE);
100 setbit(location[position].objects, n);
118 (testbit(location[position].objects, value) ||
124 testbit(location[position].objects, MAID))
127 testbit(location[position].objects,
131 testbit(location[position].objects,
135 testbit(location[positio
[all...]
H A Dcommand1.c50 testbit(location[position].objects, LAND) ||
59 whichway(location[position]);
87 location = nightfile;
94 location = dayfile;
121 if (location == nightfile) {
132 clearbit(location[POOLS].objects, BATHGOD);
153 if (testbit(location[position].objects, ELF)) {
157 if (testbit(location[position].objects, DARK)) {
161 if (testbit(location[position].objects, WOODSMAN)) {
181 if (testbit(location[positio
[all...]
H A Dinit.c56 location = dayfile;
69 setbit(location[p->room].objects, p->obj);
135 setbit(location[7].objects, WOODSMAN); /* viper room */
136 setbit(location[20].objects, WOODSMAN); /* laser " */
137 setbit(location[13].objects, DARK); /* amulet " */
138 setbit(location[8].objects, ELF); /* closet */
H A Dcommand4.c141 if (testbit(location[position].objects, AMULET)) {
158 if (testbit(location[position].objects, MEDALION)) {
170 if (testbit(location[position].objects, TALISMAN)) {
178 if (testbit(location[position].objects, BATHGOD) &&
193 clearbit(location[position].objects, BATHGOD);
195 if (!testbit(location[position].objects,
239 deposit = location[position].up *
240 (location[position].access || position == FINAL);
244 deposit = location[position].down;
251 testbit(location[positio
[all...]
H A Dcommand5.c50 && testbit(location[position].objects, BATHGOD)) {
56 if (testbit(location[position].objects,
107 if ((testbit(location[position].objects, BATHGOD) ||
108 testbit(location[position].objects, NORMGOD)) &&
147 setbit(location[position].objects,
159 if (testbit(location[position].objects,
200 if (location[position].down) {
201 position = location[position].down;
219 location[position].objects,
229 setbit(location[positio
[all...]
H A Dbattlestar.c82 testbit(location[position].objects, LAMPON)) {
87 whichway(location[position]);
H A Dsave.c59 location = tmp ? dayfile : nightfile;
61 fread(location[n].link, sizeof location[n].link, 1, fp);
62 fread(location[n].objects, sizeof location[n].objects, 1, fp);
112 tmp = location == dayfile;
115 fwrite(location[n].link, sizeof location[n].link, 1, fp);
116 fwrite(location[n].objects, sizeof location[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-stack-boundary.exp44 gdb_test "file $binfile" {Reading symbols from .*\.\.\.location description stack underflow\.\.\.location description stack overflow\.\.\.done\.} "check partial symtab errors"
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y121 * Assign the global location list to this entry and reset the
147 * Assign the global location list to this entry and reset the
230 mountpoint : WORD WSPACE location {
253 | WORD WSPACE '-' options WSPACE location {
268 * Assign the global location list to this entry and reset the
292 locations : location
293 | location WSPACE locations
296 location : hosts ':' WORD { label
299 struct sun_location *location;
301 /* allocate a new location */
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Di387-env-reverse.exp54 set location [gdb_get_line_number "END I387-FLOAT-REVERSE"]
56 gdb_test "until $location" ".*/$srcfile:$location.*" \
61 set location [gdb_get_line_number "BEGIN I387-FLOAT-REVERSE"]
63 gdb_test "until $location" ".*/$srcfile:$location.*" \
69 set location [gdb_get_line_number "TEST ENV"]
70 gdb_test "until $location" ".*/$srcfile:$location.*asm.*nop.*" \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-scripts/
H A Ddefined3.d7 # Check that DEFINED matches only symbols defined before its location.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2expr.c215 p->location = ctx->location;
219 if (p->location == DWARF_VALUE_LITERAL)
226 p->location = DWARF_VALUE_OPTIMIZED_OUT;
227 /* Also reset the context's location, for our callers. This is
229 the location to DWARF_VALUE_MEMORY in all the individual
231 ctx->location = DWARF_VALUE_OPTIMIZED_OUT;
233 else if (p->location == DWARF_VALUE_MEMORY)
238 else if (p->location == DWARF_VALUE_IMPLICIT_POINTER)
351 ctx->location
[all...]

Completed in 126 milliseconds

1234567891011>>