Home
last modified time | relevance | path

Searched defs:Unsigned (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/SemaCXX/
Dbitfield.cpp6 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/
Dbitfield.c62 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/
DAPSInt.h241 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/
DAPSInt.h276 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/
DAPSIntType.h25 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/external/v8/src/interpreter/
Dbytecode-traits.h21 #define DECLARE_OPERAND_TYPE_INFO(Name, Scalable, Unsigned, BaseSize) \ argument
/external/clang/unittests/ASTMatchers/Dynamic/
DVariantValueTest.cpp19 TEST(VariantValueTest, Unsigned) { in TEST() argument
/external/clang/test/Index/
Dindex-templates.cpp42 typedef unsigned Unsigned; typedef
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h313 unsigned Unsigned; member
/external/llvm/include/llvm/Support/
DScaledNumber.h436 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/
DIceTargetLoweringARM32.h929 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()
DIceTargetLoweringARM32.cpp5325 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
DIceInstARM32.cpp1172 bool Unsigned = true; in emitIAS() local
1209 bool Unsigned = true; in emitIAS() local
DIceAssemblerARM32.cpp3337 bool Unsigned) { in vmulh()
3397 bool Unsigned = false; in vmlap() local
3899 bool Unsigned, bool Saturating) { in vqmovn2()
/external/llvm/lib/Target/NVPTX/
DNVPTX.h110 Unsigned = 0, enumerator
DNVPTXISelLowering.cpp4103 Unsigned, enumerator
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp248 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/external/spirv-llvm/lib/SPIRV/
DSPIRVToOCL20.cpp419 bool Unsigned = Op.front() == 'u'; in visitCallSPIRVGroupBuiltin() local
/external/llvm/unittests/ADT/
DStringRefTest.cpp425 } Unsigned[] = variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp603 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/
Dordered_code_test.cc533 TEST(EncodingIsExpected, Unsigned) { in TEST() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp507 bool Unsigned) { in addConstantValue()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp641 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
/external/clang/lib/AST/
DASTContext.cpp8097 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15190 bool Unsigned = false; in LowerIntVSETCC_AVX512() local