Class TempVariableTag
A reason that a particular IR temporary variable was generated. For example, it could be
generated to hold the return value of a function, or to hold the result of a ?:
operator
computed on each branch. The set of possible TempVariableTag
s is language-dependent.
Import path
import semmle.code.cpp.ir.IR
Direct supertypes
Predicates
toString | Gets a textual representation of this tag. |