/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/v8/test/cctest/compiler/ |
D | test-js-typed-lowering.cc | 282 bool signedness[kNumberOps]; member in JSBitwiseShiftTypedLoweringTester 297 signedness[idx] = s; in set() 326 CheckToI32(p0, r0, R.signedness[k]); in TEST() 329 CheckToI32(p1, r1->InputAt(0), R.signedness[k + 1]); in TEST() 342 bool signedness[kNumberOps]; member in JSBitwiseTypedLoweringTester 357 signedness[idx] = s; in set() 384 CheckToI32(p0, r->InputAt(0), R.signedness[k]); in TEST() 385 CheckToI32(p1, r->InputAt(1), R.signedness[k + 1]); in TEST() 1142 bool signed_left = R.signedness[j], signed_right = R.signedness[j + 1]; in TEST() 1155 bool signed_left = R.signedness[j], signed_right = R.signedness[j + 1]; in TEST() [all …]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
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/v8/src/compiler/ |
D | change-lowering.cc | 162 Signedness signedness) { in ChangeTaggedToUI32() argument 171 const Operator* op = (signedness == kSigned) in ChangeTaggedToUI32() 181 common()->Phi((signedness == kSigned) ? kMachInt32 : kMachUint32, 2), in ChangeTaggedToUI32()
|
D | change-lowering.h | 42 Reduction ChangeTaggedToUI32(Node* val, Node* control, Signedness signedness);
|
/external/clang/test/Analysis/ |
D | misc-ps-64.m | 25 // <rdar://problem/6845148> - In this example we got a signedness
|
/external/clang/test/CodeGenObjC/ |
D | objc-fixed-enum.m | 4 // so the debugger knows about the signedness of the underlying type.
|
/external/llvm/test/DebugInfo/ |
D | sugared-constants.ll | 4 ; Use correct signedness when emitting constants of derived (sugared) types.
|
/external/libvorbis/doc/ |
D | 02-bitpacking.tex | 90 \subsubsection{signedness} subsubsection 92 The signedness of a specific number resulting from decode is to be
|
/external/llvm/test/CodeGen/ARM/ |
D | vshll.ll | 57 ; The following tests use the maximum shift count, so the signedness is
|
D | vshl.ll | 147 ; For left shifts by immediates, the signedness is irrelevant.
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.h | 110 IntegerSignedness signedness);
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 99 IntegerSignedness signedness);
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.h | 93 IntegerSignedness signedness);
|
D | lithium-codegen-x64.cc | 4728 IntegerSignedness signedness) { in DoDeferredNumberTagIU() argument 4737 if (signedness == SIGNED_INT32) { in DoDeferredNumberTagIU() 4746 DCHECK(signedness == UNSIGNED_INT32); in DoDeferredNumberTagIU()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2004-11-27-SetCCForCastLargerAndConstant.ll | 7 ; It includes test cases for different constant values, signedness of the
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.h | 108 IntegerSignedness signedness);
|
/external/v8/src/mips64/ |
D | lithium-codegen-mips64.h | 109 IntegerSignedness signedness);
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 82 CODEGENOPT(NoSignedZeros , 1, 0) ///< Allow ignoring the signedness of FP zero
|
/external/v8/src/x87/ |
D | lithium-codegen-x87.h | 133 IntegerSignedness signedness);
|
/external/clang/test/FixIt/ |
D | format-darwin.m | 189 // It is valid to use a specifier with the opposite signedness as long as
|
/external/bison/m4/ |
D | stdint.m4 | 345 dnl Determine the signedness of each of the given types.
|
/external/iputils/ |
D | RELNOTES | 341 [RARPD]: Fixed several signedness issues for char strings. 536 doing something with signedness/longness. Not now...
|
/external/squashfs-tools/ |
D | CHANGES | 92 - mksquashfs/unsquashfs: fix mtime signedness
|