/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 222 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 D | RangedConstraintManager.h | 35 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 D | USRFinder.cpp | 37 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 D | USRFindingAction.cpp | 250 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 104 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 D | Analysis.cpp | 129 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 D | cvt17.C | 12 class Line_Segment{ public: Line_Segment(const Point&){} }; in Line_Segment()
|
/openbsd/gnu/llvm/llvm/tools/sancov/ |
H A D | sancov.cpp | 311 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 D | 950607-2.c | 3 } Point; typedef
|
H A D | 20000808-1.c | 3 } Point; typedef
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | PYRBUG.c | 5 } Point; typedef
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 78 VPBasicBlock::iterator Point; variable 169 VPBasicBlock::iterator Point; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 121 BasicBlock::iterator Point; variable
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 134 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 D | IRBuilder.h | 245 BasicBlock::iterator Point; variable 364 BasicBlock::iterator Point; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 867 RegBankSelect::InsertPoint &Point) { in addInsertPoint()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 117 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 D | LocalizationChecker.cpp | 1008 std::optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.cpp | 339 const BoundaryPoint &Point = Item.second; in findDisjointRanges() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 1588 InsertionPlace Point) { in insertIntoListsForBlock() 1669 InsertionPlace Point) { in moveTo()
|
H A D | MemorySSAUpdater.cpp | 1431 MemorySSA::InsertionPlace Point) { in createMemoryAccessInBB()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 388 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V, in scatter()
|
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | internal.h | 100 } Point; typedef
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1703 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
|