Home
last modified time | relevance | path

Searched defs:point (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Analysis/
H A Ddesignated-initializer-values.c20 struct point { struct
25 struct point p = {.y = 5, .x = 3}; in struct_init() argument
H A Darray-struct-region.c61 struct point { int x; int y; }; struct
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h135 static bool classof(const GenericProgramPoint *point) { in classof()
208 const StateT *lookupState(PointT point) const { in lookupState()
289 AnalysisState(ProgramPoint point) : point(point) {} in AnalysisState()
320 ProgramPoint point; variable
411 StateT *getOrCreate(PointT point) { in getOrCreate()
419 const StateT *getOrCreateFor(ProgramPoint dependent, PointT point) { in getOrCreateFor()
448 StateT *DataFlowSolver::getOrCreateState(PointT point) { in getOrCreateState()
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DDenseAnalysis.cpp35 LogicalResult AbstractDenseDataFlowAnalysis::visit(ProgramPoint point) { in visit()
142 ProgramPoint point, RegionBranchOpInterface branch, in visitRegionBranchOperation()
168 ProgramPoint point) { in getLatticeFor()
H A DSparseAnalysis.cpp68 LogicalResult AbstractSparseDataFlowAnalysis::visit(ProgramPoint point) { in visit()
224 ProgramPoint point, RegionBranchOpInterface branch, in visitRegionSuccessors()
281 AbstractSparseDataFlowAnalysis::getLatticeElementFor(ProgramPoint point, in getLatticeElementFor()
H A DDeadCodeAnalysis.cpp217 LogicalResult DeadCodeAnalysis::visit(ProgramPoint point) { in visit()
362 ProgramPoint point = successor.getSuccessor() in visitRegionBranchOperation() local
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DDataFlowFramework.cpp75 ProgramPoint point; in initializeAndRun() local
111 ProgramPoint point) { in addDependency()
131 void DataFlowAnalysis::addDependency(AnalysisState *state, ProgramPoint point) { in addDependency()
/llvm-project-15.0.7/flang/test/Semantics/
H A Ddosemantics11.f9093 type point type
132 type point type
171 type point type
210 type point type
248 type point type
292 type point type
H A Ddosemantics05.f9018 type point type
H A Dresolve57.f9068 type point type
/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DDenseAnalysis.h150 LatticeT *getLattice(ProgramPoint point) override { in getLattice()
H A DSparseAnalysis.h308 const StateT *getLatticeElementFor(ProgramPoint point, Value value) { in getLatticeElementFor()
/llvm-project-15.0.7/clang/test/Sema/
H A Dflexible-array-init.c39 struct point { struct
45 struct point points[]; // expected-note{{initialized flexible array member 'points' is here}} argument
H A Ddesignated-initializers.c25 struct point { struct
30 struct point p1 = { argument
/llvm-project-15.0.7/lldb/test/API/benchmarks/expression/
H A Dmain.cpp16 Point point; member in Data
/llvm-project-15.0.7/lldb/test/API/functionalities/non-overlapping-index-variable-i/
H A Dmain.cpp14 Point point; member in Data
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DAnnotations.cpp15 Position Annotations::point(llvm::StringRef Name) const { in point() function in clang::clangd::Annotations
/llvm-project-15.0.7/llvm/lib/Testing/Support/
H A DAnnotations.cpp68 size_t Annotations::point(llvm::StringRef Name) const { in point() function in Annotations
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp32 for (const SmallVector<int64_t, 4> &point : points) { in testUnionAtPoints() local
46 for (const SmallVector<int64_t, 4> &point : points) { in testIntersectAtPoints() local
59 for (const SmallVector<int64_t, 4> &point : points) { in testSubtractAtPoints() local
76 for (const SmallVector<int64_t, 4> &point : points) { in testComplementAtPoints() local
846 for (const SmallVector<int64_t, 4> &point : points) { in testComputeReprAtPoints() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_point.c557 __isl_keep isl_point *point) in isl_basic_map_contains_point()
580 __isl_keep isl_point *point) in isl_map_contains_point()
609 __isl_keep isl_point *point) in isl_set_contains_point()
H A Disl_map_subtract.c750 struct isl_vec *point; in singleton_extract_point() local
804 struct isl_point *point; in map_is_singleton_subset() local
H A Disl_affine_hull.c375 isl_basic_set *point; in add_adjacent_points() local
437 struct isl_basic_set *point; in extend_affine_hull() local
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dboxing-illegal-types.mm29 } point; typedef
/llvm-project-15.0.7/mlir/test/lib/Analysis/
H A DTestDataFlowFramework.cpp116 LogicalResult FooAnalysis::visit(ProgramPoint point) { in visit()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dboxing-illegal.m29 } point; typedef

12