Home
last modified time | relevance | path

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

1234

/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/crates/num-traits/src/
Dsign.rs8 pub trait Signed: Sized + Num + Neg<Output = Self> { trait
46 impl Signed for $t { impl
112 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-10.0/llvm/include/llvm/IR/
DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/external/rust/crates/num-integer/tests/
Droots.rs138 T: TestInteger + Signed, in neg()
/external/angle/src/common/
Dutilities.h133 Signed = 2, enumerator
/external/llvm/lib/Target/NVPTX/
DNVPTX.h111 Signed, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h99 Signed, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h93 Instruction *UAI, Type *RT, bool Signed, in RecurrenceDescriptor()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h97 bool Signed, SmallPtrSetImpl<Instruction *> &CI) in RecurrenceDescriptor()
/external/rust/crates/bindgen/src/ir/
Denum_ty.rs248 Signed(i64), enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp133 auto Signed = !TypeName.startswith("u"); in getValueType() local
579 auto Signed = !TypeName.startswith("u"); in getValueType() local
DAMDGPUISelDAGToDAG.cpp864 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local
1161 bool Signed = N->getOpcode() == AMDGPUISD::MAD_I64_I32; in SelectMAD_64_32() local
1942 bool Signed = N->getOpcode() == ISD::SRA; in SelectS_BFEFromShifts() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1025 bool Signed) { in cannotBeMinInLoop()
1036 bool Signed) { in cannotBeMaxInLoop()
DSimplifyIndVar.cpp406 bool Signed, const SCEV *LHS, const SCEV *RHS) { in willNotOverflow()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1734 unsigned Width, unsigned Bits, unsigned Offset, bool Signed, in evaluateEXTRACTr()
1766 unsigned Offset, bool Signed, APInt &Result) { in evaluateEXTRACTi()
2151 bool Signed = (Opc == Hexagon::S4_extract) || in evaluate() local
2470 bool Signed = false; in getCmpImm() local
2743 bool Signed = false; in evaluateHexExt() local
/external/llvm/unittests/ADT/
DStringRefTest.cpp442 } Signed[] = variable
/external/rust/crates/num-integer/src/
Dlib.rs206 Self: Clone + Signed, in extended_gcd_lcm()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp444 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local
1243 bool Signed = N->getOpcode() == ISD::SRA; in SelectS_BFEFromShifts() local
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp537 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon()
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code_test.cc769 TEST(EncodingIsExpected, Signed) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp1200 bool Signed) { in getExtOps()
1209 bool Signed) { in appendExt()

1234