Home
last modified time | relevance | path

Searched refs:signedness (Results 1 – 25 of 48) 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/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_literals.cpp85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_literals.cpp85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
87 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp194 std::string signedness; in ParseInstruction() local
212 signedness = "i"; in ParseInstruction()
215 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction()
216 SaveName(result_id, signedness + root); in ParseInstruction()
/external/deqp-deps/SPIRV-Tools/source/
Dname_mapper.cpp194 std::string signedness; in ParseInstruction() local
212 signedness = "i"; in ParseInstruction()
215 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction()
216 SaveName(result_id, signedness + root); in ParseInstruction()
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dsugared-constants.ll4 ; Use correct signedness when emitting constants of derived (sugared) types.
/external/v8/src/compiler/
Djs-typed-lowering.h83 Reduction ReduceUI32Shift(Node* node, Signedness signedness); in NON_EXPORTED_BASE()
Djs-typed-lowering.cc385 Node* ConvertToUI32(Node* node, Signedness signedness) { in ConvertToUI32() argument
388 if (signedness == kSigned) { in ConvertToUI32()
393 DCHECK_EQ(kUnsigned, signedness); in ConvertToUI32()
648 Reduction JSTypedLowering::ReduceUI32Shift(Node* node, Signedness signedness) { in ReduceUI32Shift() argument
652 r.ConvertInputsToUI32(signedness, kUnsigned); in ReduceUI32Shift()
653 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.
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dvshll.ll57 ; The following tests use the maximum shift count, so the signedness is
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dminimum-sizes.ll44 ; have to include one extra bit for signedness since we will sign-extend the
/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'}}

12