Home
last modified time | relevance | path

Searched refs:UValue (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp390 uint64_t UValue = Value.uval; in dump() local
409 Optional<object::SectionedAddress> A = U->getAddrOffsetSectionItem(UValue); in dump()
411 AddrOS << format("indexed (%8.8x) address = ", (uint32_t)UValue); in dump()
423 OS << format("0x%02x", (uint8_t)UValue); in dump()
426 OS << format("0x%04x", (uint16_t)UValue); in dump()
429 OS << format("0x%08x", (uint32_t)UValue); in dump()
432 AddrOS << format("0x%016" PRIx64, UValue); in dump()
435 OS << format("0x%016" PRIx64, UValue); in dump()
450 if (UValue > 0) { in dump()
454 AddrOS << format("<0x%" PRIx64 "> ", UValue); in dump()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp391 uint64_t UValue = Value.uval; in dump() local
411 Optional<object::SectionedAddress> A = U->getAddrOffsetSectionItem(UValue); in dump()
413 AddrOS << format("indexed (%8.8x) address = ", (uint32_t)UValue); in dump()
425 OS << format("0x%02x", (uint8_t)UValue); in dump()
428 OS << format("0x%04x", (uint16_t)UValue); in dump()
431 OS << format("0x%08x", (uint32_t)UValue); in dump()
434 AddrOS << format("0x%016" PRIx64, UValue); in dump()
437 OS << format("0x%016" PRIx64, UValue); in dump()
452 if (UValue > 0) { in dump()
456 AddrOS << format("<0x%" PRIx64 "> ", UValue); in dump()
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-signed-bitwise-integer-literals.cpp6 unsigned UValue = 40u; in examples() local
9 URes = UValue & 1u; //Ok in examples()
10 URes = UValue & -1; in examples()
Dhicpp-signed-bitwise.cpp30 unsigned int UValue = 42; in binary_bitwise() local
47 UResult = UValue & 1u; // Ok in binary_bitwise()
48 UResult = UValue & UValue; // Ok in binary_bitwise()
65 UResult = UValue & (SByte1 + (SByte1 | SByte2)); in binary_bitwise()
/external/lua/src/
Dlobject.h427 typedef union UValue { union
430 } UValue; typedef
443 UValue uv[1]; /* user values */
468 : offsetof(Udata, uv) + (sizeof(UValue) * (nuv)))
/external/llvm-project/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp546 for (const Value *UValue : Objs) { in getUnderlyingObjects() local
550 Objects.push_back(UValue); in getUnderlyingObjects()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp547 for (const Value *UValue : Objs) { in getUnderlyingObjects() local
551 Objects.push_back(UValue); in getUnderlyingObjects()