Class ExitBasicBlock
A basic block whose last node is the exit point of a function.
Import path
import cppDirect supertypes
Indirect supertypes
Inherited predicates
| contains | Holds if this basic block contains | from BasicBlock |
| getAFalseSuccessor | Gets a | from BasicBlock |
| getANode | Gets a | from BasicBlock |
| getAPredecessor | Gets a | from BasicBlock |
| getAPrimaryQlClass | Gets the name of a primary CodeQL class to which this element belongs. | from ElementBase |
| getASuccessor | Gets a | from BasicBlock |
| getATrueSuccessor | Gets a | from BasicBlock |
| getEnclosingFunction | Gets the function containing this basic block. | from BasicBlock |
| getEnd | Gets the final | from BasicBlock |
| getNode | Gets the | from BasicBlock |
| getPrimaryQlClasses | Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs. | from ElementBase |
| getStart | Gets the first | from BasicBlock |
| hasLocationInfo | Holds if this element is at the specified location. The location spans column | from BasicBlock |
| inLoop | Holds if this basic block is in a loop of the control-flow graph. This includes loops created by | from BasicBlock |
| isReachable | Holds if control flow may reach this basic block from a function entry point or any handler of a reachable | from BasicBlock |
| isUnreachable | Means | from BasicBlock |
| length | Gets the number of | from BasicBlock |
| toString | Gets a textual representation of this element. | from ElementBase |