/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/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_literals.cpp | 85 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/ |
D | validate_literals.cpp | 85 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/ |
D | name_mapper.cpp | 194 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/ |
D | name_mapper.cpp | 194 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/ |
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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | sugared-constants.ll | 4 ; Use correct signedness when emitting constants of derived (sugared) types.
|
/external/v8/src/compiler/ |
D | js-typed-lowering.h | 83 Reduction ReduceUI32Shift(Node* node, Signedness signedness); in NON_EXPORTED_BASE()
|
D | js-typed-lowering.cc | 385 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/ |
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.
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | vshll.ll | 57 ; The following tests use the maximum shift count, so the signedness is
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | minimum-sizes.ll | 44 ; have to include one extra bit for signedness since we will sign-extend the
|
/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'}}
|