Home
last modified time | relevance | path

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

/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.c60 typedef signed Signed; typedef
64 typedef __typeof__(+t5.n) Signed; // ... but promotes to signed. typedef
66 typedef __typeof__(t5.n + 0) Signed; // Arithmetic promotes. typedef
68 typedef __typeof__(+(t5.n = 0)) Signed; // FIXME: Assignment should not; the result typedef
69 typedef __typeof__(+(t5.n += 0)) Signed; // is a non-bit-field lvalue of type unsigned. typedef
70 typedef __typeof__(+(t5.n *= 0)) Signed; typedef
72 typedef __typeof__(+(++t5.n)) Signed; // FIXME: Increment is equivalent to compound-assignment. typedef
73 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/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.h63 int64_t Signed() const { return m_value.value.sval; } in Signed() function
/external/llvm/lib/Target/NVPTX/
DNVPTX.h127 Signed, enumerator
DNVPTXISelLowering.cpp4026 Signed = 0, enumerator
4142 bool Signed; in TryMULWIDECombine() local
/external/llvm/unittests/ADT/
DStringRefTest.cpp389 } Signed[] = variable
/external/llvm/lib/Target/R600/
DAMDGPUISelDAGToDAG.cpp526 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local
1181 bool Signed = N->getOpcode() == ISD::SRA; in SelectS_BFEFromShifts() local
DAMDGPUISelLowering.cpp2461 bool Signed = N->getOpcode() == AMDGPUISD::BFE_I32; in PerformDAGCombine() local
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp514 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon()
DMipsSEISelLowering.cpp1004 bool Signed; in performVSELECTCombine() local
/external/llvm/lib/Support/
DAPInt.cpp2154 bool Signed, bool formatAsCLiteral) const { in toString()
2274 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/external/llvm/lib/IR/
DDIBuilder.cpp613 MDExpression* DIBuilder::createExpression(ArrayRef<int64_t> Signed) { in createExpression()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1301 bool Signed = false; in SimplifySetCC() local
DLegalizeFloatTypes.cpp637 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp133 bool Float, Signed, Void, Poly, Constant, Pointer; member in __anon67a52ed10111::Type
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2742 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt()
2775 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { in selectIntToFP()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp486 bool Signed = true; in X86FastEmitStore() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h163 bool Signed; member
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3642 bool AsmParser::parseDirectiveLEB128(bool Signed) { in parseDirectiveLEB128()
/external/clang/lib/Sema/
DSemaOpenMP.cpp2618 static bool FitsInto(unsigned Bits, bool Signed, Expr *E, Sema &SemaRef) { in FitsInto()
/external/clang/lib/AST/
DASTContext.cpp7564 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6049 bool Signed = Op.getOpcode() == ISD::SINT_TO_FP; in LowerINT_TO_FPDirectMove() local