Home
last modified time | relevance | path

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

123456

/external/llvm-project/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/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/llvm-project/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> { interface
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/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantTypes.h40 Signed = 1, enumerator
/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/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp86 bool Signed) { in nextLEB()
101 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h288 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp132 unsigned Signed = Size & Operation::SignBit; in extract() local
281 unsigned Signed = Size & Operation::SignBit; in print() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.h66 int64_t Signed() const { return m_value.value.sval; } in Signed() function
/external/rust/crates/num-integer/tests/
Droots.rs138 T: TestInteger + Signed, in neg()
/external/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h264 VariantValue(int Signed) : VariantValue(static_cast<unsigned>(Signed)) {} in VariantValue()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp761 auto Signed = MGather->isIndexSigned() ? "signed" : "unsigned"; in print_details() local
773 auto Signed = MScatter->isIndexSigned() ? "signed" : "unsigned"; in print_details() local
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinTypes.h105 Signed, /// Signed integer enumerator
/external/angle/src/common/
Dutilities.h133 Signed = 2, enumerator
/external/llvm-project/lldb/tools/debugserver/source/
DJSON.h124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; enumerator
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTX.h98 Signed, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h99 Signed, enumerator
/external/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h80 Instruction *UAI, Type *RT, bool Signed, in RecurrenceDescriptor()
/external/llvm/lib/Target/NVPTX/
DNVPTX.h111 Signed, enumerator
/external/rust/crates/bindgen/src/ir/
Denum_ty.rs248 Signed(i64), enumerator

123456