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

Member predicate CppType::hasUnspecifiedType

Holds if this type represents the C++ unspecified type type. If isGLValue is true, then this type represents a glvalue of type type. Otherwise, it represents a prvalue of type type.

predicate hasUnspecifiedType(Type type, boolean isGLValue)