CodeQL library for C/C++
codeql/cpp-all 0.13.0 (changelog, source)
Search

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)