| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | designated-initializer-values.c | 20 struct point { struct 25 struct point p = {.y = 5, .x = 3}; in struct_init() argument
|
| H A D | array-struct-region.c | 61 struct point { int x; int y; }; struct
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | DataFlowFramework.h | 135 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 D | DenseAnalysis.cpp | 35 LogicalResult AbstractDenseDataFlowAnalysis::visit(ProgramPoint point) { in visit() 142 ProgramPoint point, RegionBranchOpInterface branch, in visitRegionBranchOperation() 168 ProgramPoint point) { in getLatticeFor()
|
| H A D | SparseAnalysis.cpp | 68 LogicalResult AbstractSparseDataFlowAnalysis::visit(ProgramPoint point) { in visit() 224 ProgramPoint point, RegionBranchOpInterface branch, in visitRegionSuccessors() 281 AbstractSparseDataFlowAnalysis::getLatticeElementFor(ProgramPoint point, in getLatticeElementFor()
|
| H A D | DeadCodeAnalysis.cpp | 217 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 D | DataFlowFramework.cpp | 75 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 D | dosemantics11.f90 | 93 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 D | dosemantics05.f90 | 18 type point type
|
| H A D | resolve57.f90 | 68 type point type
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/ |
| H A D | DenseAnalysis.h | 150 LatticeT *getLattice(ProgramPoint point) override { in getLattice()
|
| H A D | SparseAnalysis.h | 308 const StateT *getLatticeElementFor(ProgramPoint point, Value value) { in getLatticeElementFor()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | flexible-array-init.c | 39 struct point { struct 45 struct point points[]; // expected-note{{initialized flexible array member 'points' is here}} argument
|
| H A D | designated-initializers.c | 25 struct point { struct 30 struct point p1 = { argument
|
| /llvm-project-15.0.7/lldb/test/API/benchmarks/expression/ |
| H A D | main.cpp | 16 Point point; member in Data
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/non-overlapping-index-variable-i/ |
| H A D | main.cpp | 14 Point point; member in Data
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | Annotations.cpp | 15 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 D | Annotations.cpp | 68 size_t Annotations::point(llvm::StringRef Name) const { in point() function in Annotations
|
| /llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/ |
| H A D | PresburgerSetTest.cpp | 32 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 D | isl_point.c | 557 __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 D | isl_map_subtract.c | 750 struct isl_vec *point; in singleton_extract_point() local 804 struct isl_point *point; in map_is_singleton_subset() local
|
| H A D | isl_affine_hull.c | 375 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 D | boxing-illegal-types.mm | 29 } point; typedef
|
| /llvm-project-15.0.7/mlir/test/lib/Analysis/ |
| H A D | TestDataFlowFramework.cpp | 116 LogicalResult FooAnalysis::visit(ProgramPoint point) { in visit()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | boxing-illegal.m | 29 } point; typedef
|