Home
last modified time | relevance | path

Searched defs:theIntVal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dlexer.h82 uint64 theIntVal = 0; // also indicates preg number under TK_preg variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp301 int64 theIntVal = static_cast<int64>(lexer.GetTheIntVal()); in ParseStmtBlockForReg() local