Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h270 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function
282 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function
284 return toSigned(V).value_or(Default); in toSigned()