| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | selector-fixit.m | 34 - (int) bounds; method 38 - (int) bounds { return 0; } method
|
| H A D | typo.c | 19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} member
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | address_space-dependent.cpp | 41 __attribute__((address_space(I))) int *bounds; // expected-error {{address space is negative}} in neg() local 46 …__attribute__((address_space(I))) int *bounds; // expected-error {{address space is larger than th… in tooBig() local 51 __attribute__((address_space(I))) int *bounds; in correct() local
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | property-object-conditional-exp.mm | 15 - (CGRect) out;
|
| H A D | property-objects.mm | 16 CGRect bounds; field 20 @property CGRect bounds; property
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | hybrid.c | 55 __isl_take ppcg_ht_bounds *bounds) in ppcg_ht_bounds_free() 73 ppcg_ht_bounds *bounds; in ppcg_ht_bounds_alloc() local 99 void ppcg_ht_bounds_dump(__isl_keep ppcg_ht_bounds *bounds) in ppcg_ht_bounds_dump() 113 __isl_give isl_val *ppcg_ht_bounds_get_upper(__isl_keep ppcg_ht_bounds *bounds) in ppcg_ht_bounds_get_upper() 124 __isl_take ppcg_ht_bounds *bounds, __isl_take isl_val *upper) in ppcg_ht_bounds_set_upper() 152 __isl_take ppcg_ht_bounds *bounds, int pos, __isl_take isl_val *lower) in ppcg_ht_bounds_set_lower() 171 isl_bool ppcg_ht_bounds_is_valid(__isl_keep ppcg_ht_bounds *bounds) in ppcg_ht_bounds_is_valid() 242 ppcg_ht_bounds *bounds; member 877 __isl_take ppcg_ht_bounds *bounds, in ppcg_ht_bounds_construct_tiling() 2027 static isl_stat check_width(__isl_keep ppcg_ht_bounds *bounds, in check_width() [all …]
|
| H A D | gpu_hybrid.c | 120 __isl_take isl_schedule_node *node, __isl_take ppcg_ht_bounds *bounds, in gpu_hybrid_tile()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 118 const auto bounds = GetStackBounds(); in stack_size() local 186 const auto bounds = GetStackBounds(); in AddrIsInStack() local
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/ |
| H A D | main.cpp | 33 void f(A **bounds) {} in f()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | derived.cpp | 59 const typeInfo::Value *bounds{comp.bounds()}; in Initialize() local 189 const typeInfo::Value *bounds{comp.bounds()}; in Finalize() local
|
| H A D | type-info.h | 73 const Value *bounds() const { in bounds() function
|
| /llvm-project-15.0.7/clang/utils/ABITest/ |
| H A D | Enumeration.py | 190 def getNthPairVariableBounds(N, bounds): argument 223 def getNthPairVariableBoundsChecked(N, bounds, GNVP=getNthPairVariableBounds): argument
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 98 const auto bounds = GetStackBounds(); in AddrIsInStack() local
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | property-9-impl-method.m | 35 -(NSRect) bounds; method
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.cpp | 95 const auto bounds = GetStackBounds(); in AddrIsInStack() local
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | ControlFlowSinkUtils.cpp | 143 SmallVector<InvocationBounds> bounds; in getSinglyExecutedRegionsToSink() local
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 195 const auto bounds = GetStackBounds(); in stack_size() local 402 const auto bounds = GetStackBounds(); in AddrIsInStack() local
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-do-forall.cpp | 71 const Bounds &bounds{GetBounds(doConstruct)}; in GetDoVariable() local 450 [&](const evaluate::Assignment::BoundsSpec &bounds) { in Check() 455 [&](const evaluate::Assignment::BoundsRemapping &bounds) { in Check() 517 const Bounds &bounds{GetBounds(doConstruct)}; in CheckDoNormal() local 756 for (const auto &bounds : remapping) { in CheckForallIndexesUsed() local
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | BoxAnalyzer.h | 144 llvm::SmallVector<const Fortran::semantics::ShapeSpec *> bounds; member 388 llvm::SmallVector<const Fortran::semantics::ShapeSpec *> bounds; in analyze() local
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | CallInterface.cpp | 756 fir::SequenceType::Shape bounds = getBounds(obj.type.shape()); in handleImplicitDummy() local 849 fir::SequenceType::Shape bounds = getBounds(obj.type.shape()); in handleExplicitDummy() local 943 fir::SequenceType::Shape bounds = getBounds(typeAndShape->shape()); in handleExplicitResult() local 969 fir::SequenceType::Shape bounds; in getBounds() local
|
| H A D | ConvertType.cpp | 277 for (const Fortran::semantics::ShapeSpec &bounds : objDetails->shape()) in componentHasNonDefaultLowerBounds() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/ |
| H A D | TransformOps.cpp | 157 ArrayRef<Attribute> operands, SmallVectorImpl<InvocationBounds> &bounds) { in getRegionInvocationBounds() 615 ArrayRef<Attribute> operands, SmallVectorImpl<InvocationBounds> &bounds) { in getRegionInvocationBounds()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 362 Surface SubSurface(Rect bounds) { in SubSurface() 454 void Box(const Rect &bounds, chtype v_char = ACS_VLINE, in Box() 474 void TitledBox(const Rect &bounds, const char *title, in TitledBox() 590 Window(const char *name, const Rect &bounds) in Window() 658 void SetBounds(const Rect &bounds) { in SetBounds() 807 Rect bounds = GetBounds(); in CreateHelpSubwindow() local 2075 Rect bounds = surface.GetFrame(); in FieldDelegateDraw() local 2609 Rect bounds = Rect(Point(x, 0), Size(width, 1)); in DrawActions() local 2976 Rect bounds = m_main_window_sp->GetCenteredRect(85, 8); in StopRunningProcess() local 3555 Rect bounds = m_main_window_sp->GetCenteredRect(85, 8); in StopRunningProcess() local [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast_build.c | 776 __isl_take isl_ast_build *build, __isl_take isl_basic_set *bounds) in update_values() 851 __isl_take isl_ast_build *build, __isl_take isl_basic_set *bounds) in isl_ast_build_set_loop_bounds() 893 __isl_take isl_ast_build *build, __isl_take isl_basic_set *bounds) in isl_ast_build_set_pending_generated()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | formatting.cpp | 761 [&](const BoundsSpec &bounds) { in AsFortran() 773 [&](const BoundsRemapping &bounds) { in AsFortran()
|