/aosp_15_r20/external/clang/test/SemaCXX/ |
H A 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
|
/aosp_15_r20/external/clang/test/Sema/ |
H A 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
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 34 Signed(arch Arch) bool methodSpec 485 func (typе *opaqueType) Signed(Arch) bool { func 530 func (typе *aliasType) Signed(Arch) bool { func 585 func (typе *fixedType) Signed(Arch) bool { func 589 func (typе *signedFixedType) Signed(Arch) bool { func 593 func (typе *unsignedFixedType) Signed(Arch) bool { func 777 func (typе *archDependentType) Signed(arch Arch) bool { func 846 func (typе *constType) Signed(arch Arch) bool { func 930 func (typе *pointerType) Signed(arch Arch) bool { func 1002 func (typе *functionType) Signed(arch Arch) bool { func [all …]
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ |
D | sign.rs | 8 pub trait Signed: Sized + Num + Neg<Output = Self> { trait 46 impl Signed for $t { impl 109 impl Signed for $t { impl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 135 unsigned Signed = Size & Operation::SignBit; in extract() local 259 unsigned Signed = Size & Operation::SignBit; in print() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
H A D | WebAssemblyDisassembler.cpp | 85 bool Signed) { in nextLEB() 100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/Disassembler/ |
H A D | WebAssemblyDisassembler.cpp | 84 bool Signed) { in nextLEB() 99 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 131 unsigned Signed = Size & Operation::SignBit; in extract() local 282 unsigned Signed = Size & Operation::SignBit; in print() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A 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
|
/aosp_15_r20/external/jsr305/ri/src/main/java/javax/annotation/ |
H A D | Signed.java | 16 public @interface Signed { annotation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/ |
D | server.go | 23 Signed(ctx context.Context) ([]byte, error) methodSpec
|
D | test.go | 47 func (s *TestServer) Signed(ctx context.Context) ([]byte, error) { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | ConstantRange.h | 319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | ConstantRange.h | 319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | ConstantRange.h | 319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | ConstantRange.h | 319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.cpp | 133 auto Signed = !TypeName.startswith("u"); in getValueType() local 579 auto Signed = !TypeName.startswith("u"); in getValueType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1734 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1733 unsigned Width, unsigned Bits, unsigned Offset, bool Signed, in evaluateEXTRACTr() 1765 unsigned Offset, bool Signed, APInt &Result) { in evaluateEXTRACTi() 2150 bool Signed = (Opc == Hexagon::S4_extract) || in evaluate() local 2469 bool Signed = false; in getCmpImm() local 2742 bool Signed = false; in evaluateHexExt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1025 bool Signed) { in cannotBeMinInLoop() 1036 bool Signed) { in cannotBeMaxInLoop()
|