Home
last modified time | relevance | path

Searched defs:Signed (Results 1 – 25 of 144) sorted by relevance

123456

/external/clang/test/SemaCXX/
Dbitfield.cpp7 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/
Dbitfield.c63 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/
Dconversions.rs20 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/
Dsign.rs8 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/
DSigned.java16 public @interface Signed { annotation
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp135 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/
DWebAssemblyDisassembler.cpp85 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/
DWebAssemblyDisassembler.cpp84 bool Signed) { in nextLEB()
99 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp131 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/
Droots.rs135 T: TestInteger + Signed, in neg()
/external/emboss/compiler/back_end/cpp/testcode/
Denum_test.cc283 TEST(Signed, Type) { in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp787 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/
DConstraintElimination.cpp137 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/
Dvarint.h258 using Signed = in Encode() local
/external/federated-compute/fcp/base/
Dbounds_test.cc164 using Signed = IntTypeSet<IntSizeFilter<MinSignedSize, kNone>>; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp389 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/
DNVPTX.h99 Signed, enumerator
/external/llvm/lib/Target/NVPTX/
DNVPTX.h111 Signed, enumerator
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h97 bool Signed, SmallPtrSetImpl<Instruction *> &CI) in RecurrenceDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h93 Instruction *UAI, Type *RT, bool Signed, in RecurrenceDescriptor()
/external/rust/android-crates-io/crates/bindgen/ir/
Denum_ty.rs266 Signed(i64), enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DIVDescriptors.h75 Type *RT, bool Signed, bool Ordered, in RecurrenceDescriptor()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTX.h118 Signed, enumerator

123456