/llvm-project/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; }; argument
|
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | DataFlowFramework.h | 136 classof(const GenericProgramPoint * point) classof() argument 238 lookupState(PointT point) lookupState() argument 247 eraseState(PointT point) eraseState() argument 330 AnalysisState(ProgramPoint point) AnalysisState() argument 355 ProgramPoint point; global() variable 458 getOrCreate(PointT point) getOrCreate() argument 466 getOrCreateFor(ProgramPoint dependent,PointT point) getOrCreateFor() argument 498 getOrCreateState(PointT point) getOrCreateState() argument [all...] |
/llvm-project/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 | 70 type point type
|
/llvm-project/mlir/lib/Analysis/DataFlow/ |
H A D | DenseAnalysis.cpp | 45 visit(ProgramPoint point) visit() argument 186 visitRegionBranchOperation(ProgramPoint point,RegionBranchOpInterface branch,AbstractDenseLattice * after) visitRegionBranchOperation() argument 244 getLatticeFor(ProgramPoint dependent,ProgramPoint point) getLatticeFor() argument 270 visit(ProgramPoint point) visit() argument 428 visitRegionBranchOperation(ProgramPoint point,RegionBranchOpInterface branch,RegionBranchPoint branchPoint,AbstractDenseLattice * before) visitRegionBranchOperation() argument 464 getLatticeFor(ProgramPoint dependent,ProgramPoint point) getLatticeFor() argument [all...] |
H A D | SparseAnalysis.cpp | 84 visit(ProgramPoint point) visit() argument 238 visitRegionSuccessors(ProgramPoint point,RegionBranchOpInterface branch,RegionBranchPoint successor,ArrayRef<AbstractSparseLattice * > lattices) visitRegionSuccessors() argument 294 getLatticeElementFor(ProgramPoint point,Value value) getLatticeElementFor() argument 345 visit(ProgramPoint point) visit() argument 372 getLatticeElementsFor(ProgramPoint point,ValueRange values) getLatticeElementsFor() argument 584 getLatticeElementFor(ProgramPoint point,Value value) getLatticeElementFor() argument [all...] |
H A D | DeadCodeAnalysis.cpp | 234 visit(ProgramPoint point) visit() argument 379 ProgramPoint point = successor.getSuccessor() visitRegionBranchOperation() local
|
/llvm-project/flang/test/Lower/OpenMP/ |
H A D | allocatable-map.f90 | 9 integer, pointer :: point local
|
/llvm-project/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
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | PWMAFunction.h | 86 SmallVector<DynamicAPInt, 8> valueAt(ArrayRef<int64_t> point) const { in valueAt() 199 valueAt(ArrayRef<int64_t> point) const { in valueAt()
|
H A D | PresburgerRelation.h | 146 bool containsPoint(ArrayRef<int64_t> point) const { in containsPoint()
|
/llvm-project/lldb/test/API/benchmarks/expression/ |
H A D | main.cpp |
|
/llvm-project/lldb/test/API/functionalities/non-overlapping-index-variable-i/ |
H A D | main.cpp | 14 Point point; member in Data
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestOpDefs.cpp | 569 getEntrySuccessorOperands(RegionBranchPoint point) getEntrySuccessorOperands() argument 576 getSuccessorRegions(RegionBranchPoint point,SmallVectorImpl<RegionSuccessor> & regions) getSuccessorRegions() argument 602 getSuccessorRegions(RegionBranchPoint point,SmallVectorImpl<RegionSuccessor> & regions) getSuccessorRegions() argument 1022 getSuccessorRegions(RegionBranchPoint point,SmallVectorImpl<RegionSuccessor> & regions) getSuccessorRegions() argument 1030 getEntrySuccessorOperands(RegionBranchPoint point) getEntrySuccessorOperands() argument 1040 getMutableSuccessorOperands(RegionBranchPoint point) getMutableSuccessorOperands() argument 1051 getSuccessorRegions(RegionBranchPoint point,SmallVectorImpl<RegionSuccessor> & regions) getSuccessorRegions() argument 1126 getSuccessorRegions(RegionBranchPoint point,SmallVectorImpl<RegionSuccessor> & regions) getSuccessorRegions() argument 1137 getSuccessorRegions(RegionBranchPoint point,SmallVectorImpl<RegionSuccessor> & regions) getSuccessorRegions() argument [all...] |
/llvm-project/mlir/lib/Analysis/ |
H A D | DataFlowFramework.cpp | 134 addDependency(AnalysisState * state,ProgramPoint point) addDependency() argument
|
/llvm-project/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/mlir/unittests/Analysis/Presburger/ |
H A D | PresburgerSetTest.cpp | 34 for (const SmallVector<int64_t, 4> &point : points) { in testUnionAtPoints() local 48 for (const SmallVector<int64_t, 4> &point : points) { in testIntersectAtPoints() local 61 for (const SmallVector<int64_t, 4> &point : points) { in testSubtractAtPoints() local 78 for (const SmallVector<int64_t, 4> &point : points) { in testComplementAtPoints() local 822 for (const SmallVector<int64_t, 4> &point : points) { in testComputeReprAtPoints() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | ControlFlowInterfaces.cpp | 150 auto inputTypesFromParent = [&](RegionBranchPoint point) -> TypeRange { in verifyTypesAlongControlFlowEdges() 191 [&](RegionBranchPoint point) -> FailureOr<TypeRange> { in verifyTypesAlongControlFlowEdges()
|
/llvm-project/mlir/include/mlir/Analysis/DataFlow/ |
H A D | DenseAnalysis.h | 253 getLattice(ProgramPoint point) getLattice() argument 503 getLattice(ProgramPoint point) getLattice() argument [all...] |
/llvm-project/clang/test/SemaObjCXX/ |
H A D | boxing-illegal-types.mm | 29 } point; typedef
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_point.c | 617 __isl_keep isl_point *point) in isl_basic_map_contains_point() 640 __isl_keep isl_point *point) in isl_map_contains_point() 669 __isl_keep isl_point *point) in isl_set_contains_point()
|
/llvm-project/mlir/test/lib/Analysis/ |
H A D | TestDataFlowFramework.cpp | 117 visit(ProgramPoint point) visit() argument [all...] |
/llvm-project/clang/test/SemaObjC/ |
H A D | boxing-illegal.m | 29 } point; typedef
|