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.cpp1180 std::optional<unsigned> IndexOptional = TranslateIndex(Index); in checkFortifiedBuiltinMemoryFunction() local
1181 if (!IndexOptional) in checkFortifiedBuiltinMemoryFunction()
1183 unsigned NewIndex = *IndexOptional; in checkFortifiedBuiltinMemoryFunction()
1206 std::optional<unsigned> IndexOptional = TranslateIndex(Index); in checkFortifiedBuiltinMemoryFunction() local
1207 if (!IndexOptional) in checkFortifiedBuiltinMemoryFunction()
1209 unsigned NewIndex = *IndexOptional; in checkFortifiedBuiltinMemoryFunction()
1225 std::optional<unsigned> IndexOptional = TranslateIndex(Index); in checkFortifiedBuiltinMemoryFunction() local
1226 if (!IndexOptional) in checkFortifiedBuiltinMemoryFunction()
1228 unsigned NewIndex = *IndexOptional; in checkFortifiedBuiltinMemoryFunction()