Home
last modified time | relevance | path

Searched defs:toUnsigned (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h196 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) { in toUnsigned() function
208 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V, in toUnsigned() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h201 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) { in toUnsigned() function
213 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V, in toUnsigned() function
/external/llvm-project/clang/lib/AST/Interp/
DBoolean.h61 Boolean toUnsigned() const { return *this; } in toUnsigned() function