Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DBoolean.h61 Boolean toUnsigned() const { return *this; } in toUnsigned() function