Lines Matching refs:DestinationSize
1210 std::optional<llvm::APSInt> DestinationSize; in checkFortifiedBuiltinMemoryFunction() local
1235 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1242 DestinationSize = ComputeExplicitObjectSizeArgument(2); in checkFortifiedBuiltinMemoryFunction()
1309 DestinationSize = ComputeExplicitObjectSizeArgument(2); in checkFortifiedBuiltinMemoryFunction()
1312 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1331 DestinationSize = in checkFortifiedBuiltinMemoryFunction()
1341 DestinationSize = ComputeExplicitObjectSizeArgument(3); in checkFortifiedBuiltinMemoryFunction()
1359 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1373 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1410 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1414 if (!SourceSize || !DestinationSize || in checkFortifiedBuiltinMemoryFunction()
1415 llvm::APSInt::compareValues(*SourceSize, *DestinationSize) <= 0) in checkFortifiedBuiltinMemoryFunction()
1422 DestinationSize->toString(DestinationStr, /*Radix=*/10); in checkFortifiedBuiltinMemoryFunction()