/external/clang/test/SemaCXX/ |
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
|
/external/clang/test/Sema/ |
D | bitfield.c | 60 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/ |
D | Signed.java | 16 public @interface Signed { annotation
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFFormValue.h | 63 int64_t Signed() const { return m_value.value.sval; } in Signed() function
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 127 Signed, enumerator
|
D | NVPTXISelLowering.cpp | 4026 Signed = 0, enumerator 4142 bool Signed; in TryMULWIDECombine() local
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 389 } Signed[] = variable
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelDAGToDAG.cpp | 526 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local 1181 bool Signed = N->getOpcode() == ISD::SRA; in SelectS_BFEFromShifts() local
|
D | AMDGPUISelLowering.cpp | 2461 bool Signed = N->getOpcode() == AMDGPUISD::BFE_I32; in PerformDAGCombine() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 514 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon()
|
D | MipsSEISelLowering.cpp | 1004 bool Signed; in performVSELECTCombine() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2154 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/ |
D | DIBuilder.cpp | 613 MDExpression* DIBuilder::createExpression(ArrayRef<int64_t> Signed) { in createExpression()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1301 bool Signed = false; in SimplifySetCC() local
|
D | LegalizeFloatTypes.cpp | 637 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 133 bool Float, Signed, Void, Poly, Constant, Pointer; member in __anon67a52ed10111::Type
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2742 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/ |
D | X86FastISel.cpp | 486 bool Signed = true; in X86FastEmitStore() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 163 bool Signed; member
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3642 bool AsmParser::parseDirectiveLEB128(bool Signed) { in parseDirectiveLEB128()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 2618 static bool FitsInto(unsigned Bits, bool Signed, Expr *E, Sema &SemaRef) { in FitsInto()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 7564 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6049 bool Signed = Op.getOpcode() == ISD::SINT_TO_FP; in LowerINT_TO_FPDirectMove() local
|