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

Predicate Make::Private::unsupportedCallable

Holds if callable has an unsupported flow input -> output.

whichOne indicates if the input or output contains the unsupported sequence.

Import path

import codeql.dataflow.internal.FlowSummaryImpl
predicate unsupportedCallable(SummarizedCallableImpl callable, SummaryComponentStack input, SummaryComponentStack output, string whichOne)