Predicate repeatStars
Gets a string consisting of n
star characters (“*”), where n >= 0. This is
used to represent indirection.
Import path
import semmle.code.cpp.ir.dataflow.internal.DataFlowUtil
string repeatStars(int n)
Gets a string consisting of n
star characters (“*”), where n >= 0. This is
used to represent indirection.
import semmle.code.cpp.ir.dataflow.internal.DataFlowUtil
string repeatStars(int n)