Home
last modified time | relevance | path

Searched refs:signedness (Results 1 – 25 of 46) 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/llvm/test/ExecutionEngine/MCJIT/
D2003-01-09-SARTest.ll3 ; We were accidentally inverting the signedness of right shifts. Whoops.
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/
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/clang/test/Sema/
DPR16678.c152 #error Unexpected signedness or conversion behavior
/external/clang/test/Analysis/
Dmisc-ps-64.m25 // <rdar://problem/6845148> - In this example we got a signedness
/external/v8/src/compiler/
Djs-typed-lowering.h85 Reduction ReduceUI32Shift(Node* node, Signedness signedness); in NON_EXPORTED_BASE()
Djs-typed-lowering.cc492 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/
Dobjc-fixed-enum.m4 // so the debugger knows about the signedness of the underlying type.
/external/mesa3d/src/gallium/docs/source/
Dformat.rst39 For the ``NORM`` suffix, the signedness of each channel is indicated with an
/external/llvm/test/DebugInfo/Generic/
Dsugared-constants.ll4 ; Use correct signedness when emitting constants of derived (sugared) types.
/external/llvm/test/Transforms/InstCombine/
Dminmax-fold.ll56 ; Same as @t3, but with mismatched signedness between icmp and zext.
D2004-11-27-SetCCForCastLargerAndConstant.ll8 ; It includes test cases for different constant values, signedness of the
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dvshll.ll51 ; The following tests use the maximum shift count, so the signedness is
/external/llvm/test/CodeGen/ARM/
Dvshll.ll57 ; The following tests use the maximum shift count, so the signedness is
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h102 IntegerSignedness signedness);
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h99 IntegerSignedness signedness);
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h100 IntegerSignedness signedness);
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h89 IntegerSignedness signedness);
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h87 IntegerSignedness signedness);
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h102 IntegerSignedness signedness);
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h101 IntegerSignedness signedness);
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2004-11-27-SetCCForCastLargerAndConstant.ll7 ; It includes test cases for different constant values, signedness of the
/external/clang/test/SemaOpenCL/
Dcl20-device-side-enqueue.cl74 // expected-warning@-2{{implicit conversion changes signedness: 'char' to 'unsigned int'}}
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h124 IntegerSignedness signedness);

12