Home
last modified time | relevance | path

Searched defs:Point (Results 1 – 22 of 22) 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.cpp35 explicit NamedDeclOccurrenceFindingVisitor(const SourceLocation Point, in NamedDeclOccurrenceFindingVisitor()
69 const SourceLocation Point; // The location to find the NamedDecl. member in clang::tooling::__anon3137cd810111::NamedDeclOccurrenceFindingVisitor
76 const SourceLocation Point) { in getNamedDeclAt()
H A DUSRFindingAction.cpp244 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h99 VPBasicBlock::iterator Point; variable
324 VPBasicBlock::iterator Point; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp32 static uint64_t ToNanosec(const SteadyTimePoint Point) { in ToNanosec()
H A DIOHandlerCursesGUI.cpp117 struct Point { struct
118 int x;
119 int y;
121 Point(int _x = 0, int _y = 0) : x(_x), y(_y) {} in Point() argument
123 void Clear() { in Clear()
128 Point &operator+=(const Point &rhs) { in operator +=()
134 void Dump() { printf("(x=%i, y=%i)\n", x, y); } in Dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h146 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()
2144 if (const llvm::APSInt *Point = NewConstraint.getConcreteValue()) { in assign() local
2571 if (const llvm::APSInt *Point = SecondConstraint->getConcreteValue()) { in addToDisequalityInfo() local
3071 llvm::APSInt Point = AdjustmentType.convert(Int) - Adjustment; in assumeSymNE() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h293 BasicBlock::iterator Point; variable
412 BasicBlock::iterator Point; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h421 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc140 struct Point { struct
146 int x = 10;
147 int y = 20;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp870 RegBankSelect::InsertPoint &Point) { in addInsertPoint()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp174 std::optional<StmtPoint> Point = N->getLocationAs<StmtPoint>(); in VisitNode() local
H A DLocalizationChecker.cpp997 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/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc473 class Point { class
475 Point(double x, double y) : x_(x), y_(y) {} in Point() function in testing::gmock_matchers_test::__anon7b5da5310111::Point
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1620 InsertionPlace Point) { in insertIntoListsForBlock()
1701 InsertionPlace Point) { in moveTo()
H A DMemorySSAUpdater.cpp1421 MemorySSA::InsertionPlace Point, bool CreationMustSucceed) { in createMemoryAccessInBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp470 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V, in scatter()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1796 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3322 } Point; member in __anon1d600f580d11::TypePromotionTransaction::InsertionHandler
3774 TypePromotionTransaction::ConstRestorationPt Point) { in rollback()