Searched refs:signedness (Results 1 – 25 of 46) sorted by relevance
12
/external/clang/test/SemaObjC/ |
D | sign-conversion.m | 26 …[x setUint:sint]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInte… 27 …x.uint = sint; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'… 35 (void)((NSObject*)array[si]).hash; // expected-warning {{implicit conversion changes signedness: 'i… 37 (void)[((NSObject*)array[si]) hash]; // expected-warning {{implicit conversion changes signedness: … 38 (void)array[si]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger…
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2003-01-09-SARTest.ll | 3 ; We were accidentally inverting the signedness of right shifts. Whoops.
|
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/ |
D | 2003-01-09-SARTest.ll | 3 ; We were accidentally inverting the signedness of right shifts. Whoops.
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2003-01-09-SARTest.ll | 3 ; We were accidentally inverting the signedness of right shifts. Whoops.
|
/external/clang/test/Sema/ |
D | PR16678.c | 152 #error Unexpected signedness or conversion behavior
|
/external/clang/test/Analysis/ |
D | misc-ps-64.m | 25 // <rdar://problem/6845148> - In this example we got a signedness
|
/external/v8/src/compiler/ |
D | js-typed-lowering.h | 85 Reduction ReduceUI32Shift(Node* node, Signedness signedness); in NON_EXPORTED_BASE()
|
D | js-typed-lowering.cc | 492 Node* ConvertToUI32(Node* node, Signedness signedness) { in ConvertToUI32() argument 495 if (signedness == kSigned) { in ConvertToUI32() 500 DCHECK_EQ(kUnsigned, signedness); in ConvertToUI32() 634 Reduction JSTypedLowering::ReduceUI32Shift(Node* node, Signedness signedness) { in ReduceUI32Shift() argument 639 r.ConvertInputsToUI32(signedness, kUnsigned); in ReduceUI32Shift() 640 return r.ChangeToPureOperator(r.NumberOp(), signedness == kUnsigned in ReduceUI32Shift()
|
/external/clang/test/CodeGenObjC/ |
D | objc-fixed-enum.m | 4 // so the debugger knows about the signedness of the underlying type.
|
/external/mesa3d/src/gallium/docs/source/ |
D | format.rst | 39 For the ``NORM`` suffix, the signedness of each channel is indicated with an
|
/external/llvm/test/DebugInfo/Generic/ |
D | sugared-constants.ll | 4 ; Use correct signedness when emitting constants of derived (sugared) types.
|
/external/llvm/test/Transforms/InstCombine/ |
D | minmax-fold.ll | 56 ; Same as @t3, but with mismatched signedness between icmp and zext.
|
D | 2004-11-27-SetCCForCastLargerAndConstant.ll | 8 ; It includes test cases for different constant values, signedness of the
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | vshll.ll | 51 ; The following tests use the maximum shift count, so the signedness is
|
/external/llvm/test/CodeGen/ARM/ |
D | vshll.ll | 57 ; The following tests use the maximum shift count, so the signedness is
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 102 IntegerSignedness signedness);
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 99 IntegerSignedness signedness);
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 100 IntegerSignedness signedness);
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 89 IntegerSignedness signedness);
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 87 IntegerSignedness signedness);
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 102 IntegerSignedness signedness);
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 101 IntegerSignedness signedness);
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2004-11-27-SetCCForCastLargerAndConstant.ll | 7 ; It includes test cases for different constant values, signedness of the
|
/external/clang/test/SemaOpenCL/ |
D | cl20-device-side-enqueue.cl | 74 // expected-warning@-2{{implicit conversion changes signedness: 'char' to 'unsigned int'}}
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 124 IntegerSignedness signedness);
|
12