| /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/llvm/lib/Target/NVPTX/ |
| D | NVPTX.h | 111 Signed, enumerator
|
| D | NVPTXISelLowering.cpp | 4102 Signed = 0, enumerator 4210 bool Signed; in TryMULWIDECombine() local
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | LoopUtils.h | 97 bool Signed, SmallPtrSetImpl<Instruction *> &CI) in RecurrenceDescriptor()
|
| /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
|
| D | OCL20ToSPIRV.cpp | 851 bool Signed = isLastFuncParamSigned(MangledName); in visitCallConvert() 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/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/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/llvm/lib/Target/Hexagon/ |
| D | HexagonSplitDouble.cpp | 758 bool Signed = (Opc == S2_asr_i_p); in splitShift() local
|
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| D | APInt.cpp | 2184 bool Signed, bool formatAsCLiteral) const { in toString() 2301 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
| /external/llvm/lib/Support/ |
| D | APInt.cpp | 2148 bool Signed, bool formatAsCLiteral) const { in toString() 2268 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| D | X86FastISel.cpp | 277 bool Signed = true; in X86FastEmitStore() local
|
| /external/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 349 bool Signed; member 358 bool Signed = Type->isSignedIntegerType(); in getIntegerWidthAndSignedness() local 370 bool Signed = false; in EncompassingIntegerType() local 6636 bool Signed, SmallVectorImpl<Value *> &Ops) { in EmitX86MaskedCompare()
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
| D | LegalizeFloatTypes.cpp | 540 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP() local
|
| /external/llvm/lib/IR/ |
| D | DIBuilder.cpp | 609 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) { in createExpression()
|
| /external/clang/utils/TableGen/ |
| D | NeonEmitter.cpp | 136 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer; member in __anone75586100111::Type
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 2741 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt() 2774 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { in selectIntToFP()
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolutionExpander.cpp | 2033 Instruction *Loc, bool Signed) { in generateOverflowCheck()
|
| /external/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 3016 const bool Signed) { in expandDiv() 3169 bool MipsAsmParser::expandUlh(MCInst &Inst, bool Signed, SMLoc IDLoc, in expandUlh()
|