Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/external/clang/test/SemaCXX/
H A 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
/aosp_15_r20/external/clang/test/Sema/
H A 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
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go34 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/
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()
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dsign.rs8 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 DDWARFExpression.cpp135 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 DWebAssemblyDisassembler.cpp85 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 DWebAssemblyDisassembler.cpp84 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 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp131 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 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp787 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 DSigned.java16 public @interface Signed { annotation
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/
Dserver.go23 Signed(ctx context.Context) ([]byte, error) methodSpec
Dtest.go47 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 DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp133 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 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1733 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 DLoopUtils.cpp1025 bool Signed) { in cannotBeMinInLoop()
1036 bool Signed) { in cannotBeMaxInLoop()

12345678910>>...20