Lines Matching refs:DestinationSize
1134 std::optional<llvm::APSInt> DestinationSize; in checkFortifiedBuiltinMemoryFunction() local
1159 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1166 DestinationSize = ComputeExplicitObjectSizeArgument(2); in checkFortifiedBuiltinMemoryFunction()
1254 DestinationSize = ComputeExplicitObjectSizeArgument(2); in checkFortifiedBuiltinMemoryFunction()
1257 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1276 DestinationSize = in checkFortifiedBuiltinMemoryFunction()
1286 DestinationSize = ComputeExplicitObjectSizeArgument(3); in checkFortifiedBuiltinMemoryFunction()
1304 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1318 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1327 DestinationSize = ComputeSizeArgument(0); in checkFortifiedBuiltinMemoryFunction()
1332 if (!SourceSize || !DestinationSize || in checkFortifiedBuiltinMemoryFunction()
1333 llvm::APSInt::compareValues(*SourceSize, *DestinationSize) <= 0) in checkFortifiedBuiltinMemoryFunction()
1340 DestinationSize->toString(DestinationStr, /*Radix=*/10); in checkFortifiedBuiltinMemoryFunction()