Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalTree.h222 bool left(const PointType &Point) const { return left() <= Point; } in left()
226 bool right(const PointType &Point) const { return Point <= right(); } in right()
230 bool contains(const PointType &Point) const { in contains()
280 IntervalNode(PointType Point, unsigned Start) in IntervalNode()
466 PointType Point; variable
547 PointType Point) in find_iterator()
617 IntervalReferences getContaining(PointType Point) const { in getContaining()
681 find_iterator find(PointType Point) const { in find()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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::__anon399c20ae0111::NamedDeclOccurrenceFindingVisitor
78 const SourceLocation Point) { in getNamedDeclAt()
H A DUSRFindingAction.cpp250 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp104 const auto &Point = Points_[P]; in validateAndSetup() local
198 const InstructionBenchmark &Point = Points_[P]; in clusterizeNaive() local
269 for (auto Point : zip(Points_, ClusterIdForPoint_)) { in stabilize() local
358 void SchedClassClusterCentroid::addPoint(ArrayRef<BenchmarkMeasure> Point) { in addPoint()
H A DAnalysis.cpp129 const InstructionBenchmark &Point = Clustering_.getPoints()[PointId]; in printInstructionRowCsv() local
218 const InstructionBenchmark &Point = Points[PointId]; in makePointsPerSchedClass() local
273 void Analysis::printPointHtml(const InstructionBenchmark &Point, in printPointHtml()
339 const auto &Point = Clustering.getPoints()[PointId]; in addPoint() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt17.C12 class Line_Segment{ public: Line_Segment(const Point&){} }; in Line_Segment()
/openbsd/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp311 for (const auto &Point : Points) { in operator <<() local
333 for (const CoveragePoint *Point : P.second) { in operator <<() local
576 auto Point = CoveragePoint(Id); in getCoveragePoints() local
929 for (const auto &Point : Points) { in computeFunctions() local
941 for (const auto &Point : Coverage.Points) { in computeNotCoveredFunctions() local
958 for (const auto &Point : Coverage.Points) { in computeCoveredFunctions() local
975 for (const auto &Point : Coverage.Points) { in resolveFunctions() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D950607-2.c3 } Point; typedef
H A D20000808-1.c3 } Point; typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A DPYRBUG.c5 } Point; typedef
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h78 VPBasicBlock::iterator Point; variable
169 VPBasicBlock::iterator Point; variable
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h121 BasicBlock::iterator Point; variable
/openbsd/gnu/llvm/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()
2123 if (const llvm::APSInt *Point = NewConstraint.getConcreteValue()) { in assign() local
2549 if (const llvm::APSInt *Point = SecondConstraint->getConcreteValue()) { in addToDisequalityInfo() local
3038 llvm::APSInt Point = AdjustmentType.convert(Int) - Adjustment; in assumeSymNE() local
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h245 BasicBlock::iterator Point; variable
364 BasicBlock::iterator Point; variable
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp867 RegBankSelect::InsertPoint &Point) { in addInsertPoint()
/openbsd/gnu/llvm/lldb/source/Core/
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()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1008 std::optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode() local
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp339 const BoundaryPoint &Point = Item.second; in findDisjointRanges() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp1588 InsertionPlace Point) { in insertIntoListsForBlock()
1669 InsertionPlace Point) { in moveTo()
H A DMemorySSAUpdater.cpp1431 MemorySSA::InsertionPlace Point) { in createMemoryAccessInBB()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp388 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V, in scatter()
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dinternal.h100 } Point; typedef
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp1703 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic()

12