Home
last modified time | relevance | path

Searched refs:Locations (Results 176 – 200 of 11602) sorted by relevance

12345678910>>...465

/dports/net/libgweather/libgweather-40.0/po/
H A DPOTFILES.skip5 data/Locations.xml
6 data/Locations.xml.in
7 po-locations/Locations.xml.h
8 po-locations/Locations.xml.in.h
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DXRefsTests.cpp1359 auto Locations = in TEST() local
1369 *Locations, in TEST()
1376 EXPECT_THAT(*Locations, in TEST()
1411 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1417 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1422 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1428 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1434 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1435 EXPECT_THAT(*Locations, IsEmpty()); in TEST()
1438 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/unittests/
H A DXRefsTests.cpp1214 auto Locations = in TEST() local
1224 *Locations, in TEST()
1231 EXPECT_THAT(*Locations, in TEST()
1266 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1272 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1277 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1283 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1289 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1290 EXPECT_THAT(*Locations, IsEmpty()); in TEST()
1293 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DXRefsTests.cpp1359 auto Locations = in TEST() local
1369 *Locations, in TEST()
1376 EXPECT_THAT(*Locations, in TEST()
1411 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1417 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1422 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1428 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1434 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
1435 EXPECT_THAT(*Locations, IsEmpty()); in TEST()
1438 ASSERT_TRUE(bool(Locations)) << "locateSymbolAt returned an error"; in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/type_check/
H A Dinput_output.rs23 use super::{Locations, TypeChecker};
110 self.normalize(user_provided_input_ty, Locations::All(mir_input_span)); in equate_inputs_and_outputs()
133 Locations::All(output_span), in equate_inputs_and_outputs()
151 self.normalize(user_provided_output_ty, Locations::All(output_span)); in equate_inputs_and_outputs()
155 Locations::All(output_span), in equate_inputs_and_outputs()
173 self.eq_types(a, b, Locations::All(span), ConstraintCategory::BoringNoLocation) in equate_normalized_input_or_output()
190 self.eq_types(a, b, Locations::All(span), ConstraintCategory::BoringNoLocation) in equate_normalized_input_or_output()
217 Locations::All(DUMMY_SP), in normalize_and_add_constraints()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DStackMaps.cpp254 const LocationVec &CSLocs = CSI.Locations; in print()
386 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers()
387 assert(Locations.back().Type == Location::Constant); in parseStatepointOpers()
391 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
438 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
450 LocationVec Locations; in recordStackMapOpers() local
464 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
467 for (auto &Loc : Locations) { in recordStackMapOpers()
531 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
535 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DStackMaps.cpp271 const LocationVec &CSLocs = CSI.Locations; in print()
400 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers()
401 assert(Locations.back().Type == Location::Constant); in parseStatepointOpers()
405 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
452 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
464 LocationVec Locations; in recordStackMapOpers() local
478 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
481 for (auto &Loc : Locations) { in recordStackMapOpers()
545 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
549 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DStackMaps.cpp271 const LocationVec &CSLocs = CSI.Locations; in print()
400 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers()
401 assert(Locations.back().Type == Location::Constant); in parseStatepointOpers()
405 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
452 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
464 LocationVec Locations; in recordStackMapOpers() local
478 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
481 for (auto &Loc : Locations) { in recordStackMapOpers()
545 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
549 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp271 const LocationVec &CSLocs = CSI.Locations; in print()
400 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers()
401 assert(Locations.back().Type == Location::Constant); in parseStatepointOpers()
405 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
452 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
464 LocationVec Locations; in recordStackMapOpers() local
478 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
481 for (auto &Loc : Locations) { in recordStackMapOpers()
545 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
549 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DStackMaps.cpp271 const LocationVec &CSLocs = CSI.Locations; in print()
400 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers()
401 assert(Locations.back().Type == Location::Constant); in parseStatepointOpers()
405 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
452 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
464 LocationVec Locations; in recordStackMapOpers() local
478 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
481 for (auto &Loc : Locations) { in recordStackMapOpers()
545 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
549 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DStackMaps.cpp271 const LocationVec &CSLocs = CSI.Locations; in print()
400 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers()
401 assert(Locations.back().Type == Location::Constant); in parseStatepointOpers()
405 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
452 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
464 LocationVec Locations; in recordStackMapOpers() local
478 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
481 for (auto &Loc : Locations) { in recordStackMapOpers()
545 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
549 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DStackMaps.cpp271 const LocationVec &CSLocs = CSI.Locations; in print()
400 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers()
401 assert(Locations.back().Type == Location::Constant); in parseStatepointOpers()
405 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
452 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
464 LocationVec Locations; in recordStackMapOpers() local
478 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
481 for (auto &Loc : Locations) { in recordStackMapOpers()
545 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
549 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DStackMaps.cpp271 const LocationVec &CSLocs = CSI.Locations; in print()
400 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers()
401 assert(Locations.back().Type == Location::Constant); in parseStatepointOpers()
405 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
452 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
464 LocationVec Locations; in recordStackMapOpers() local
478 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
481 for (auto &Loc : Locations) { in recordStackMapOpers()
545 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
549 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DStackMaps.cpp271 const LocationVec &CSLocs = CSI.Locations; in print()
400 unsigned NumDeoptArgs = Locations.back().Offset; in parseStatepointOpers()
401 assert(Locations.back().Type == Location::Constant); in parseStatepointOpers()
405 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
452 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in parseStatepointOpers()
464 LocationVec Locations; in recordStackMapOpers() local
478 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
481 for (auto &Loc : Locations) { in recordStackMapOpers()
545 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
549 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/library/
H A Dcoordinates.hpp14 using Locations = std::vector<Location>; typedef
16 inline Locations get_split_trace_locations() in get_split_trace_locations()
29 inline Locations get_locations_in_small_component() in get_locations_in_small_component()
36 inline Locations get_locations_in_big_component() in get_locations_in_big_component()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dlocation.cc786 Locations::Locations (Session& s) in Locations() function in Locations
792 Locations::~Locations () in ~Locations()
908 Locations::clear () in clear()
940 Locations::clear_markers () in clear_markers()
970 Locations::clear_xrun_markers () in clear_xrun_markers()
1000 Locations::clear_ranges () in clear_ranges()
1095 Locations::remove (Location *loc) in remove()
1154 Locations::get_state () in get_state()
1504 Locations::auto_loop_location () const in auto_loop_location()
1516 Locations::auto_punch_location () const in auto_punch_location()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-1.5.4/src/
H A Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { implementation
60 locs: &'c Locations,
102 fn locations(&self) -> Locations { in locations() argument
103 Locations(vec![None; self.slots_len()]) in locations()
134 locs: &mut Locations, in captures_read_at() argument
250 type Item = Locations;
252 fn next(&mut self) -> Option<Locations> { in next() argument
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-1.5.4/src/
H A Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { implementation
60 locs: &'c Locations,
102 fn locations(&self) -> Locations { in locations() argument
103 Locations(vec![None; self.slots_len()]) in locations()
134 locs: &mut Locations, in captures_read_at() argument
250 type Item = Locations;
252 fn next(&mut self) -> Option<Locations> { in next() argument
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-1.5.4/src/
H A Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { impl
60 locs: &'c Locations,
102 fn locations(&self) -> Locations { in locations() argument
103 Locations(vec![None; self.slots_len()]) in locations()
134 locs: &mut Locations, in captures_read_at() argument
250 type Item = Locations;
252 fn next(&mut self) -> Option<Locations> { in next() argument
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-1.5.4/src/
H A Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { impl
60 locs: &'c Locations,
102 fn locations(&self) -> Locations { in locations() argument
103 Locations(vec![None; self.slots_len()]) in locations()
134 locs: &mut Locations, in captures_read_at() argument
250 type Item = Locations;
252 fn next(&mut self) -> Option<Locations> { in next() argument
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-1.5.4/src/
H A Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { impl
60 locs: &'c Locations,
102 fn locations(&self) -> Locations { in locations() argument
103 Locations(vec![None; self.slots_len()]) in locations()
134 locs: &mut Locations, in captures_read_at() argument
250 type Item = Locations;
252 fn next(&mut self) -> Option<Locations> { in next() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/regex-1.5.4/src/
H A Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { impl
60 locs: &'c Locations,
102 fn locations(&self) -> Locations { in locations() argument
103 Locations(vec![None; self.slots_len()]) in locations()
134 locs: &mut Locations, in captures_read_at() argument
250 type Item = Locations;
252 fn next(&mut self) -> Option<Locations> { in next() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/regex-1.5.4/src/
H A Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { impl
60 locs: &'c Locations,
102 fn locations(&self) -> Locations { in locations() argument
103 Locations(vec![None; self.slots_len()]) in locations()
134 locs: &mut Locations, in captures_read_at() argument
250 type Item = Locations;
252 fn next(&mut self) -> Option<Locations> { in next() argument
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/regex-1.4.6/src/
H A Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { impl
60 locs: &'c Locations,
102 fn locations(&self) -> Locations { in locations() argument
103 Locations(vec![None; self.slots_len()]) in locations()
134 locs: &mut Locations, in captures_read_at() argument
250 type Item = Locations;
252 fn next(&mut self) -> Option<Locations> { in next() argument
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/regex-1.4.3/src/
H A Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { impl
60 locs: &'c Locations,
102 fn locations(&self) -> Locations { in locations() argument
103 Locations(vec![None; self.slots_len()]) in locations()
134 locs: &mut Locations, in captures_read_at() argument
250 type Item = Locations;
252 fn next(&mut self) -> Option<Locations> { in next() argument

12345678910>>...465