Home
last modified time | relevance | path

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

12345

/llvm-project/clang/test/SemaObjC/
H A Dreceiver-forward-class.m7 -(int) width; // expected-note {{using}} method
10 -(float) width; // expected-note {{also found}} method
H A Dproperty-not-lvalue.m4 int width; field
/llvm-project/lldb/examples/customization/bin-utils/
H A Dbinutils.py4 def binary(n, width=None): argument
25 def twos_complement(n, width): argument
58 def positions(width): argument
/llvm-project/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/llvm/include/llvm/ADT/
H A DAPSInt.h108 APSInt trunc(uint32_t width) const { in trunc()
112 APSInt extend(uint32_t width) const { in extend()
119 APSInt extOrTrunc(uint32_t width) const { in extOrTrunc()
/llvm-project/clang/test/CodeGen/
H A Dvla.c55 void function(short width, int data[][width]) {} // expected-note {{passing argument to parameter 'data' here}} in function() argument
67 void function1(short width, int data[][width][width]) {} in function1() argument
/llvm-project/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()
/llvm-project/clang-tools-extra/test/clang-doc/Inputs/basic-project/src/
H A DRectangle.cpp3 Rectangle::Rectangle(double width, double height) in Rectangle()
/llvm-project/mlir/python/mlir/extras/
H A Dtypes.py45 return IntegerType.get_signless(width) argument
37 i(width) global() argument
41 si(width) global() argument
/llvm-project/clang/test/Analysis/
H A DPR35418.cpp11 void decode(unsigned width) { in decode()
/llvm-project/libc/fuzzing/stdio/
H A Dprintf_fixed_conv_fuzz.cpp50 int width) { in test_vals()
104 int width = 0; in LLVMFuzzerTestOneInput() local
H A Dprintf_float_conv_fuzz.cpp48 inline TestResult test_vals(const char *fmt, F num, int prec, int width) { in test_vals()
91 int width = 0; in LLVMFuzzerTestOneInput() local
/llvm-project/mlir/test/lib/Dialect/MemRef/
H A DTestEmulateNarrowType.cpp59 unsigned width = ty.getWidth(); in runOnOperation() local
72 unsigned width = intTy.getWidth(); in runOnOperation() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDataLayoutImporter.cpp29 unsigned width) { in getFloatType() argument
279 FailureOr<uint64_t> width = tryToParseInt(token); in translateDataLayout() local
290 FailureOr<uint64_t> width = tryToParseInt(token); in translateDataLayout() local
[all...]
/llvm-project/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp56 unsigned int width = smin.getBitWidth(); fromSigned() local
70 unsigned int width = umin.getBitWidth(); fromUnsigned() local
131 unsigned width = ConstantIntRanges::getStorageBitwidth(value.getType()); getMaxRange() local
[all...]
/llvm-project/flang/test/Semantics/
H A Dselecttype02.f9012 integer :: width component
/llvm-project/clang/test/PCH/
H A Dcxx-implicit-moves.cpp10 double width; member
/llvm-project/flang/runtime/
H A Dedit-output.cpp231 const DataEdit &edit, std::size_t length, std::size_t width) { in EmitPrefix() argument
403 int width{editWidth > 0 ? editWidth : totalLength}; in EditEorDOutput() local
545 int width{editWidth > 0 || trailingBlanks_ ? editWidth : totalLength}; EditFOutput() local
740 int width{editWidth > 0 ? editWidth : totalLength}; EditEXOutput() local
831 int width{edit.width.value_or(len)}; EditLogicalOutput() local
905 int width{edit.width.value_or(len)}; EditCharacterOutput() local
[all...]
/llvm-project/clang/test/CodeGenObjC/Inputs/
H A Dnsvalue-boxed-expressions-support.h20 CGFloat width; member
36 CGFloat width; member
/llvm-project/mlir/lib/Dialect/Index/IR/
H A DIndexOps.cpp467 unsigned width = intType.getWidth(); foldCastOp() local
500 __anone98fcf9c1302(const APInt &x, unsigned width) fold() argument
501 __anone98fcf9c1402(const APInt &x, unsigned width) fold() argument
516 __anone98fcf9c1502(const APInt &x, unsigned width) fold() argument
517 __anone98fcf9c1602(const APInt &x, unsigned width) fold() argument
558 foldCmpOfMaxOrMin(Operation * lhsOp,const APInt & cstA,const APInt & cstB,unsigned width,IndexCmpPredicate pred) foldCmpOfMaxOrMin() argument
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_int.h40 #define isl_int_print(out,i,width) \ argument
/llvm-project/clang/test/CodeGenObjC/
H A Dproperty-agrr-getter.m20 float width; field
/llvm-project/clang/test/Sema/
H A Dinit-struct-qualified.c5 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize; member
/llvm-project/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/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h261 fromfp(T x,int rnd,unsigned int width) fromfp() argument
331 fromfpx(T x,int rnd,unsigned int width) fromfpx() argument
[all...]

12345