Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project-15.0.7/clang/test/FixIt/
H A Dselector-fixit.m34 - (int) bounds; method
38 - (int) bounds { return 0; } method
H A Dtypo.c19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} member
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Daddress_space-dependent.cpp41 __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 Dproperty-object-conditional-exp.mm15 - (CGRect) out;
H A Dproperty-objects.mm16 CGRect bounds; field
20 @property CGRect bounds; property
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dhybrid.c55 __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 Dgpu_hybrid.c120 __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 Dmemprof_thread.cpp118 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 Dmain.cpp33 void f(A **bounds) {} in f()
/llvm-project-15.0.7/flang/runtime/
H A Dderived.cpp59 const typeInfo::Value *bounds{comp.bounds()}; in Initialize() local
189 const typeInfo::Value *bounds{comp.bounds()}; in Finalize() local
H A Dtype-info.h73 const Value *bounds() const { in bounds() function
/llvm-project-15.0.7/clang/utils/ABITest/
H A DEnumeration.py190 def getNthPairVariableBounds(N, bounds): argument
223 def getNthPairVariableBoundsChecked(N, bounds, GNVP=getNthPairVariableBounds): argument
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_thread.cpp98 const auto bounds = GetStackBounds(); in AddrIsInStack() local
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-9-impl-method.m35 -(NSRect) bounds; method
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp95 const auto bounds = GetStackBounds(); in AddrIsInStack() local
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DControlFlowSinkUtils.cpp143 SmallVector<InvocationBounds> bounds; in getSinglyExecutedRegionsToSink() local
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_thread.cpp195 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 Dcheck-do-forall.cpp71 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 DBoxAnalyzer.h144 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 DCallInterface.cpp756 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 DConvertType.cpp277 for (const Fortran::semantics::ShapeSpec &bounds : objDetails->shape()) in componentHasNonDefaultLowerBounds() local
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp157 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 DIOHandlerCursesGUI.cpp362 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 Disl_ast_build.c776 __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 Dformatting.cpp761 [&](const BoundsSpec &bounds) { in AsFortran()
773 [&](const BoundsRemapping &bounds) { in AsFortran()

123