/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()
|
D | validate_type.cpp | 99 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local 100 if (signedness != 0 && signedness != 1) { in ValidateTypeInt()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_literals.cpp | 82 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local 84 if (!VerifyUpperBits(upper_word, remaining_value_bits, signedness)) { in LiteralsPass()
|
D | validate_type.cpp | 99 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local 100 if (signedness != 0 && signedness != 1) { in ValidateTypeInt()
|
/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()
|
D | validate_type.cpp | 100 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local 101 if (signedness != 0 && signedness != 1) { in ValidateTypeInt()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | name_mapper.cpp | 195 std::string signedness; in ParseInstruction() local 213 signedness = "i"; in ParseInstruction() 216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction() 217 SaveName(result_id, signedness + root); in ParseInstruction()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | name_mapper.cpp | 195 std::string signedness; in ParseInstruction() local 213 signedness = "i"; in ParseInstruction() 216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction() 217 SaveName(result_id, signedness + root); in ParseInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | name_mapper.cpp | 195 std::string signedness; in ParseInstruction() local 213 signedness = "i"; in ParseInstruction() 216 if (0 == inst.words[3]) signedness = "u"; in ParseInstruction() 217 SaveName(result_id, signedness + root); in ParseInstruction()
|
/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/clang/test/Sema/ |
D | PR16678.c | 152 #error Unexpected signedness or conversion behavior
|
/external/guava/guava/javadoc-link/checker-framework/ |
D | package-list | 48 org.checkerframework.checker.signedness 49 org.checkerframework.checker.signedness.qual
|
/external/guava/android/guava/javadoc-link/checker-framework/ |
D | package-list | 48 org.checkerframework.checker.signedness 49 org.checkerframework.checker.signedness.qual
|
/external/deqp-deps/SPIRV-Tools/test/diff/diff_files/ |
D | index_signedness_src.spvasm | 1 ;; Test where signedness of indices are different between src and dst.
|
/external/swiftshader/third_party/SPIRV-Tools/test/diff/diff_files/ |
D | index_signedness_src.spvasm | 1 ;; Test where signedness of indices are different between src and dst.
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/diff/diff_files/ |
D | index_signedness_src.spvasm | 1 ;; Test where signedness of indices are different between src and dst.
|
/external/angle/extensions/ |
D | ANGLE_relaxed_vertex_attribute_type.txt | 44 VertexAttribPointer has mismatched integer signedness with
|
/external/webrtc/logging/rtc_event_log/encoder/ |
D | delta_encoding_unittest.cc | 28 void SetFixedLengthEncoderDeltaSignednessForTesting(bool signedness); 35 void MaybeSetSignedness(DeltaSignedness signedness) { in MaybeSetSignedness() argument 36 switch (signedness) { in MaybeSetSignedness()
|
D | delta_encoding.cc | 829 void SetFixedLengthEncoderDeltaSignednessForTesting(bool signedness) { in SetFixedLengthEncoderDeltaSignednessForTesting() argument 830 g_force_unsigned_for_testing = !signedness; in SetFixedLengthEncoderDeltaSignednessForTesting() 831 g_force_signed_for_testing = signedness; in SetFixedLengthEncoderDeltaSignednessForTesting()
|
/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/mesa3d/docs/gallium/ |
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.
|