/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 221 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 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()
|
/freebsd/contrib/llvm-project/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::__anon3137cd810111::NamedDeclOccurrenceFindingVisitor 78 const SourceLocation Point) { in getNamedDeclAt()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 93 VPBasicBlock::iterator Point; variable 214 VPBasicBlock::iterator Point; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 138 BasicBlock::iterator Point; variable
|
/freebsd/contrib/llvm-project/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() 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 D | IRBuilder.h | 256 BasicBlock::iterator Point; variable 375 BasicBlock::iterator Point; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 133 struct Point { struct 139 int x = 10; 140 int y = 20;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 871 RegBankSelect::InsertPoint &Point) { in addInsertPoint()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1406 MemorySSA::InsertionPlace Point) { in createMemoryAccessInBB() 1413 MemorySSA::InsertionPlace Point, bool CreationMustSucceed) { in createMemoryAccessInBB()
|
H A D | MemorySSA.cpp | 1620 InsertionPlace Point) { in insertIntoListsForBlock() 1701 InsertionPlace Point) { in moveTo()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 116 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 D | LocalizationChecker.cpp | 1002 std::optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode() local
|
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 194 class Point(object): class
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 439 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V, in scatter()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1812 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2984 } Point; member in __anon1d600f580b11::TypePromotionTransaction::InsertionHandler 3437 TypePromotionTransaction::ConstRestorationPt Point) { in rollback()
|