Searched refs:GetRange (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/tools/gn/
H A Dparse_tree.cc100 LocationRange AccessorNode::GetRange() const { function in class:AccessorNode
102 return LocationRange(base_.location(), index_->GetRange().end());
104 return LocationRange(base_.location(), member_->GetRange().end());
111 return Err(GetRange(), msg, help);
141 *err = Err(index_->GetRange(), "Negative array subscript.",
147 *err = Err(index_->GetRange(), "Array subscript out of range.",
221 LocationRange BinaryOpNode::GetRange() const { function in class:BinaryOpNode
222 return left_->GetRange().Union(right_->GetRange());
264 LocationRange BlockNode::GetRange() cons function in class:BlockNode
346 LocationRange ConditionNode::GetRange() const { function in class:ConditionNode
382 LocationRange FunctionCallNode::GetRange() const { function in class:FunctionCallNode
431 LocationRange IdentifierNode::GetRange() const { function in class:IdentifierNode
480 LocationRange ListNode::GetRange() const { function in class:ListNode
536 LocationRange LiteralNode::GetRange() const { function in class:LiteralNode
569 LocationRange UnaryOpNode::GetRange() const { function in class:UnaryOpNode
600 LocationRange BlockCommentNode::GetRange() const { function in class:BlockCommentNode
[all...]
H A Dparse_tree.h88 virtual LocationRange GetRange() const = 0;
142 virtual LocationRange GetRange() const OVERRIDE;
185 virtual LocationRange GetRange() const OVERRIDE;
222 virtual LocationRange GetRange() const OVERRIDE;
261 virtual LocationRange GetRange() const OVERRIDE;
306 virtual LocationRange GetRange() const OVERRIDE;
339 virtual LocationRange GetRange() const OVERRIDE;
363 virtual LocationRange GetRange() const OVERRIDE;
398 virtual LocationRange GetRange() const OVERRIDE;
422 virtual LocationRange GetRange() cons
[all...]
H A Dimport_manager.cc21 node_for_err->GetRange(), settings->build_settings(), file, err);
H A Dtemplate.cc113 return definition_->GetRange();
H A Doperators.cc69 err->AppendRange(node->GetRange());
94 *err = Err(to_remove.origin()->GetRange(), "Item not found",
136 *err = Err(op_node->left()->GetRange(), "Replacing nonempty list.",
385 err->AppendRange(left.origin()->GetRange());
386 err->AppendRange(right.origin()->GetRange());
562 err->AppendRange(left->GetRange());
573 err->AppendRange(right->GetRange());
H A Derr.cc126 LocationRange range = node->GetRange();
139 LocationRange range = value.origin()->GetRange();
H A Dinput_conversion.cc50 origin->GetRange().begin().Describe(true) +
H A Dparser.cc571 const Location& start = (*i)->GetRange().begin();
598 const Location& start = (*i)->GetRange().begin();
599 const Location& end = (*i)->GetRange().end();
H A Dcommand_args.cc76 Location location = value.origin()->GetRange().begin();
H A Dcommand_refs.cc41 return item->defined_from()->GetRange().begin().file()->physical_name();
H A Dinput_conversion_unittest.cc127 LocationRange a_range = a_origin->GetRange();
H A Dfunctions.cc167 Location origin_location = args[0].origin()->GetRange().begin();
171 err->AppendSubErr(Err(args[0].origin()->GetRange(), "",
H A Dscope.cc208 *err = Err(binary->left()->GetRange(), "Assignment had no effect.",
/external/chromium_org/gpu/command_buffer/service/
H A Dbuffer_manager_unittest.cc212 TEST_F(BufferManagerTest, GetRange) {
222 static_cast<const char*>(buffer->GetRange(0, sizeof(data)));
225 static_cast<const char*>(buffer->GetRange(1, sizeof(data) - 1));
227 EXPECT_TRUE(buffer->GetRange(sizeof(data), 1) == NULL);
228 EXPECT_TRUE(buffer->GetRange(0, sizeof(data) + 1) == NULL);
229 EXPECT_TRUE(buffer->GetRange(-1, sizeof(data)) == NULL);
230 EXPECT_TRUE(buffer->GetRange(-0, -1) == NULL);
233 EXPECT_TRUE(buffer->GetRange(0 - size, size) == NULL);
234 EXPECT_TRUE(buffer->GetRange(1, size / 2) == NULL);
382 EXPECT_EQ(0, memcmp(data, buffer->GetRange(
[all...]
H A Dbuffer_manager.h56 const void* GetRange(GLintptr offset, GLsizeiptr size) const;
H A Dvertex_attrib_manager.cc208 const void* ptr = buffer->GetRange(attrib->offset(), 0);
H A Dbuffer_manager.cc143 const void* Buffer::GetRange( function in class:gpu::gles2::Buffer
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp286 RangeSet GetRange(ProgramStateRef state, SymbolRef sym);
385 RangeConstraintManager::GetRange(ProgramStateRef state, SymbolRef sym) { function in class:RangeConstraintManager
434 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower);
449 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt);
478 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
507 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
536 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
565 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
/external/chromium_org/ui/gfx/
H A Dbreak_list.h55 Range GetRange(const typename BreakList<T>::const_iterator& i) const;
139 Range BreakList<T>::GetRange( function in class:gfx::BreakList
H A Drender_text_pango.cc363 const size_t bold_end = styles()[BOLD].GetRange(bold).end();
364 const size_t italic_end = styles()[ITALIC].GetRange(italic).end();
440 Range style_range = style.GetRange();
476 style_range = style.GetRange();
H A Dbreak_list_unittest.cc162 EXPECT_EQ(breaks.GetRange(it), cases[i].range);
/external/chromium_org/v8/src/
H A Dtypes.cc550 typename TypeImpl<Config>::RangeType* TypeImpl<Config>::GetRange() { function in class:v8::internal::TypeImpl
567 RangeType* range = this->GetRange();
642 RangeType* range1 = type1->GetRange();
643 RangeType* range2 = type2->GetRange();
772 RangeType* range1 = type1->GetRange();
773 RangeType* range2 = type2->GetRange();
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.h279 void GetRange(const std::vector<FileMetaData*>& inputs,
H A Dversion_set.cc1176 void VersionSet::GetRange(const std::vector<FileMetaData*>& inputs,
1207 GetRange(all, smallest, largest);
1284 GetRange(c->inputs_[0], &smallest, &largest);
1300 GetRange(c->inputs_[0], &smallest, &largest);
1319 GetRange(expanded0, &new_start, &new_limit);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1471 region_info.GetRange().SetRangeBase(addr_value);
1477 region_info.GetRange().SetByteSize (addr_value);
1479 else if (name.compare ("permissions") == 0 && region_info.GetRange().IsValid())
1482 if (region_info.GetRange().Contains (addr))
1519 if (region_info.GetRange().IsValid() && saw_permissions == false)

Completed in 3251 milliseconds

12