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

Class Make::TestAdjacentRefs::Ref

An SSA reference. This is either a certain read, a definition, or a synthesized phi read.

Import path

import codeql.ssa.Ssa

Direct supertypes

Predicates

accessAt

Holds if this reference of v occurs in bb at index i.

getLocation

Gets the location of this SSA reference.

getSourceVariable

Gets the source variable referenced by this reference.

isPhiRead

Holds if this reference is a synthesized phi read.

toString

Gets a textual representation of this SSA reference.