Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1181 std::optional<unsigned> IndexOptional = TranslateIndex(Index); in checkFortifiedBuiltinMemoryFunction() local
1182 if (!IndexOptional) in checkFortifiedBuiltinMemoryFunction()
1184 unsigned NewIndex = *IndexOptional; in checkFortifiedBuiltinMemoryFunction()
1207 std::optional<unsigned> IndexOptional = TranslateIndex(Index); in checkFortifiedBuiltinMemoryFunction() local
1208 if (!IndexOptional) in checkFortifiedBuiltinMemoryFunction()
1210 unsigned NewIndex = *IndexOptional; in checkFortifiedBuiltinMemoryFunction()
1226 std::optional<unsigned> IndexOptional = TranslateIndex(Index); in checkFortifiedBuiltinMemoryFunction() local
1227 if (!IndexOptional) in checkFortifiedBuiltinMemoryFunction()
1229 unsigned NewIndex = *IndexOptional; in checkFortifiedBuiltinMemoryFunction()