Searched defs:ValueOr (Results 1 – 3 of 3) sorted by relevance
257 std::optional<StringRef> ValueOr = get(LocalName); in getLocalOrGlobal() local 287 std::optional<StringRef> ValueOr = get(LocalName); in getLocalOrGlobal() local 337 if (std::optional<int64_t> ValueOr = global() variable 377 if (std::optional<int64_t> ValueOr = global() variable [all...]
109 if (std::optional<StringRef> ValueOr = get(LocalName)) { get() local
1814 TEST_P(UncheckedOptionalAccessTest,ValueOr) TEST_P() argument