Home
last modified time | relevance | path

Searched refs:seen_locations (Results 1 – 13 of 13) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/generators/
H A Ddefault_map_generator_job.hpp47 std::set<map_location>& seen_locations, int river_uphill);
H A Ddefault_map_generator_job.cpp436 std::set<map_location>& seen_locations, int river_uphill) in generate_river_internal() argument
470 seen_locations.insert(current_loc); in generate_river_internal()
473 if(seen_locations.count(loc) == 0) { in generate_river_internal()
474 …const bool res = generate_river_internal(heights,terrain,loc.x,loc.y,river,seen_locations,river_up… in generate_river_internal()
490 std::set<map_location> seen_locations; in generate_river() local
491 const bool res = generate_river_internal(heights,terrain,x,y,river,seen_locations,river_uphill); in generate_river()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dprofile.c1283 hash_set<int_hash <location_t, 0, 2> > seen_locations; in branch_prob() local
1293 seen_locations.add (loc); in branch_prob()
1305 seen_locations.add (loc); in branch_prob()
1318 && !seen_locations.contains (loc)) in branch_prob()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dprofile.c1283 hash_set<int_hash <location_t, 0, 2> > seen_locations; in branch_prob() local
1293 seen_locations.add (loc); in branch_prob()
1305 seen_locations.add (loc); in branch_prob()
1318 && !seen_locations.contains (loc)) in branch_prob()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dprofile.c1283 hash_set<int_hash <location_t, 0, 2> > seen_locations; in branch_prob() local
1293 seen_locations.add (loc); in branch_prob()
1305 seen_locations.add (loc); in branch_prob()
1318 && !seen_locations.contains (loc)) in branch_prob()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dprofile.c1357 hash_set<int_hash <location_t, 0, 2> > seen_locations; in branch_prob() local
1367 seen_locations.add (loc); in branch_prob()
1379 seen_locations.add (loc); in branch_prob()
1392 && !seen_locations.contains (loc)) in branch_prob()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dprofile.c1378 hash_set<int_hash <location_t, 0, 2> > seen_locations; in branch_prob() local
1388 seen_locations.add (loc); in branch_prob()
1400 seen_locations.add (loc); in branch_prob()
1413 && !seen_locations.contains (loc)) in branch_prob()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dprofile.c1378 hash_set<int_hash <location_t, 0, 2> > seen_locations; in branch_prob() local
1388 seen_locations.add (loc); in branch_prob()
1400 seen_locations.add (loc); in branch_prob()
1413 && !seen_locations.contains (loc)) in branch_prob()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dprofile.c1378 hash_set<int_hash <location_t, 0, 2> > seen_locations; in branch_prob() local
1388 seen_locations.add (loc); in branch_prob()
1400 seen_locations.add (loc); in branch_prob()
1413 && !seen_locations.contains (loc)) in branch_prob()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dprofile.c1357 hash_set<int_hash <location_t, 0, 2> > seen_locations; in branch_prob() local
1367 seen_locations.add (loc); in branch_prob()
1379 seen_locations.add (loc); in branch_prob()
1392 && !seen_locations.contains (loc)) in branch_prob()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dprofile.c1357 hash_set<int_hash <location_t, 0, 2> > seen_locations; in branch_prob() local
1367 seen_locations.add (loc); in branch_prob()
1379 seen_locations.add (loc); in branch_prob()
1392 && !seen_locations.contains (loc)) in branch_prob()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dprofile.c1450 hash_set<location_hash> seen_locations; in branch_prob() local
1461 seen_locations.add (loc); in branch_prob()
1473 seen_locations.add (loc); in branch_prob()
1486 && !seen_locations.contains (loc)) in branch_prob()
H A DChangeLog2268 'seen_locations'.