Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 103) sorted by relevance

12345

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dreceiver-forward-class.m8 -(int) width; // expected-note {{using}} method
11 -(float) width; // expected-note {{also found}} method
H A Dproperty-not-lvalue.m4 int width; field
/llvm-project-15.0.7/lldb/examples/customization/bin-utils/
H A Dbinutils.py5 def binary(n, width=None): argument
26 def twos_complement(n, width): argument
58 def positions(width): argument
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dlto-constmerge-odr.cpp9 struct { long width, height; } a = {16, 16}; in main() member
10 struct { long width, height; } b = {16, 16}; in main() member
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPSInt.h94 APSInt trunc(uint32_t width) const { in trunc()
98 APSInt extend(uint32_t width) const { in extend()
105 APSInt extOrTrunc(uint32_t width) const { in extOrTrunc()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSlowMPInt.cpp136 unsigned width = getMaxWidth(val, o.val); in operator ==() local
140 unsigned width = getMaxWidth(val, o.val); in operator !=() local
144 unsigned width = getMaxWidth(val, o.val); in operator >() local
148 unsigned width = getMaxWidth(val, o.val); in operator <() local
152 unsigned width = getMaxWidth(val, o.val); in operator <=() local
156 unsigned width = getMaxWidth(val, o.val); in operator >=() local
173 unsigned width = getMaxWidth(a, b); in runOpWithExpandOnOverflow() local
204 unsigned width = getMaxWidth(lhs.val, rhs.val); in ceilDiv() local
211 unsigned width = getMaxWidth(lhs.val, rhs.val); in floorDiv() local
236 unsigned width = std::max(val.getBitWidth(), o.val.getBitWidth()); in operator %() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dvla.c56 void function(short width, int data[][width]) {} // expected-note {{passing argument to parameter '… in function()
68 void function1(short width, int data[][width][width]) {} in function1()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats_timing.h107 inline std::string formatSeconds(double interval, int width) { in formatSeconds()
111 inline std::string formatTicks(double interval, int width) { in formatTicks()
H A Dkmp_stats_timing.cpp88 std::string formatSI(double interval, int width, char unit) { in formatSI()
/llvm-project-15.0.7/lldb/third_party/Python/module/progress/
H A Dprogress.py31 width=12, argument
93 width=12, argument
131 width=12, argument
/llvm-project-15.0.7/clang/test/Analysis/
H A DPR35418.cpp11 void decode(unsigned width) { in decode()
H A Ddefault-analyze.m33 CGFloat width; field
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp55 unsigned int width = smin.getBitWidth(); in fromSigned() local
69 unsigned int width = umin.getBitWidth(); in fromUnsigned() local
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx-implicit-moves.cpp10 double width; member
/llvm-project-15.0.7/flang/test/Semantics/
H A Dselecttype02.f9012 integer :: width component
/llvm-project-15.0.7/clang/test/CodeGenObjC/Inputs/
H A Dnsvalue-boxed-expressions-support.h20 CGFloat width; member
36 CGFloat width; member
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m20 float width; field
H A Dsuper-dotsyntax-struct-property.m15 CGFloat width; field
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_int.h40 #define isl_int_print(out,i,width) \ argument
/llvm-project-15.0.7/clang/test/Sema/
H A Dinit-struct-qualified.c5 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize; member
/llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/complex.ops/
H A Dstream_output.pass.cpp49 for (int width = 0; width <= 5; ++width) { in main() local
/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.cpp209 const DataEdit &edit, std::size_t length, std::size_t width) { in EmitPrefix()
355 int width{editWidth > 0 ? editWidth : totalLength}; in EditEorDOutput() local
464 int width{editWidth > 0 ? editWidth : totalLength}; in EditFOutput() local
681 int width{edit.width.value_or(len)}; in EditCharacterOutput() local
/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dnon_contiguous_update.cpp11 int64_t width; member
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjcxx11-initialized-temps.mm12 double width; field
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DIntegerRangeAnalysis.cpp27 unsigned width = ConstantIntRanges::getStorageBitwidth(value.getType()); in getPessimisticValueState() local
163 unsigned int width = ConstantIntRanges::getStorageBitwidth(boundType); in visitNonControlFlowArguments() local

12345