Home
last modified time | relevance | path

Searched defs:Point (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h221 bool left(const PointType &Point) const { return left() <= Point; } in left()
225 bool right(const PointType &Point) const { return Point <= right(); } in right()
229 bool contains(const PointType &Point) const { in contains()
279 IntervalNode(PointType Point, unsigned Start) in IntervalNode()
465 PointType Point = {}; variable
546 PointType Point) in find_iterator()
616 IntervalReferences getContaining(PointType Point) const { in getContaining()
680 find_iterator find(PointType Point) const { in find()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h35 Range(const llvm::APSInt &Point) : Range(Point, Point) {} in Range()
37 bool Includes(const llvm::APSInt &Point) const { in Includes()
318 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet()
353 bool contains(llvm::APSInt Point) const { return containsImpl(Point); } in contains()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp37 explicit NamedDeclOccurrenceFindingVisitor(const SourceLocation Point, in NamedDeclOccurrenceFindingVisitor()
71 const SourceLocation Point; // The location to find the NamedDecl. member in clang::tooling::__anon3137cd810111::NamedDeclOccurrenceFindingVisitor
78 const SourceLocation Point) { in getNamedDeclAt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h93 VPBasicBlock::iterator Point; variable
214 VPBasicBlock::iterator Point; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h138 BasicBlock::iterator Point; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp134 RangeSet RangeSet::Factory::add(RangeSet Original, const llvm::APSInt &Point) { in add()
150 RangeSet RangeSet::Factory::unite(RangeSet Original, llvm::APSInt Point) { in unite()
604 RangeSet RangeSet::Factory::intersect(RangeSet LHS, llvm::APSInt Point) { in intersect()
850 const llvm::APSInt &Point) { in deletePoint()
2129 if (const llvm::APSInt *Point = NewConstraint.getConcreteValue()) { in assign() local
2556 if (const llvm::APSInt *Point = SecondConstraint->getConcreteValue()) { in addToDisequalityInfo() local
3061 llvm::APSInt Point = AdjustmentType.convert(Int) - Adjustment; in assumeSymNE() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h256 BasicBlock::iterator Point; variable
375 BasicBlock::iterator Point; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc133 struct Point { struct
139 int x = 10;
140 int y = 20;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp871 RegBankSelect::InsertPoint &Point) { in addInsertPoint()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1406 MemorySSA::InsertionPlace Point) { in createMemoryAccessInBB()
1413 MemorySSA::InsertionPlace Point, bool CreationMustSucceed) { in createMemoryAccessInBB()
H A DMemorySSA.cpp1620 InsertionPlace Point) { in insertIntoListsForBlock()
1701 InsertionPlace Point) { in moveTo()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp116 struct Point { struct
117 int x;
118 int y;
120 Point(int _x = 0, int _y = 0) : x(_x), y(_y) {} in Point() argument
122 void Clear() { in Clear()
127 Point &operator+=(const Point &rhs) { in operator +=()
133 void Dump() { printf("(x=%i, y=%i)\n", x, y); } in Dump()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1002 std::optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode() local
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py194 class Point(object): class
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp439 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V, in scatter()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1812 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2984 } Point; member in __anon1d600f580b11::TypePromotionTransaction::InsertionHandler
3437 TypePromotionTransaction::ConstRestorationPt Point) { in rollback()