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

Class Node0Impl

Import path

import semmle.code.cpp.ir.dataflow.internal.DataFlowPrivate

Direct supertypes

Known direct subtypes

    Predicates

    asInstruction

    Gets the instruction corresponding to this node, if any.

    asOperand

    Gets the operands corresponding to this node, if any.

    getEnclosingCallable

    INTERNAL: Do not use.

    getFunction

    Gets the function to which this node belongs, if any.

    getLocation

    Gets the location of this node.

    getLocationImpl

    INTERNAL: Do not use.

    getType

    Gets the type of this node.

    isGLValue

    Holds if the value of this node is a glvalue

    toString

    Gets a textual representation of this node.

    toStringImpl

    INTERNAL: Do not use.