/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 | 59 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/ |
D | Unsigned.java | 22 public final class Unsigned { class 23 private Unsigned() {} in Unsigned() method in Unsigned
|
/external/lldb/tools/lldb-perf/lib/ |
D | Results.h | 27 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/ |
D | APSInt.h | 267 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/ |
D | APSIntType.h | 25 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | VariantValueTest.cpp | 22 TEST(VariantValueTest, Unsigned) { in TEST() argument
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFFormValue.h | 61 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned() function
|
/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/openfst/src/include/fst/ |
D | const-fst.h | 56 typedef U Unsigned; typedef 267 typedef U Unsigned; typedef
|
D | compact-fst.h | 135 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/ |
D | NVPTX.h | 126 Unsigned = 0, enumerator
|
D | NVPTXISelLowering.cpp | 4027 Unsigned, enumerator
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | VariantValue.cpp | 248 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 372 } Unsigned[] = variable
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 713 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/ |
D | CGExprScalar.cpp | 643 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 7564 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13001 bool Unsigned = false; in LowerIntVSETCC_AVX512() local
|