Home
last modified time | relevance | path

Searched refs:signedness (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/test/SemaObjC/
Dsign-conversion.m26 …[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/
Dtest-js-typed-lowering.cc282 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/
D2003-01-09-SARTest.ll3 ; We were accidentally inverting the signedness of right shifts. Whoops.
/external/llvm/test/ExecutionEngine/OrcMCJIT/
D2003-01-09-SARTest.ll3 ; We were accidentally inverting the signedness of right shifts. Whoops.
/external/v8/src/compiler/
Dchange-lowering.cc162 Signedness signedness) { in ChangeTaggedToUI32() argument
171 const Operator* op = (signedness == kSigned) in ChangeTaggedToUI32()
181 common()->Phi((signedness == kSigned) ? kMachInt32 : kMachUint32, 2), in ChangeTaggedToUI32()
Dchange-lowering.h42 Reduction ChangeTaggedToUI32(Node* val, Node* control, Signedness signedness);
/external/clang/test/Analysis/
Dmisc-ps-64.m25 // <rdar://problem/6845148> - In this example we got a signedness
/external/clang/test/CodeGenObjC/
Dobjc-fixed-enum.m4 // so the debugger knows about the signedness of the underlying type.
/external/llvm/test/DebugInfo/
Dsugared-constants.ll4 ; Use correct signedness when emitting constants of derived (sugared) types.
/external/libvorbis/doc/
D02-bitpacking.tex90 \subsubsection{signedness} subsubsection
92 The signedness of a specific number resulting from decode is to be
/external/llvm/test/CodeGen/ARM/
Dvshll.ll57 ; The following tests use the maximum shift count, so the signedness is
Dvshl.ll147 ; For left shifts by immediates, the signedness is irrelevant.
/external/v8/src/arm/
Dlithium-codegen-arm.h110 IntegerSignedness signedness);
/external/v8/src/ia32/
Dlithium-codegen-ia32.h99 IntegerSignedness signedness);
/external/v8/src/x64/
Dlithium-codegen-x64.h93 IntegerSignedness signedness);
Dlithium-codegen-x64.cc4728 IntegerSignedness signedness) { in DoDeferredNumberTagIU() argument
4737 if (signedness == SIGNED_INT32) { in DoDeferredNumberTagIU()
4746 DCHECK(signedness == UNSIGNED_INT32); in DoDeferredNumberTagIU()
/external/llvm/test/Transforms/InstCombine/
D2004-11-27-SetCCForCastLargerAndConstant.ll7 ; It includes test cases for different constant values, signedness of the
/external/v8/src/mips/
Dlithium-codegen-mips.h108 IntegerSignedness signedness);
/external/v8/src/mips64/
Dlithium-codegen-mips64.h109 IntegerSignedness signedness);
/external/clang/include/clang/Frontend/
DCodeGenOptions.def82 CODEGENOPT(NoSignedZeros , 1, 0) ///< Allow ignoring the signedness of FP zero
/external/v8/src/x87/
Dlithium-codegen-x87.h133 IntegerSignedness signedness);
/external/clang/test/FixIt/
Dformat-darwin.m189 // It is valid to use a specifier with the opposite signedness as long as
/external/bison/m4/
Dstdint.m4345 dnl Determine the signedness of each of the given types.
/external/iputils/
DRELNOTES341 [RARPD]: Fixed several signedness issues for char strings.
536 doing something with signedness/longness. Not now...
/external/squashfs-tools/
DCHANGES92 - mksquashfs/unsquashfs: fix mtime signedness

12