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

Class AbstractValue

An abstract value. This is either a boolean value, or a switch case.

Import path

import semmle.code.cpp.controlflow.IRGuards

Direct supertypes

Known direct subtypes

Predicates

getDualValue

Gets an abstract value that represents the dual of this value, if any.

toString

Gets a textual representation of this abstract value.