MCPcopy Create free account
hub / github.com/LFYSec/MScan / newTempVar

Method newTempVar

src/main/java/pascal/taie/ir/IRBuildHelper.java:119–121  ·  view source on GitHub ↗

@return a new temporary variable of given type.

(Type type)

Source from the content-addressed store, hash-verified

117 * @return a new temporary variable of given type.
118 */
119 public Var newTempVar(Type type) {
120 return newVar(TEMP + tempCounter++, type);
121 }
122
123 /**
124 * @return a new return statement of the IR being built.

Callers 3

initModelsMethod · 0.95
allocateObjectMethod · 0.95
allocateArrayMethod · 0.95

Calls 1

newVarMethod · 0.95

Tested by

no test coverage detected