HomeSort by relevance Sort by last modified time
    Searched defs:Point (Results 76 - 100 of 306) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 86 // RAII object that stores the current insertion point and restores it when
94 BasicBlock::iterator Point;
103 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
114 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
118 BasicBlock::iterator GetInsertPoint() const { return Point; }
119 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
145 // Make sure the insert point guard stack is consistent.
166 /// At is an optional parameter which specifies point in code where user is
256 /// \brief Clear the current insertion point. This is useful if the
257 /// instruction that had been serving as the insertion point may have bee
    [all...]
  /external/python/cpython2/Lib/
collections.py 308 >>> Point = namedtuple('Point', ['x', 'y'])
309 >>> Point.__doc__ # docstring for the new class
310 'Point(x, y)'
311 >>> p = Point(11, y=22) # instantiate with positional args or keywords
322 >>> Point(**d) # convert from a dictionary
323 Point(x=11, y=22)
325 Point(x=100, y=22)
712 Point = namedtuple('Point', 'x, y', True
    [all...]
  /external/v8/benchmarks/spinning-balls/
v.js 68 function Point(x, y, z, payload) {
80 Point.prototype.color = function () {
85 Point.prototype.decay = function () {
97 PointsList.prototype.add = function (point) {
98 if (this.head !== null) this.head.prev = point;
99 point.next = this.head;
100 this.head = point;
105 PointsList.prototype.remove = function (point) {
106 if (point.next !== null) {
107 point.next.prev = point.prev
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 // RAII object that stores the current insertion point and restores it when
95 BasicBlock::iterator Point;
104 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
115 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point));
119 BasicBlock::iterator GetInsertPoint() const { return Point; }
120 void SetInsertPoint(BasicBlock::iterator I) { Point = I; }
146 // Make sure the insert point guard stack is consistent.
167 /// At is an optional parameter which specifies point in code where user is
201 /// insertion point. If a type is specified, the result will be expanded to
261 /// Set the current insertion point. This is useful if multiple calls t
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
collections.py 285 >>> Point = namedtuple('Point', ['x', 'y'])
286 >>> Point.__doc__ # docstring for the new class
287 'Point(x, y)'
288 >>> p = Point(11, y=22) # instantiate with positional args or keywords
299 >>> Point(**d) # convert from a dictionary
300 Point(x=11, y=22)
302 Point(x=100, y=22)
663 Point = namedtuple('Point', 'x, y', True
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 285 >>> Point = namedtuple('Point', ['x', 'y'])
286 >>> Point.__doc__ # docstring for the new class
287 'Point(x, y)'
288 >>> p = Point(11, y=22) # instantiate with positional args or keywords
299 >>> Point(**d) # convert from a dictionary
300 Point(x=11, y=22)
302 Point(x=100, y=22)
663 Point = namedtuple('Point', 'x, y', True
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 67 } Point;
71 Point p;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 285 >>> Point = namedtuple('Point', ['x', 'y'])
286 >>> Point.__doc__ # docstring for the new class
287 'Point(x, y)'
288 >>> p = Point(11, y=22) # instantiate with positional args or keywords
299 >>> Point(**d) # convert from a dictionary
300 Point(x=11, y=22)
302 Point(x=100, y=22)
663 Point = namedtuple('Point', 'x, y', True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 285 >>> Point = namedtuple('Point', ['x', 'y'])
286 >>> Point.__doc__ # docstring for the new class
287 'Point(x, y)'
288 >>> p = Point(11, y=22) # instantiate with positional args or keywords
299 >>> Point(**d) # convert from a dictionary
300 Point(x=11, y=22)
302 Point(x=100, y=22)
663 Point = namedtuple('Point', 'x, y', True
    [all...]
  /external/clang/test/Analysis/
new.cpp 174 struct Point { int x, y; };
175 new Point{1, 2}; // no crash
177 Point p;
178 new (&p) Point{1, 2}; // no crash
  /external/clang/test/SemaCXX/
member-init.cpp 97 struct Point { // expected-note 3 {{candidate constructor}}
102 Point location = Point(0,0); // expected-error {{no matching constructor for initialization of 'rdar14084171::Point'}}
  /external/webrtc/webrtc/base/
virtualsocketserver.h 104 typedef std::pair<double, double> Point;
105 typedef std::vector<Point> Function;

Completed in 1280 milliseconds

1 2 34 5 6 7 8 91011>>