Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-signed-bitwise-integer-literals.cpp6 unsigned UValue = 40u; in examples() local
Dhicpp-signed-bitwise.cpp30 unsigned int UValue = 42; in binary_bitwise() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp390 uint64_t UValue = Value.uval; in dump() local
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp391 uint64_t UValue = Value.uval; in dump() local
/external/llvm-project/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp546 for (const Value *UValue : Objs) { in getUnderlyingObjects() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp547 for (const Value *UValue : Objs) { in getUnderlyingObjects() local
/external/lua/src/
Dlobject.h427 typedef union UValue { union
430 } UValue; typedef