| /external/llvm-project/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/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/llvm-project/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/crates/num-traits/src/ |
| D | sign.rs | 8 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/ |
| D | Signed.java | 16 public @interface Signed { annotation
|
| /external/llvm-project/mlir/include/mlir/Dialect/Quant/ |
| D | QuantTypes.h | 40 Signed = 1, enumerator
|
| /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/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/ |
| D | WebAssemblyDisassembler.cpp | 86 bool Signed) { in nextLEB() 101 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
|
| /external/llvm-project/llvm/include/llvm/IR/ |
| D | ConstantRange.h | 288 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
| /external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFExpression.cpp | 132 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/ |
| D | DWARFFormValue.h | 66 int64_t Signed() const { return m_value.value.sval; } in Signed() function
|
| /external/rust/crates/num-integer/tests/ |
| D | roots.rs | 138 T: TestInteger + Signed, in neg()
|
| /external/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| D | VariantValue.h | 264 VariantValue(int Signed) : VariantValue(static_cast<unsigned>(Signed)) {} in VariantValue()
|
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 761 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/ |
| D | BuiltinTypes.h | 105 Signed, /// Signed integer enumerator
|
| /external/angle/src/common/ |
| D | utilities.h | 133 Signed = 2, enumerator
|
| /external/llvm-project/lldb/tools/debugserver/source/ |
| D | JSON.h | 124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; enumerator
|
| /external/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTX.h | 98 Signed, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTX.h | 99 Signed, enumerator
|
| /external/llvm-project/llvm/include/llvm/Analysis/ |
| D | IVDescriptors.h | 80 Instruction *UAI, Type *RT, bool Signed, in RecurrenceDescriptor()
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTX.h | 111 Signed, enumerator
|
| /external/rust/crates/bindgen/src/ir/ |
| D | enum_ty.rs | 248 Signed(i64), enumerator
|