Searched defs:Signed (Results 1 - 25 of 35) sorted by relevance

12

/external/jsr305/ri/src/main/java/javax/annotation/
H A DSigned.java16 public @interface Signed { interface
/external/clang/test/SemaCXX/
H A Dbitfield.cpp7 typedef signed Signed; typedef in namespace:PromotionVersusMutation
12 typedef __typeof__(+t.n) Signed; // ... but promotes to signed. member in namespace:PromotionVersusMutation
14 typedef __typeof__(t.n + 0) Signed; // Arithmetic promotes. typedef in namespace:PromotionVersusMutation
19 typedef __typeof__(+(t.n = 0)) Signed; // ... which is a bit-field. member in namespace:PromotionVersusMutation
20 typedef __typeof__(+(t.n += 0)) Signed; member in namespace:PromotionVersusMutation
21 typedef __typeof__(+(t.n *= 0)) Signed; member in namespace:PromotionVersusMutation
25 typedef __typeof__(+(++t.n)) Signed; member in namespace:PromotionVersusMutation
26 typedef __typeof__(+(--t.n)) Signed; member in namespace:PromotionVersusMutation
/external/clang/test/Sema/
H A Dbitfield.c63 typedef signed Signed; typedef
68 typedef __typeof__(+t5.n) Signed; // ... but promotes to signed.
70 typedef __typeof__(t5.n + 0) Signed; // Arithmetic promotes. typedef
72 typedef __typeof__(+(t5.n = 0)) Signed; // FIXME: Assignment should not; the result
73 typedef __typeof__(+(t5.n += 0)) Signed; // is a non-bit-field lvalue of type unsigned.
74 typedef __typeof__(+(t5.n *= 0)) Signed;
76 typedef __typeof__(+(++t5.n)) Signed; // FIXME: Increment is equivalent to compound-assignment.
77 typedef __typeof__(+(--t5.n)) Signed; // This should not promote to signed.
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h63 int64_t Signed() const { return m_value.value.sval; } function in class:DWARFFormValue
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp442 } Signed[] = member in namespace:__anon13143
508 for (size_t i = 0; i < array_lengthof(Signed); ++i) {
509 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
510 if (static_cast<int8_t>(Signed[i].Expected) == Signed[i].Expected) {
512 EXPECT_EQ(S8, Signed[i].Expected);
516 bool S16Success = StringRef(Signed[i].Str).getAsInteger(0, S16);
517 if (static_cast<int16_t>(Signed[i].Expected) == Signed[i].Expected) {
519 EXPECT_EQ(S16, Signed[
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h93 bool Signed, SmallPtrSetImpl<Instruction *> &CI)
95 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
91 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurrenceKind K, MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT, bool Signed, SmallPtrSetImpl<Instruction *> &CI) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h111 Signed, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
H A DNVPTXISelLowering.cpp4089 Signed = 0,
4106 S = Signed;
4138 IsSigned = (LHSSign == Signed);
4197 bool Signed; local
4199 if (!AreMulWideOperandsDemotable(LHS, RHS, OptSize, Signed)) {
4218 if (Signed) {
/external/llvm/lib/Fuzzer/
H A DFuzzerTraceState.cpp207 int64_t Signed = static_cast<int64_t>(Data); local
208 Signed >>= 16;
209 return Signed == 0 || Signed == -1L;
/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp771 bool Signed = (Opc == S2_asr_i_p); local
777 : (Signed ? S2_asr_i_r : S2_lsr_i_r);
810 else if (S == 16 && Signed)
844 if (!Signed)
856 else if (S == 16 && Signed)
864 if (Signed)
/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, argument
532 if (( Signed && ImmValue.isSignedIntN(ImmBitSize)) ||
533 (!Signed && ImmValue.isIntN(ImmBitSize))) {
H A DMipsSEISelLowering.cpp1006 bool Signed; local
1009 Signed = true;
1011 Signed = false;
1021 return DAG.getNode(Signed ? MipsISD::VSMIN : MipsISD::VUMIN, SDLoc(N),
1024 return DAG.getNode(Signed ? MipsISD::VSMAX : MipsISD::VUMAX, SDLoc(N),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp690 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; local
705 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
710 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
714 Op, Signed, dl).first;
869 bool Signed = N->getOpcode() == ISD::FP_TO_SINT; local
886 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT):RTLIB::getFPTOUINT(SVT, NVT);
H A DTargetLowering.cpp1344 bool Signed = false; local
1360 Signed = true;
1367 Signed = true;
1374 unsigned ReqdBits = Signed ?
/external/llvm/lib/IR/
H A DDIBuilder.cpp652 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) { argument
654 SmallVector<uint64_t, 8> Addr(Signed.begin(), Signed.end());
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp485 bool Signed = Opc == AMDGPUISD::BFE_I32; local
490 return getS_BFE(Signed ? AMDGPU::S_BFE_I32 : AMDGPU::S_BFE_U32, SDLoc(N),
1296 bool Signed = N->getOpcode() == ISD::SRA; local
1297 unsigned Opcode = Signed ? AMDGPU::S_BFE_I32 : AMDGPU::S_BFE_U32;
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h158 : Base(B), Size(Sz), Signed(S), VectSize(VS)
163 bool Signed; member in namespace:clang::threadSafety::til
581 if (ValType.Signed)
586 if (ValType.Signed)
591 if (ValType.Signed)
596 if (ValType.Signed)
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp135 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer; member in class:__anon3268::Type
144 : Float(false), Signed(false), Immediate(false), Void(true), Poly(false),
149 : TS(TS), Float(false), Signed(false), Immediate(false), Void(false),
170 bool isSigned() const { return Signed; }
191 void makeUnsigned() { Signed = false; }
192 void makeSigned() { Signed = true; }
196 Signed = Sign;
203 Signed = true;
557 if (!Signed && isInteger())
610 else if (isInteger() && !Pointer && !Signed)
[all...]
/external/guice/lib/build/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/concurrent/GuardedBy ...
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp533 bool Signed = true; local
536 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
550 addFullAddress(MIB, AM).addImm(Signed ? (uint64_t) CI->getSExtValue()
/external/owasp/sanitizer/distrib/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/lib/jsr305/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/vogar/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/Tainted.class Tainted. ...
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp126 bool selectFPToInt(const Instruction *I, bool Signed);
127 bool selectIntToFP(const Instruction *I, bool Signed);
2719 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { argument
2734 if (Signed)
2739 if (Signed)
2752 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { argument
2769 emitIntExt(SrcVT.getSimpleVT(), SrcReg, MVT::i32, /*isZExt*/ !Signed);
2777 if (Signed)
2782 if (Signed)
4914 return selectFPToInt(I, /*Signed
[all...]

Completed in 637 milliseconds

12