/external/clang/test/SemaCXX/ |
D | bitfield.cpp | 7 typedef signed Signed; typedef 12 typedef __typeof__(+t.n) Signed; // ... but promotes to signed. typedef 14 typedef __typeof__(t.n + 0) Signed; // Arithmetic promotes. typedef 19 typedef __typeof__(+(t.n = 0)) Signed; // ... which is a bit-field. typedef 20 typedef __typeof__(+(t.n += 0)) Signed; typedef 21 typedef __typeof__(+(t.n *= 0)) Signed; typedef 25 typedef __typeof__(+(++t.n)) Signed; typedef 26 typedef __typeof__(+(--t.n)) Signed; typedef
|
/external/clang/test/Sema/ |
D | bitfield.c | 63 typedef signed Signed; typedef 68 typedef __typeof__(+t5.n) Signed; // ... but promotes to signed. typedef 70 typedef __typeof__(t5.n + 0) Signed; // Arithmetic promotes. typedef 72 typedef __typeof__(+(t5.n = 0)) Signed; // FIXME: Assignment should not; the result typedef 73 typedef __typeof__(+(t5.n += 0)) Signed; // is a non-bit-field lvalue of type unsigned. typedef 74 typedef __typeof__(+(t5.n *= 0)) Signed; typedef 76 typedef __typeof__(+(++t5.n)) Signed; // FIXME: Increment is equivalent to compound-assignment. typedef 77 typedef __typeof__(+(--t5.n)) Signed; // This should not promote to signed. typedef
|
/external/rust/beto-rust/common/pourover/src/ |
D | conversions.rs | 20 type Signed; typedef 23 fn to_signed(self) -> Self::Signed; in to_signed() 27 type Signed = &'a [i8]; typedef 30 fn to_signed(self) -> Self::Signed { in to_signed()
|
/external/rust/android-crates-io/crates/num-traits/src/ |
D | sign.rs | 8 pub trait Signed: Sized + Num + Neg<Output = Self> { interface 46 impl Signed for $t { impl 109 impl Signed for $t { impl
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
D | Signed.java | 16 public @interface Signed { annotation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 135 unsigned Signed = Size & Operation::SignBit; in extract() local 259 unsigned Signed = Size & Operation::SignBit; in print() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 85 bool Signed) { in nextLEB() 100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 84 bool Signed) { in nextLEB() 99 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 131 unsigned Signed = Size & Operation::SignBit; in extract() local 282 unsigned Signed = Size & Operation::SignBit; in print() local
|
/external/rust/android-crates-io/crates/num-integer/tests/ |
D | roots.rs | 135 T: TestInteger + Signed, in neg()
|
/external/emboss/compiler/back_end/cpp/testcode/ |
D | enum_test.cc | 283 TEST(Signed, Type) { in TEST() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 787 auto Signed = MGather->isIndexSigned() ? "signed" : "unsigned"; in print_details() local 799 auto Signed = MScatter->isIndexSigned() ? "signed" : "unsigned"; in print_details() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | ConstraintElimination.cpp | 137 DenseMap<Value *, unsigned> &getValue2Index(bool Signed) { in getValue2Index() 144 ConstraintSystem &getCS(bool Signed) { in getCS() 151 void popLastConstraint(bool Signed) { getCS(Signed).popLastConstraint(); } in popLastConstraint() 152 void popLastNVariables(bool Signed, unsigned N) { in popLastNVariables()
|
/external/pigweed/pw_varint/public/pw_varint/ |
D | varint.h | 258 using Signed = in Encode() local
|
/external/federated-compute/fcp/base/ |
D | bounds_test.cc | 164 using Signed = IntTypeSet<IntSizeFilter<MinSignedSize, kNone>>; typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 389 static bool checkNoWrapFlags(Instruction *I, bool Signed) { in checkNoWrapFlags() 397 unsigned MatchingOpIdxB, bool Signed) { in checkIfSafeAddSequence() 508 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 99 Signed, enumerator
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 111 Signed, enumerator
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 97 bool Signed, SmallPtrSetImpl<Instruction *> &CI) in RecurrenceDescriptor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 93 Instruction *UAI, Type *RT, bool Signed, in RecurrenceDescriptor()
|
/external/rust/android-crates-io/crates/bindgen/ir/ |
D | enum_ty.rs | 266 Signed(i64), enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 75 Type *RT, bool Signed, bool Ordered, in RecurrenceDescriptor()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 118 Signed, enumerator
|