Lines Matching refs:DestinationSize
1093 Optional<llvm::APSInt> DestinationSize; in checkFortifiedBuiltinMemoryFunction() local
1118 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1125 DestinationSize = ComputeExplicitObjectSizeArgument(2); in checkFortifiedBuiltinMemoryFunction()
1213 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()
1292 llvm::APSInt::compareValues(*SourceSize, *DestinationSize) <= 0) in checkFortifiedBuiltinMemoryFunction()
1299 DestinationSize->toString(DestinationStr, /*Radix=*/10); in checkFortifiedBuiltinMemoryFunction()