/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 | 63 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/ |
D | Signed.java | 16 public @interface Signed { annotation
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 127 unsigned Signed = Size & Operation::SignBit; in extract() local 242 unsigned Signed = Size & Operation::SignBit; in print() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 79 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 108 Signed, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 95 bool Signed, SmallPtrSetImpl<Instruction *> &CI) in RecurrenceDescriptor()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 111 Signed, enumerator
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 97 bool Signed, SmallPtrSetImpl<Instruction *> &CI) in RecurrenceDescriptor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 126 auto Signed = !TypeName.startswith("u"); in getValueType() local
|
D | AMDGPUISelDAGToDAG.cpp | 601 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local 814 bool Signed = N->getOpcode() == AMDGPUISD::MAD_I64_I32; in SelectMAD_64_32() local 1567 bool Signed = N->getOpcode() == ISD::SRA; in SelectS_BFEFromShifts() local
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 442 } Signed[] = variable
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVUtil.cpp | 114 mapLLVMTypeToOCLType(const Type* Ty, bool Signed) { in mapLLVMTypeToOCLType() 156 mapSPIRVTypeToOCLType(SPIRVType* Ty, bool Signed) { in mapSPIRVTypeToOCLType() 983 bool Signed = Info.IsSigned; in transTypeDesc() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 1722 unsigned Width, unsigned Bits, unsigned Offset, bool Signed, in evaluateEXTRACTr() 1754 unsigned Offset, bool Signed, APInt &Result) { in evaluateEXTRACTi() 2139 bool Signed = (Opc == Hexagon::S4_extract) || in evaluate() local 2458 bool Signed = false; in getCmpImm() local 2729 bool Signed = false; in evaluateHexExt() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 444 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local 1243 bool Signed = N->getOpcode() == ISD::SRA; in SelectS_BFEFromShifts() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 693 ScalarEvolution &SE, bool Signed) { in CannotBeMaxInLoop() 799 ScalarEvolution &SE, bool Signed) { in CannotBeMinInLoop()
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | ordered_code_test.cc | 765 TEST(EncodingIsExpected, Signed) { in TEST() argument
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 537 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 296 bool Signed = isa<SExtInst>(OpA); in isConsecutiveAccess() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 581 } Signed[] = variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 603 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 407 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses() local
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 265 int64_t Signed = static_cast<int64_t>(Data); in IsTwoByteData() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 707 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP() local 887 bool Signed = N->getOpcode() == ISD::FP_TO_SINT; in SoftenFloatOp_FP_TO_XINT() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 2015 bool Signed, bool formatAsCLiteral) const { in toString() 2129 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|