You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Gets the constant value of a constexpr variable. */
8
-
privatestringgetConstExprValue(Variablev){
9
-
result=v.getInitializer().getExpr().getValue()and
10
-
v.isConstexpr()
11
-
}
12
-
13
7
/**
14
8
* Gets the number of uses of variable `v` in an opaque assignment, where an opaque assignment is a cast from one type to the other, and `v` is assumed to be a member of the resulting type.
0 commit comments