Home
last modified time | relevance | path

Searched defs:const (Results 1 – 25 of 947) sorted by relevance

12345678910>>...38

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompilerUnreachable.cpp21 void JSCompiler::Compile([[maybe_unused]] const ir::NamedType *node) const in Compile() argument
26 void JSCompiler::Compile([[maybe_unused]] const ir::PrefixAssertionExpression *expr) const in Compile() argument
31 void JSCompiler::Compile([[maybe_unused]] const ir::ClassProperty *st) const in Compile() argument
36 void JSCompiler::Compile([[maybe_unused]] const ir::ClassStaticBlock *st) const in Compile() argument
41 void JSCompiler::Compile([[maybe_unused]] const ir::Decorator *st) const in Compile() argument
46 void JSCompiler::Compile([[maybe_unused]] const ir::MethodDefinition *node) const in Compile() argument
51 void JSCompiler::Compile([[maybe_unused]] const ir::Property *expr) const in Compile() argument
56 void JSCompiler::Compile([[maybe_unused]] const ir::ScriptFunction *node) const in Compile() argument
61 void JSCompiler::Compile([[maybe_unused]] const ir::SpreadElement *expr) const in Compile() argument
66 void JSCompiler::Compile([[maybe_unused]] const ir::TemplateElement *expr) const in Compile() argument
[all …]
DETSCompilerUnrechable.cpp20 void ETSCompiler::Compile([[maybe_unused]] const ir::NamedType *node) const in Compile() argument
25 void ETSCompiler::Compile([[maybe_unused]] const ir::PrefixAssertionExpression *expr) const in Compile() argument
30 void ETSCompiler::Compile([[maybe_unused]] const ir::ClassDefinition *node) const in Compile() argument
35 void ETSCompiler::Compile([[maybe_unused]] const ir::ClassStaticBlock *st) const in Compile() argument
40 void ETSCompiler::Compile([[maybe_unused]] const ir::Decorator *st) const in Compile() argument
45 void ETSCompiler::Compile([[maybe_unused]] const ir::MetaProperty *expr) const in Compile() argument
50 void ETSCompiler::Compile([[maybe_unused]] const ir::MethodDefinition *node) const in Compile() argument
55 void ETSCompiler::Compile([[maybe_unused]] const ir::Property *expr) const in Compile() argument
60 void ETSCompiler::Compile([[maybe_unused]] const ir::ScriptFunction *node) const in Compile() argument
65 void ETSCompiler::Compile([[maybe_unused]] const ir::SpreadElement *expr) const in Compile() argument
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerUnreachable.cpp21 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check()
26 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check()
31 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check()
36 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check()
41 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check()
46 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexSignature *node) const in Check()
51 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMethodSignature *node) const in Check()
56 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSPropertySignature *node) const in Check()
61 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSSignatureDeclaration *node) const in Check()
66 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSScript *node) const in Check()
[all …]
DTSAnalyzerUnreachable.cpp21 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check()
26 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check()
31 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check()
36 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check()
41 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check()
46 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check()
51 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check()
56 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check()
61 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check()
66 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TemplateElement *expr) const in Check()
[all …]
DTSAnalyzer.cpp29 checker::Type *TSAnalyzer::Check(ir::CatchClause *st) const in Check()
48 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassDefinition *node) const in Check()
55 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check()
62 checker::Type *TSAnalyzer::Check(ir::TSIndexSignature *node) const in Check()
87 checker::Type *TSAnalyzer::Check(ir::TSMethodSignature *node) const in Check()
115 checker::Type *TSAnalyzer::Check(ir::TSPropertySignature *node) const in Check()
135 checker::Type *TSAnalyzer::Check(ir::TSSignatureDeclaration *node) const in Check()
242 checker::Type *TSAnalyzer::Check(ir::ArrayExpression *expr) const in Check()
306 checker::Type *TSAnalyzer::Check(ir::ArrowFunctionExpression *expr) const in Check()
340 checker::Type *rightType) const in CheckAssignmentExprOperatorType()
[all …]
DETSAnalyzer.cpp35 checker::Type *ETSAnalyzer::Check(ir::CatchClause *st) const in Check()
56 checker::Type *ETSAnalyzer::Check(ir::ClassDefinition *node) const in Check()
71 checker::Type *ETSAnalyzer::Check(ir::ClassProperty *st) const in Check()
93 checker::Type *ETSAnalyzer::Check(ir::ClassStaticBlock *st) const in Check()
138 checker::Type *ETSAnalyzer::Check(ir::MethodDefinition *node) const in Check()
191 void ETSAnalyzer::CheckMethodModifiers(ir::MethodDefinition *node) const in CheckMethodModifiers()
231 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check()
236 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check()
245 checker::Type *ETSAnalyzer::Check(ir::TemplateElement *expr) const in Check()
252 checker::Type *ETSAnalyzer::Check(ir::ETSClassLiteral *expr) const in Check()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp1221 void JSTaggedValue::DumpSpecialValue(std::ostream &os) const in DumpSpecialValue()
1251 void JSTaggedValue::DumpHeapObjectType(std::ostream &os) const in DumpHeapObjectType()
1281 void JSTaggedValue::DumpTaggedValue(std::ostream &os) const in DumpTaggedValue()
1295 void JSTaggedValue::Dump(std::ostream &os) const in Dump()
1322 void NumberDictionary::Dump(std::ostream &os) const in Dump()
1340 void NameDictionary::Dump(std::ostream &os) const in Dump()
1359 void GlobalDictionary::Dump(std::ostream &os) const in Dump()
1378 void LayoutInfo::Dump(std::ostream &os) const in Dump()
1394 void TransitionsDictionary::Dump(std::ostream &os) const in Dump()
1412 void LinkedHashSet::Dump(std::ostream &os) const in Dump()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp23 …mpiler::RuntimeInterface::ClassPtr EtsRuntimeInterface::GetClass(MethodPtr method, IdType id) const in GetClass()
97 …untimeInterface::InteropCallKind EtsRuntimeInterface::GetInteropCallKind(MethodPtr methodPtr) const in GetInteropCallKind()
132 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName()
141 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset()
148 bool EtsRuntimeInterface::IsMethodStringConcat(MethodPtr method) const in IsMethodStringConcat()
154 bool EtsRuntimeInterface::IsMethodStringBuilderConstructorWithStringArg(MethodPtr method) const in IsMethodStringBuilderConstructorWithStringArg()
160 bool EtsRuntimeInterface::IsMethodStringBuilderConstructorWithCharArrayArg(MethodPtr method) const in IsMethodStringBuilderConstructorWithCharArrayArg()
166 bool EtsRuntimeInterface::IsMethodStringBuilderDefaultConstructor(MethodPtr method) const in IsMethodStringBuilderDefaultConstructor()
172 bool EtsRuntimeInterface::IsMethodStringBuilderToString(MethodPtr method) const in IsMethodStringBuilderToString()
178 bool EtsRuntimeInterface::IsMethodStringBuilderAppend(MethodPtr method) const in IsMethodStringBuilderAppend()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp23 void MIRIntConst::Dump(const MIRSymbolTable *) const in Dump() argument
28 bool MIRIntConst::operator==(const MIRConst &rhs) const in operator ==() argument
58 void MIRAddrofConst::Dump(const MIRSymbolTable *localSymTab) const in Dump() argument
75 bool MIRAddrofConst::operator==(const MIRConst &rhs) const in operator ==() argument
90 void MIRAddroffuncConst::Dump(const MIRSymbolTable *) const in Dump() argument
100 bool MIRAddroffuncConst::operator==(const MIRConst &rhs) const in operator ==() argument
112 void MIRLblConst::Dump(const MIRSymbolTable *) const in Dump() argument
119 bool MIRLblConst::operator==(const MIRConst &rhs) const in operator ==() argument
131 bool MIRFloatConst::operator==(const MIRConst &rhs) const in operator ==() argument
153 bool MIRDoubleConst::operator==(const MIRConst &rhs) const in operator ==() argument
[all …]
Dmir_nodes.cpp72 bool AddrofNode::CheckNode(const MIRModule &mod) const in CheckNode() argument
159 bool AddrofNode::IsVolatile(const MIRModule &mod) const in IsVolatile() argument
167 bool DreadoffNode::IsVolatile(const MIRModule &mod) const in IsVolatile() argument
174 bool DassignNode::AssigningVolatile(const MIRModule &mod) const in AssigningVolatile() argument
331 void BaseNode::DumpBase(int32 indent) const in DumpBase()
337 void CatchNode::Dump(int32 indent) const in Dump()
349 void CppCatchNode::Dump(int32 indent) const in Dump()
361 void UnaryNode::DumpOpnd(const MIRModule &, int32 indent) const in DumpOpnd()
366 void UnaryNode::DumpOpnd(int32 indent) const in DumpOpnd()
375 void UnaryNode::Dump(int32 indent) const in Dump()
[all …]
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp61 bool PtJson::Add(const char *key, bool value) const in Add()
79 bool PtJson::Add(const char *key, int32_t value) const in Add()
84 bool PtJson::Add(const char *key, int64_t value) const in Add()
89 bool PtJson::Add(const char *key, uint32_t value) const in Add()
94 bool PtJson::Add(const char *key, double value) const in Add()
112 bool PtJson::Add(const char *key, const char *value) const in Add() argument
130 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() argument
147 bool PtJson::Push(bool value) const in Push()
163 bool PtJson::Push(int32_t value) const in Push()
168 bool PtJson::Push(int64_t value) const in Push()
[all …]
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.cpp117 uint32_t SaveStartOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
125 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
132 uint32_t SaveEndOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
140 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
147 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
155 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
162 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
169 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
176 uint32_t GotoOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
183 void GotoOpCode::UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const in UpdateOpPara()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.cpp26 size_t GateAccessor::GetNumIns(GateRef gate) const in GetNumIns()
32 MarkCode GateAccessor::GetMark(GateRef gate) const in GetMark()
42 bool GateAccessor::IsFinished(GateRef gate) const in IsFinished()
47 bool GateAccessor::IsVisited(GateRef gate) const in IsVisited()
52 bool GateAccessor::IsPrevisit(GateRef gate) const in IsPrevisit()
57 bool GateAccessor::IsNotMarked(GateRef gate) const in IsNotMarked()
77 OpCode GateAccessor::GetOpCode(GateRef gate) const in GetOpCode()
83 BitField GateAccessor::TryGetValue(GateRef gate) const in TryGetValue()
89 ICmpCondition GateAccessor::GetICmpCondition(GateRef gate) const in GetICmpCondition()
96 FCmpCondition GateAccessor::GetFCmpCondition(GateRef gate) const in GetFCmpCondition()
[all …]
Daot_compilation_env.cpp46 JSHClass *AOTCompilationEnv::GetBuiltinPrototypeHClass(BuiltinTypeId type) const in GetBuiltinPrototypeHClass()
51 …TCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const in FindConstpool()
56 JSTaggedValue AOTCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const in FindConstpool()
61 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const in FindOrCreateUnsharedConstpool() argument
67 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const in FindOrCreateUnsharedConstpool()
78 JSTaggedValue AOTCompilationEnv::GetConstantPoolByMethodOffset(const uint32_t methodOffset) const in GetConstantPoolByMethodOffset() argument
88 …pilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetArrayLiteralFromCache()
93 …ilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetObjectLiteralFromCache()
98 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache()
103 …le::File::EntityId AOTCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t index) const in GetIdFromCache()
[all …]
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp123 uint32_t SaveStartOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
131 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
138 uint32_t SaveEndOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
146 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
153 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
161 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
168 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
175 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
182 uint32_t GotoOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
189 void GotoOpCode::UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const in UpdateOpPara()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_optimize_common.cpp71 LabelIdx X64InsnVisitor::GetJumpLabel(const Insn &insn) const in GetJumpLabel() argument
81 bool X64InsnVisitor::IsCompareInsn(const Insn &insn) const in IsCompareInsn() argument
111 bool X64InsnVisitor::IsSimpleJumpInsn(const Insn &insn) const in IsSimpleJumpInsn() argument
116 bool X64InsnVisitor::IsCompareAndBranchInsn(const Insn &insn) const in IsCompareAndBranchInsn() argument
121 bool X64InsnVisitor::IsTestAndSetCCInsn(const Insn &insn) const in IsTestAndSetCCInsn() argument
126 bool X64InsnVisitor::IsTestAndBranchInsn(const Insn &insn) const in IsTestAndBranchInsn() argument
131 bool X64InsnVisitor::IsAddOrSubInsn(const Insn &insn) const in IsAddOrSubInsn() argument
184 void X64InsnVisitor::ReTargetSuccBB(BB &bb, LabelIdx newTarget) const in ReTargetSuccBB()
192 void X64InsnVisitor::FlipIfBB(BB &bb, LabelIdx ftLabel) const in FlipIfBB()
200 BB *X64InsnVisitor::CreateGotoBBAfterCondBB(BB &bb, BB &fallthru, bool isTargetFallthru) const in CreateGotoBBAfterCondBB()
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp53 bool PandaRuntimeInterface::IsGcValidForFastPath(SourceLanguage lang) const in IsGcValidForFastPath()
64MethodIndex index) const in ResolveMethodIndex()
70 FieldIndex index) const in ResolveFieldIndex()
76 TypeIndex index) const in ResolveTypeIndex()
81 …nterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, MethodId id) const in GetMethodById()
89 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::GetMethodId(MethodPtr method) const in GetMethodId()
94 …mpiler::RuntimeInterface::IntrinsicId PandaRuntimeInterface::GetIntrinsicId(MethodPtr method) const in GetIntrinsicId()
99 uint64_t PandaRuntimeInterface::GetUniqMethodId(MethodPtr method) const in GetUniqMethodId()
104 …erface::MethodPtr PandaRuntimeInterface::ResolveVirtualMethod(ClassPtr cls, MethodPtr method) const in ResolveVirtualMethod()
112MethodPtr method) const in ResolveInterfaceMethod()
[all …]
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeOperator.cpp22 void TSTypeOperator::Iterate(const NodeTraverser &cb) const in Iterate() argument
27 void TSTypeOperator::Dump(ir::AstDumper *dumper) const in Dump()
36 void TSTypeOperator::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
38 checker::Type *TSTypeOperator::Check([[maybe_unused]] checker::Checker *checker) const in Check()
43 checker::Type *TSTypeOperator::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
DtsConditionalType.cpp22 void TSConditionalType::Iterate(const NodeTraverser &cb) const in Iterate() argument
30 void TSConditionalType::Dump(ir::AstDumper *dumper) const in Dump()
39 void TSConditionalType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
41 checker::Type *TSConditionalType::Check([[maybe_unused]] checker::Checker *checker) const in Check()
46 checker::Type *TSConditionalType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
DtsNumberKeyword.cpp23 void TSNumberKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSNumberKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSNumberKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSNumberKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSNumberKeyword::GetType(checker::Checker *checker) const in GetType()
DtsSymbolKeyword.cpp23 void TSSymbolKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSSymbolKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSSymbolKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSSymbolKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
38 checker::Type *TSSymbolKeyword::GetType(checker::Checker *checker) const in GetType()
DtsUnknownKeyword.cpp23 void TSUnknownKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSUnknownKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSUnknownKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSUnknownKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSUnknownKeyword::GetType(checker::Checker *checker) const in GetType()
DtsStringKeyword.cpp23 void TSStringKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSStringKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSStringKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSStringKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSStringKeyword::GetType(checker::Checker *checker) const in GetType()
DtsUndefinedKeyword.cpp23 void TSUndefinedKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSUndefinedKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSUndefinedKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSUndefinedKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSUndefinedKeyword::GetType(checker::Checker *checker) const in GetType()
DtsNullKeyword.cpp23 void TSNullKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSNullKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSNullKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSNullKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSNullKeyword::GetType(checker::Checker *checker) const in GetType()

12345678910>>...38