Home
last modified time | relevance | path

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

12

/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/jsr305/ri/src/main/java/javax/annotation/
DSigned.java16 public @interface Signed { annotation
/external/llvm/lib/Target/NVPTX/
DNVPTX.h111 Signed, enumerator
DNVPTXISelLowering.cpp4089 Signed = 0, enumerator
4197 bool Signed; in TryMULWIDECombine() local
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h93 bool Signed, SmallPtrSetImpl<Instruction *> &CI) in RecurrenceDescriptor()
/external/llvm/unittests/ADT/
DStringRefTest.cpp442 } Signed[] = variable
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp485 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local
1296 bool Signed = N->getOpcode() == ISD::SRA; in SelectS_BFEFromShifts() local
DAMDGPUISelLowering.cpp2510 bool Signed = N->getOpcode() == AMDGPUISD::BFE_I32; in PerformDAGCombine() local
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp521 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon()
DMipsSEISelLowering.cpp1006 bool Signed; in performVSELECTCombine() local
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp207 int64_t Signed = static_cast<int64_t>(Data); in IsTwoByteData() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp690 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP() local
869 bool Signed = N->getOpcode() == ISD::FP_TO_SINT; in SoftenFloatOp_FP_TO_XINT() local
DTargetLowering.cpp1344 bool Signed = false; in SimplifySetCC() local
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp771 bool Signed = (Opc == S2_asr_i_p); in splitShift() local
/external/llvm/lib/Support/
DAPInt.cpp2144 bool Signed, bool formatAsCLiteral) const { in toString()
2264 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp294 bool Signed; member
303 bool Signed = Type->isSignedIntegerType(); in getIntegerWidthAndSignedness() local
315 bool Signed = false; in EncompassingIntegerType() local
/external/llvm/lib/IR/
DDIBuilder.cpp652 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) { in createExpression()
/external/clang/utils/TableGen/
DNeonEmitter.cpp135 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer; member in __anon2f9be8960111::Type
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2719 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt()
2752 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { in selectIntToFP()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2916 const bool IsMips64, const bool Signed) { in expandDiv()
3030 bool MipsAsmParser::expandUlh(MCInst &Inst, bool Signed, SMLoc IDLoc, in expandUlh()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp533 bool Signed = true; in X86FastEmitStore() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h163 bool Signed; member
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3776 bool AsmParser::parseDirectiveLEB128(bool Signed) { in parseDirectiveLEB128()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6709 bool Signed, in LowerWindowsDIVLibCall()
6758 SDValue Op, SelectionDAG &DAG, bool Signed, in ExpandDIV_Windows()

12