Home
last modified time | relevance | path

Searched defs:Unsigned (Results 1 – 21 of 21) 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.c59 typedef unsigned Unsigned; typedef
63 typedef __typeof__(t5.n) Unsigned; // Bitfield is unsigned typedef
75 typedef __typeof__(+(t5.n++)) Unsigned; // Post-increment is underspecified, but seems to typedef
76 typedef __typeof__(+(t5.n--)) Unsigned; // also act like compound-assignment. typedef
/external/dexmaker/src/dx/java/com/android/dx/util/
DUnsigned.java22 public final class Unsigned { class
23 private Unsigned() {} in Unsigned() method in Unsigned
/external/lldb/tools/lldb-perf/lib/
DResults.h27 class Unsigned; variable
39 Unsigned enumerator
263 Unsigned (const char *name, const char *description, uint64_t value) : in Unsigned() function
/external/llvm/include/llvm/ADT/
DAPSInt.h267 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
274 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/clang/unittests/ASTMatchers/Dynamic/
DVariantValueTest.cpp22 TEST(VariantValueTest, Unsigned) { in TEST() argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.h61 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned() function
/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/openfst/src/include/fst/
Dconst-fst.h56 typedef U Unsigned; typedef
267 typedef U Unsigned; typedef
Dcompact-fst.h135 typedef U Unsigned; typedef
463 typedef U Unsigned; typedef
805 typedef U Unsigned; typedef
931 typedef U Unsigned; in WriteFst() typedef
/external/llvm/lib/Target/NVPTX/
DNVPTX.h126 Unsigned = 0, enumerator
DNVPTXISelLowering.cpp4027 Unsigned, enumerator
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp248 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/external/llvm/unittests/ADT/
DStringRefTest.cpp372 } Unsigned[] = variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp713 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue()
725 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp643 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
/external/clang/lib/AST/
DASTContext.cpp7564 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13001 bool Unsigned = false; in LowerIntVSETCC_AVX512() local