Searched refs:DestinationSize (Results 1 – 1 of 1) sorted by relevance
1093 Optional<llvm::APSInt> DestinationSize; in checkFortifiedBuiltinMemoryFunction() local1118 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()1125 DestinationSize = ComputeExplicitObjectSizeArgument(2); in checkFortifiedBuiltinMemoryFunction()1216 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()1235 DestinationSize = in checkFortifiedBuiltinMemoryFunction()1245 DestinationSize = ComputeExplicitObjectSizeArgument(3); in checkFortifiedBuiltinMemoryFunction()1263 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()1277 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()1286 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()1291 if (!SourceSize || !DestinationSize || in checkFortifiedBuiltinMemoryFunction()[all …]