| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | receiver-forward-class.m | 8 -(int) width; // expected-note {{using}} method 11 -(float) width; // expected-note {{also found}} method
|
| H A D | property-not-lvalue.m | 4 int width; field
|
| /llvm-project-15.0.7/lldb/examples/customization/bin-utils/ |
| H A D | binutils.py | 5 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 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-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 94 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 D | SlowMPInt.cpp | 136 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 D | vla.c | 56 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 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()
|
| H A D | kmp_stats_timing.cpp | 88 std::string formatSI(double interval, int width, char unit) { in formatSI()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/progress/ |
| H A D | progress.py | 31 width=12, argument 93 width=12, argument 131 width=12, argument
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | PR35418.cpp | 11 void decode(unsigned width) { in decode()
|
| H A D | default-analyze.m | 33 CGFloat width; field
|
| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | InferIntRangeInterface.cpp | 55 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 D | cxx-implicit-moves.cpp | 10 double width; member
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | selecttype02.f90 | 12 integer :: width component
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/Inputs/ |
| H A D | nsvalue-boxed-expressions-support.h | 20 CGFloat width; member 36 CGFloat width; member
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | property-agrr-getter.m | 20 float width; field
|
| H A D | super-dotsyntax-struct-property.m | 15 CGFloat width; field
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_int.h | 40 #define isl_int_print(out,i,width) \ argument
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | init-struct-qualified.c | 5 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize; member
|
| /llvm-project-15.0.7/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-15.0.7/flang/runtime/ |
| H A D | edit-output.cpp | 209 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 D | non_contiguous_update.cpp | 11 int64_t width; member
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objcxx11-initialized-temps.mm | 12 double width; field
|
| /llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/ |
| H A D | IntegerRangeAnalysis.cpp | 27 unsigned width = ConstantIntRanges::getStorageBitwidth(value.getType()); in getPessimisticValueState() local 163 unsigned int width = ConstantIntRanges::getStorageBitwidth(boundType); in visitNonControlFlowArguments() local
|