Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/SemaCXX/
H A 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 …]
/llvm-project/clang/test/Sema/
H A Dbitfield.c60 typedef unsigned Unsigned; typedef
77 typedef __typeof__(+(t5.n++)) Unsigned; // Post-increment is underspecified, but seems to typedef
78 typedef __typeof__(+(t5.n--)) Unsigned; // also act like compound-assignment. typedef
/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h303 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
311 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
H A DBitfields.h99 using Unsigned = std::make_unsigned_t<T>; member
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/llvm-project/mlir/include/mlir/Interfaces/Utils/
H A DInferIntRangeCommon.h37 enum class CmpMode : uint32_t { Both, Signed, Unsigned }; enumerator
/llvm-project/clang/test/SemaTemplate/
H A Dtemp-param-subst-linear.cpp12 template<unsigned> using Unsigned = unsigned; typedef
/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h327 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp18 TEST(VariantValueTest, Unsigned) { in TEST() argument
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_leb128_test.cpp70 TYPED_TEST(Leb128Test, Unsigned) { in TYPED_TEST() argument
/llvm-project/clang/test/Index/
H A Dindex-templates.cpp42 typedef unsigned Unsigned; typedef
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h75 : kind(DiagnosticArgumentKind::Unsigned), opaqueVal(uint64_t(val)) {} in kind() argument
90 Unsigned, enumerator
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h71 uint64_t Unsigned() const { return m_value.value.uval; } Unsigned() function
/llvm-project/llvm/include/llvm/Support/
H A 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
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h343 unsigned Unsigned; member
/llvm-project/lldb/tools/debugserver/source/
H A DJSON.h124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; enumerator
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp110 bool Unsigned = false; in generateInstSeqImpl() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h119 Unsigned = 0, global() enumerator
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp267 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h44 Unsigned, enumerator
/llvm-project/flang/runtime/
H A Dedit-output.cpp116 using Unsigned = common::HostUnsignedIntType<8 * KIND>; in EditIntegerOutput() typedef
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp468 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue() argument
479 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue() argument
/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp502 unsigned Unsigned = 1; tryCreateMaskedGatherOffset() local
/llvm-project/llvm/unittests/ADT/
H A DStringRefTest.cpp632 } Unsigned[] = global() variable
[all...]

12