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

Predicate compatibleTypes

Holds if t1 and t2 are compatible, that is, whether data can flow from a node of type t1 to a node of type t2.

Import path

import semmle.code.cpp.dataflow.internal.DataFlowPrivate
predicate compatibleTypes(Type t1, Type t2)