/external/clang/test/SemaCXX/ |
D | bitfield.cpp | 6 typedef unsigned Unsigned; typedef 11 typedef __typeof__(t.n) Unsigned; // Bitfield is unsigned typedef 16 typedef __typeof__(t.n = 0) Unsigned; // Assignment produces an lvalue... typedef 17 typedef __typeof__(t.n += 0) Unsigned; typedef 18 typedef __typeof__(t.n *= 0) Unsigned; typedef 23 typedef __typeof__(++t.n) Unsigned; // Increment is equivalent to compound-assignment. typedef 24 typedef __typeof__(--t.n) Unsigned; typedef 28 typedef __typeof__(t.n++) Unsigned; // Post-increment's result has the type typedef 29 typedef __typeof__(t.n--) Unsigned; // of the operand... typedef 30 typedef __typeof__(+(t.n++)) Unsigned; // ... and is not a bit-field (because typedef [all …]
|
/external/clang/test/Sema/ |
D | bitfield.c | 62 typedef unsigned Unsigned; typedef 79 typedef __typeof__(+(t5.n++)) Unsigned; // Post-increment is underspecified, but seems to typedef 80 typedef __typeof__(+(t5.n--)) Unsigned; // also act like compound-assignment. typedef
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APSInt.h | 241 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 248 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 276 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 283 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | APSIntType.h | 25 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
/external/v8/src/interpreter/ |
D | bytecode-traits.h | 21 #define DECLARE_OPERAND_TYPE_INFO(Name, Scalable, Unsigned, BaseSize) \ argument
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | VariantValueTest.cpp | 19 TEST(VariantValueTest, Unsigned) { in TEST() argument
|
/external/clang/test/Index/ |
D | index-templates.cpp | 42 typedef unsigned Unsigned; typedef
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | VariantValue.h | 313 unsigned Unsigned; member
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 436 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local 661 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local 665 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.h | 929 void _vmulh(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vmulh() 943 void _vqadd(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqadd() 947 void _vqmovn2(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned, in _vqmovn2() 954 void _vqsub(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqsub()
|
D | IceTargetLoweringARM32.cpp | 5325 bool Unsigned = (ID == Intrinsics::AddSaturateUnsigned); in lowerIntrinsicCall() local 5397 bool Unsigned = (ID == Intrinsics::MultiplyHighUnsigned); in lowerIntrinsicCall() local 5419 bool Unsigned = (ID == Intrinsics::SubtractSaturateUnsigned); in lowerIntrinsicCall() local 5429 bool Unsigned = (ID == Intrinsics::VectorPackUnsigned); in lowerIntrinsicCall() local
|
D | IceInstARM32.cpp | 1172 bool Unsigned = true; in emitIAS() local 1209 bool Unsigned = true; in emitIAS() local
|
D | IceAssemblerARM32.cpp | 3337 bool Unsigned) { in vmulh() 3397 bool Unsigned = false; in vmlap() local 3899 bool Unsigned, bool Saturating) { in vqmovn2()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 110 Unsigned = 0, enumerator
|
D | NVPTXISelLowering.cpp | 4103 Unsigned, enumerator
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | VariantValue.cpp | 248 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVToOCL20.cpp | 419 bool Unsigned = Op.front() == 'u'; in visitCallSPIRVGroupBuiltin() local
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 425 } Unsigned[] = variable
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 603 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue() 614 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | ordered_code_test.cc | 533 TEST(EncodingIsExpected, Unsigned) { in TEST() argument
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 507 bool Unsigned) { in addConstantValue()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 641 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 8097 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 15190 bool Unsigned = false; in LowerIntVSETCC_AVX512() local
|