Home
last modified time | relevance | path

Searched refs:ranges_ (Results 1 – 12 of 12) sorted by relevance

/third_party/gn/src/gn/
Dsubstitution_pattern.cc39 DCHECK(ranges_.empty()); // Should only be called once. in Parse()
48 ranges_.push_back(Subrange(&SubstitutionLiteral, str.substr(cur))); in Parse()
51 ranges_.push_back( in Parse()
62 ranges_.push_back(Subrange(sub)); in Parse()
78 ranges_.clear(); in Parse()
103 for (const auto& elem : ranges_) { in AsString()
113 for (const auto& elem : ranges_) { in FillRequiredTypes()
121 if (ranges_.empty()) { in IsInOutputDir()
126 if (ranges_[0].type == &SubstitutionLiteral) { in IsInOutputDir()
129 ranges_[0].literal, origin_, err)) in IsInOutputDir()
[all …]
Dsubstitution_pattern.h69 const std::vector<Subrange>& ranges() const { return ranges_; } in ranges()
70 bool empty() const { return ranges_.empty(); } in empty()
75 std::vector<Subrange> ranges_;
/third_party/node/deps/v8/src/profiler/
Dallocation-tracker.cc110 ranges_.insert(RangeMap::value_type(end, new_range)); in AddRange()
115 RangeMap::const_iterator it = ranges_.upper_bound(addr); in GetTraceNodeId()
116 if (it == ranges_.end()) return 0; in GetTraceNodeId()
133 ranges_.clear(); in Clear()
138 PrintF("[AddressToTraceMap (%zu): \n", ranges_.size()); in Print()
139 for (RangeMap::iterator it = ranges_.begin(); it != ranges_.end(); ++it) { in Print()
148 RangeMap::iterator it = ranges_.upper_bound(start); in RemoveRange()
149 if (it == ranges_.end()) return; in RemoveRange()
165 } while (it != ranges_.end()); in RemoveRange()
167 ranges_.erase(to_remove_begin, it); in RemoveRange()
[all …]
Dallocation-tracker.h81 size_t size() { return ranges_.size(); } in size()
96 RangeMap ranges_; variable
/third_party/node/deps/v8/src/ast/
Dast-source-ranges.h266 : ranges_(zone) { in NaryOperationSourceRanges()
271 DCHECK(index < ranges_.size()); in GetRangeAtIndex()
272 return ranges_[index]; in GetRangeAtIndex()
275 void AddRange(const SourceRange& range) { ranges_.push_back(range); } in AddRange()
276 size_t RangeCount() const { return ranges_.size(); } in RangeCount()
282 ZoneVector<SourceRange> ranges_;
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc1376 if (ranges_ == nullptr) { in RationalizeConsecutiveAtoms()
1377 ranges_ = zone->New<ZoneList<CharacterRange>>(2, zone); in RationalizeConsecutiveAtoms()
1378 CharacterRange::AddClassEscape(standard_set_type_.value(), ranges_, false, in RationalizeConsecutiveAtoms()
1381 return ranges_; in RationalizeConsecutiveAtoms()
1462 if (ranges_ == nullptr) return; in RationalizeConsecutiveAtoms()
1463 CharacterRange::Canonicalize(ranges_); in RationalizeConsecutiveAtoms()
Dregexp-ast.h257 explicit CharacterSet(ZoneList<CharacterRange>* ranges) : ranges_(ranges) {} in CharacterSet()
270 ZoneList<CharacterRange>* ranges_ = nullptr;
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.hpp802 BufferAccessHandler(const Compiler &compiler_, SmallVector<BufferRange> &ranges_, uint32_t id_) in BufferAccessHandler()
804 , ranges(ranges_) in BufferAccessHandler()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc2728 ranges_.insert(range); in TryAddRange()
2758 for (auto it = rhs->ranges_.begin(); it != rhs->ranges_.end(); ++it) { in TryMerge()
2762 lhs->ranges_.insert(rhs->ranges_.begin(), rhs->ranges_.end()); in TryMerge()
2763 rhs->ranges_.clear(); in TryMerge()
2768 DCHECK_IMPLIES(ranges_.empty(), uses_.empty()); in MergeSpillRangesAndClear()
2770 for (auto range : ranges_) { in MergeSpillRangesAndClear()
2783 ranges_.clear(); in MergeSpillRangesAndClear()
Dregister-allocator.h786 : ranges_(zone), uses_(zone), id_(id) {} in LiveRangeBundle()
795 ZoneSet<LiveRange*, LiveRangeOrdering> ranges_; variable
/third_party/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi4753 <!-- __sanitizer::LoadedModule::AddressRange __sanitizer::LoadedModule::ranges_[6] -->
4754 …<var-decl name='ranges_' type-id='type-id-119' visibility='default' filepath='../../.././libsaniti…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi2621 …<var-decl name='ranges_' type-id='type-id-119' visibility='default' filepath='../../.././libsaniti…