/llvm-project/clang/test/SemaObjC/ |
H A D | receiver-forward-class.m | 7 -(int) width; // expected-note {{using}} method 10 -(float) width; // expected-note {{also found}} method
|
H A D | property-not-lvalue.m | 4 int width; field
|
/llvm-project/lldb/examples/customization/bin-utils/ |
H A D | binutils.py | 4 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 D | lto-constmerge-odr.cpp | 9 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 D | APSInt.h | 108 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 D | vla.c | 55 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 D | kmp_stats_timing.h | 107 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 D | Rectangle.cpp | 3 Rectangle::Rectangle(double width, double height) in Rectangle()
|
/llvm-project/mlir/python/mlir/extras/ |
H A D | types.py | 45 return IntegerType.get_signless(width) argument 37 i(width) global() argument 41 si(width) global() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | PR35418.cpp | 11 void decode(unsigned width) { in decode()
|
/llvm-project/libc/fuzzing/stdio/ |
H A D | printf_fixed_conv_fuzz.cpp | 50 int width) { in test_vals() 104 int width = 0; in LLVMFuzzerTestOneInput() local
|
H A D | printf_float_conv_fuzz.cpp | 48 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 D | TestEmulateNarrowType.cpp | 59 unsigned width = ty.getWidth(); in runOnOperation() local 72 unsigned width = intTy.getWidth(); in runOnOperation() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | DataLayoutImporter.cpp | 29 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 D | InferIntRangeInterface.cpp | 56 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 D | selecttype02.f90 | 12 integer :: width component
|
/llvm-project/clang/test/PCH/ |
H A D | cxx-implicit-moves.cpp | 10 double width; member
|
/llvm-project/flang/runtime/ |
H A D | edit-output.cpp | 231 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 D | nsvalue-boxed-expressions-support.h | 20 CGFloat width; member 36 CGFloat width; member
|
/llvm-project/mlir/lib/Dialect/Index/IR/ |
H A D | IndexOps.cpp | 467 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 D | isl_int.h | 40 #define isl_int_print(out,i,width) \ argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | property-agrr-getter.m | 20 float width; field
|
/llvm-project/clang/test/Sema/ |
H A D | init-struct-qualified.c | 5 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize; member
|
/llvm-project/libcxx/test/std/numerics/complex.number/complex.ops/ |
H A D | stream_output.pass.cpp | 49 for (int width = 0; width <= 5; ++width) { in main() local
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | NearestIntegerOperations.h | 261 fromfp(T x,int rnd,unsigned int width) fromfp() argument 331 fromfpx(T x,int rnd,unsigned int width) fromfpx() argument [all...] |