Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptParser.cpp1273 if (std::optional<uint64_t> asInt = parseInt(tok)) in parseFlag() local
1274 return asInt; in parseFlag()