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.h175 inline bool IsPrimitiveType(TokenKind tk) in IsPrimitiveType()
180 inline bool IsVarName(TokenKind tk) in IsVarName()
185 inline bool IsExprBinary(TokenKind tk) in IsExprBinary()
190 inline bool IsConstValue(TokenKind tk) in IsConstValue()
195 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.cpp261 TokenKind tk = lexer.GetTokenKind(); in ParseType() local
367 TokenKind tk = lexer.GetTokenKind(); in ParsePragmaElement() local
427 TokenKind tk; in ParsePragmaElementForArray() local
463 TokenKind tk; in ParsePragmaElementForAnnotation() local
519 TokenKind tk = lexer.NextToken(); in ParsePragma() local
586 TokenKind tk = lexer.NextToken(); in ParseFields() local
920 TokenKind tk = lexer.NextToken(); in ParseInterfaceType() local
1200 TokenKind tk = lexer.GetTokenKind(); in ParseDefinedTypename() local
1723 TokenKind tk = lexer.NextToken(); in ParseJavaClassInterface() local
1760 TokenKind tk = lexer.GetTokenKind(); in ParseStorageClass() local
[all …]
Dmir_parser.cpp559 TokenKind tk = lexer.GetTokenKind(); in ParseStmtBr() local
642 TokenKind tk = lexer.NextToken(); in ParseStmtSwitch() local
691 TokenKind tk = lexer.NextToken(); in ParseStmtRangegoto() local
754 TokenKind tk = lexer.NextToken(); in ParseStmtMultiway() local
828 TokenKind tk = lexer.GetTokenKind(); in ParseStmtCall() local
1065 TokenKind tk = lexer.NextToken(); in ParseStmtIntrinsiccallwithtype() local
1208 TokenKind tk = lexer.NextToken(); in ParseCallReturns() local
2206 static Opcode GetUnaryOp(TokenKind tk) in GetUnaryOp()
2219 static Opcode GetBinaryOp(TokenKind tk) in GetBinaryOp()
2232 static Opcode GetConvertOp(TokenKind tk) in GetConvertOp()
[all …]
Dlexer.cpp147 TokenKind tk = GetSpecialFloatConst(); in GetConstVal() local
543 TokenKind tk = keywordMap[name]; in GetTokenSpecial() local