Home
last modified time | relevance | path

Searched defs:tk (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dlexer.h169 inline bool IsPrimitiveType(TokenKind tk) in IsPrimitiveType()
174 inline bool IsVarName(TokenKind tk) in IsVarName()
179 inline bool IsExprBinary(TokenKind tk) in IsExprBinary()
184 inline bool IsConstValue(TokenKind tk) in IsConstValue()
189 inline bool IsConstAddrExpr(TokenKind tk) in IsConstAddrExpr()
/arkcompiler/runtime_core/static_core/runtime/scheduler/
Dworker_thread.h51 void SetTask(Task *tk) in SetTask()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp250 TokenKind tk = lexer.GetTokenKind(); in ParseType() local
353 TokenKind tk = lexer.GetTokenKind(); in ParsePragmaElementForArray() local
422 TokenKind tk = lexer.NextToken(); in ParseInterfaceType() local
728 TokenKind tk = lexer.GetTokenKind(); in ParseStorageClass() local
747 TokenKind tk = lexer.GetTokenKind(); in ParseDeclareReg() local
791 TokenKind tk = lexer.GetTokenKind(); in ParseDeclareVarInitValue() local
804 TokenKind tk = lexer.GetTokenKind(); in ParseDeclareFormal() local
1214 TokenKind tk = lexer.NextToken(); in ParseMIRForFileInfo() local
1253 TokenKind tk = lexer.NextToken(); in ParseMIRForFileData() local
1285 TokenKind tk = lexer.NextToken(); in ParseMIRForSrcFileInfo() local
Dmir_parser.cpp106 TokenKind tk = lexer.NextToken(); in ParseCallReturns() local
483 TokenKind tk = lexer.NextToken(); in ParseExprNaryOperand() local
Dlexer.cpp342 TokenKind tk = keywordMap[name]; in GetTokenSpecial() local