Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h221 bool left(const PointType &Point) const { return left() <= Point; } in left() argument
225 right(const PointType & Point) right() argument
229 contains(const PointType & Point) contains() argument
279 IntervalNode(PointType Point,unsigned Start) IntervalNode() argument
465 PointType Point = {}; global() variable
546 find_iterator(const IntervalReferences * Left,const IntervalReferences * Right,IntervalNode * Node,PointType Point) find_iterator() argument
616 getContaining(PointType Point) getContaining() argument
680 find(PointType Point) find() argument
[all...]
/freebsd-src/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-src/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::__anonbc7ca6930111::NamedDeclOccurrenceFindingVisitor
78 const SourceLocation Point) { in getNamedDeclAt()
H A DUSRFindingAction.cpp251 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h85 VPBasicBlock::iterator Point; global() variable
196 VPBasicBlock::iterator Point; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h121 BasicBlock::iterator Point; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp134 RangeSet RangeSet::Factory::add(RangeSet Original, const llvm::APSInt &Point) { in add() argument
150 RangeSet RangeSet::Factory::unite(RangeSet Original, llvm::APSInt Point) { in unite() argument
604 intersect(RangeSet LHS,llvm::APSInt Point) intersect() argument
850 deletePoint(RangeSet From,const llvm::APSInt & Point) deletePoint() argument
2129 if (const llvm::APSInt *Point = NewConstraint.getConcreteValue()) { assign() local
2555 if (const llvm::APSInt *Point = SecondConstraint->getConcreteValue()) { addToDisequalityInfo() local
3060 llvm::APSInt Point = AdjustmentType.convert(Int) - Adjustment; assumeSymNE() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h253 BasicBlock::iterator Point; global() variable
372 BasicBlock::iterator Point; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc135 friend void AbslStringify(Sink& sink, const Point& p) { argument
128 struct Point { global() struct
134 xPoint global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp870 addInsertPoint(RegBankSelect::InsertPoint & Point) addInsertPoint() argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp116 struct Point { struct
120 Point(int _x = 0, int _y = 0) : x(_x), y(_y) {} in Point() argument
127 Point &operator+=(const Point &rhs) { in operator +=() argument
117 xcurses::Point global() argument
118 ycurses::Point global() argument
122 Clearcurses::Point Clear() argument
133 Dumpcurses::Point Dump() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1002 std::optional<StmtPoint> Point = Succ->getLocation().getAs<StmtPoint>(); in VisitNode() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1577 insertIntoListsForBlock(MemoryAccess * NewAccess,const BasicBlock * BB,InsertionPlace Point) insertIntoListsForBlock() argument
1658 moveTo(MemoryAccess * What,BasicBlock * BB,InsertionPlace Point) moveTo() argument
H A DMemorySSAUpdater.cpp1406 MemorySSA::InsertionPlace Point) { in createMemoryAccessInBB() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp439 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V, in scatter() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1802 createExpectedAttributeSubjectRulesTokenDiagnostic(unsigned DiagID,ParsedAttributes & Attrs,MissingAttributeSubjectRulesRecoveryPoint Point,Parser & PRef) createExpectedAttributeSubjectRulesTokenDiagnostic() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2890 } Point; global() member in __anond527a6aa0a11::TypePromotionTransaction::InsertionHandler
3343 rollback(TypePromotionTransaction::ConstRestorationPt Point) rollback() argument
[all...]