| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| H A D | ASLexer.cpp | 21 void ASLexer::NextToken(NextTokenFlags flags) in NextToken() argument
|
| H A D | TSLexer.cpp | 21 void TSLexer::NextToken(NextTokenFlags flags) in NextToken() argument
|
| H A D | keywordsBase.h | 26 explicit Keywords(Lexer *lexer, lexer::NextTokenFlags flags) : util_(KeywordsUtil(lexer, flags)) {} in Keywords() argument
|
| H A D | ETSLexer.cpp | 21 void ETSLexer::NextToken(NextTokenFlags flags) in NextToken() argument 113 void ETSLexer::ConvertNumber(const std::string &utf8, NumberFlags flags) in ConvertNumber() argument
|
| /arkcompiler/ets_runtime/test/moduletest/regressmathmaxmin/ |
| H A D | regressmathmaxmin.js | 16 var flags; variable
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | statement.h | 41 explicit Statement(AstNodeType type, ModifierFlags flags) : AstNode(type, flags) {} in Statement() argument
|
| H A D | typeNode.h | 54 explicit TypeNode(AstNodeType const type, ModifierFlags const flags) : Expression(type, flags) {} in TypeNode() argument
|
| H A D | typed.h | 78 explicit Typed(AstNodeType const type, ModifierFlags const flags) : T(type, flags) {} in Typed() argument 97 explicit TypedAstNode(AstNodeType const type, ModifierFlags const flags) : Typed<AstNode>(type, flags) {} in TypedAstNode() argument 116 explicit AnnotatedAstNode(AstNodeType const type, ModifierFlags const flags) : Annotated<AstNode>(type, flags) {} in AnnotatedAstNode() argument 133 explicit TypedStatement(AstNodeType type, ModifierFlags flags) : Typed<Statement>(type, flags) {}; in TypedStatement() argument 154 explicit AnnotatedStatement(AstNodeType type, ModifierFlags flags) : Annotated<Statement>(type, flags) {} in AnnotatedStatement() argument [all...] |
| H A D | expression.h | 103 explicit Expression(AstNodeType const type, ModifierFlags const flags) : TypedAstNode(type, flags) {} in Expression() argument 157 explicit MaybeOptionalExpression(AstNodeType type, ModifierFlags flags, bool optional) in MaybeOptionalExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsWildcardType.h | 25 explicit ETSWildcardType(ir::ETSTypeReference *typeReference, ModifierFlags flags) in ETSWildcardType() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| H A D | regExpLiteral.h | 32 explicit RegExpLiteral(util::StringView pattern, lexer::RegExpFlags flags, util::StringView flagsStr) in RegExpLiteral() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | ifile.cpp | 23 Section::Section(std::string secName, Word type, Word flags, uint32 align, ObjEmitter &objEmitter, MemPool &memPool) in Section() argument
|
| /arkcompiler/toolchain/build/config/mac/ |
| H A D | xcrun.py | 25 flags = os.O_RDWR | os.O_CREAT | os.O_EXCL variable
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | space-inl.h | 70 RegionSpaceFlag flags = RegionSpaceFlag::UNINITIALIZED; in GetRegionFlag() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_parser_cache.cpp | 39 size_t RegExpParserCache::GetHash(EcmaString *pattern, const uint32_t flags) in GetHash() argument 45 std::pair<JSTaggedValue, size_t> RegExpParserCache::GetCache(EcmaString *pattern, const uint32_t flags, in GetCache() argument 58 void RegExpParserCache::SetCache(EcmaString *pattern, const uint32_t flags, in SetCache() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | enumLowering.h | 50 ir::ModifierFlags flags; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | namespaceDefinition.h | 42 NamespaceDefinition(Identifier *ident, ArenaVector<AstNode *> &&body, MethodDefinition *ctor, ModifierFlags flags, Language lang) NamespaceDefinition() argument
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| H A D | enums.rb | 25 def flags method in Enums.EnumData
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserNamespaces.cpp | 39 ir::NamespaceDeclaration *ETSParser::ParseNamespaceDeclaration(ir::ModifierFlags flags) in ParseNamespaceDeclaration() argument 78 ETSParser::NamespaceBody ETSParser::ParseNamespaceBody(ir::ClassDefinitionModifiers modifiers, ir::ModifierFlags flags) in ParseNamespaceBody() argument 59 ParseNamespaceDefinition(ir::ClassDefinitionModifiers modifiers, ir::ModifierFlags flags) ParseNamespaceDefinition() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | etsWildcardTypeBuilder.h | 35 ETSWildcardTypeBuilder &SetFlags(ModifierFlags flags) in SetFlags() argument
|
| H A D | methodDefinitionBuilder.h | 47 MethodDefinitionBuilder &SetModifierFlags(ModifierFlags const flags) in SetModifierFlags() argument
|
| H A D | regExpLiteralBuilder.h | 35 RegExpLiteralBuilder &SetFlags(lexer::RegExpFlags flags) in SetFlags() argument
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | variable.cpp | 25 LocalVariable::LocalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) in LocalVariable() argument 32 LocalVariable::LocalVariable(VariableFlags flags) : Variable(flags) {} in LocalVariable() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| H A D | regExpLiteral.h | 35 explicit RegExpLiteral(util::StringView pattern, util::StringView flags) in RegExpLiteral() argument
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| H A D | keywordsUtil.h | 33 explicit KeywordsUtil(Lexer *lexer, lexer::LexerNextTokenFlags flags) : lexer_(lexer), flags_(flags) {} in KeywordsUtil() argument 34 explicit KeywordsUtil(Lexer *lexer, lexer::LexerNextTokenFlags flags, char32_t cp) in KeywordsUtil() argument
|