Home
last modified time | relevance | path

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

12345678910>>...38

/arkcompiler/ets_frontend/ets2panda/compiler/core/
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 …]
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 …]
/arkcompiler/ets_frontend/ets2panda/checker/
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 …]
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 …]
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 …]
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp1217 void JSTaggedValue::DumpSpecialValue(std::ostream &os) const in DumpSpecialValue()
1247 void JSTaggedValue::DumpHeapObjectType(std::ostream &os) const in DumpHeapObjectType()
1277 void JSTaggedValue::DumpTaggedValue(std::ostream &os) const in DumpTaggedValue()
1291 void JSTaggedValue::DumpTaggedValueType(std::ostream &os) const in DumpTaggedValueType()
1306 void JSTaggedValue::Dump(std::ostream &os, bool isPrivacy) const in Dump()
1333 void NumberDictionary::Dump(std::ostream &os, bool isPrivacy) const in Dump()
1353 void NameDictionary::Dump(std::ostream &os, bool isPrivacy) const in Dump()
1374 void GlobalDictionary::Dump(std::ostream &os, bool isPrivacy) const in Dump()
1395 void LayoutInfo::Dump(std::ostream &os) const in Dump()
1411 void TransitionsDictionary::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()
91 …untimeInterface::InteropCallKind EtsRuntimeInterface::GetInteropCallKind(MethodPtr methodPtr) const in GetInteropCallKind()
124 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName()
133 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset()
140 bool EtsRuntimeInterface::IsMethodStringConcat(MethodPtr method) const in IsMethodStringConcat()
146 bool EtsRuntimeInterface::IsMethodStringBuilderConstructorWithStringArg(MethodPtr method) const in IsMethodStringBuilderConstructorWithStringArg()
152 bool EtsRuntimeInterface::IsMethodStringBuilderConstructorWithCharArrayArg(MethodPtr method) const in IsMethodStringBuilderConstructorWithCharArrayArg()
158 bool EtsRuntimeInterface::IsMethodStringBuilderDefaultConstructor(MethodPtr method) const in IsMethodStringBuilderDefaultConstructor()
164 bool EtsRuntimeInterface::IsMethodStringBuilderToString(MethodPtr method) const in IsMethodStringBuilderToString()
170 bool EtsRuntimeInterface::IsMethodStringBuilderAppend(MethodPtr method) const in IsMethodStringBuilderAppend()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp95 void BaseNode::DumpBase(int32 indent) const in DumpBase()
101 void UnaryNode::DumpOpnd(const MIRModule &, int32 indent) const in DumpOpnd()
106 void UnaryNode::DumpOpnd(int32 indent) const in DumpOpnd()
115 void UnaryNode::Dump(int32 indent) const in Dump()
121 void TypeCvtNode::Dump(int32 indent) const in Dump()
128 void RetypeNode::Dump(int32 indent) const in Dump()
143 void ExtractbitsNode::Dump(int32 indent) const in Dump()
154 void IreadNode::Dump(int32 indent) const in Dump()
163 void BinaryNode::Dump(int32 indent) const in Dump()
169 void BinaryOpnds::Dump(int32 indent) const in Dump()
[all …]
Dmir_const.cpp25 void MIRIntConst::Dump(const MIRSymbolTable *) const in Dump() argument
31 bool MIRIntConst::operator==(const MIRConst &rhs) const in operator ==() argument
62 void MIRAddrofConst::Dump(const MIRSymbolTable *localSymTab) const in Dump() argument
80 bool MIRAddrofConst::operator==(const MIRConst &rhs) const in operator ==() argument
96 void MIRAddroffuncConst::Dump(const MIRSymbolTable *) const in Dump() argument
107 bool MIRAddroffuncConst::operator==(const MIRConst &rhs) const in operator ==() argument
120 void MIRLblConst::Dump(const MIRSymbolTable *) const in Dump() argument
128 bool MIRLblConst::operator==(const MIRConst &rhs) const in operator ==() argument
140 bool MIRFloatConst::operator==(const MIRConst &rhs) const in operator ==() argument
162 bool MIRDoubleConst::operator==(const MIRConst &rhs) const in operator ==() argument
[all …]
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp59 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()
114 bool PtJson::Add(const char *key, const char *value) const in Add() argument
134 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() argument
153 bool PtJson::Push(bool value) const in Push()
169 bool PtJson::Push(int32_t value) const in Push()
174 bool PtJson::Push(int64_t value) const in Push()
[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.cpp35 ConstantIndex AOTCompilationEnv::GetArrayHClassIndex(ElementsKind kind, bool isProtoType) const in GetArrayHClassIndex()
45 JSHClass *AOTCompilationEnv::GetBuiltinPrototypeHClass(BuiltinTypeId type) const in GetBuiltinPrototypeHClass()
50 …TCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const in FindConstpool()
55 JSTaggedValue AOTCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const in FindConstpool()
60 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const in FindOrCreateUnsharedConstpool() argument
66 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const in FindOrCreateUnsharedConstpool()
77 JSTaggedValue AOTCompilationEnv::GetConstantPoolByMethodOffset(const uint32_t methodOffset) const in GetConstantPoolByMethodOffset() argument
87 …pilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetArrayLiteralFromCache()
92 …ilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetObjectLiteralFromCache()
97 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache()
[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/runtime_core/static_core/abc2program/
Dprogram_dump.cpp25 void PandasmProgramDumper::Dump(std::ostream &os, const pandasm::Program &program) const in Dump() argument
40 void PandasmProgramDumper::DumpAbcFilePath(std::ostream &os) const in DumpAbcFilePath()
48 … PandasmProgramDumper::DumpProgramLanguage(std::ostream &os, const pandasm::Program &program) const in DumpProgramLanguage() argument
55 …andasmProgramDumper::DumpLiteralArrayTable(std::ostream &os, const pandasm::Program &program) const in DumpLiteralArrayTable() argument
64 …rogramDumper::DumpLiteralArrayTableWithKey(std::ostream &os, const pandasm::Program &program) const in DumpLiteralArrayTableWithKey() argument
76 const pandasm::Program &program) const in DumpLiteralArrayWithKey() argument
85 …ramDumper::DumpLiteralArrayTableWithoutKey(std::ostream &os, const pandasm::Program &program) const in DumpLiteralArrayTableWithoutKey() argument
95 void PandasmProgramDumper::DumpRecordTable(std::ostream &os, const pandasm::Program &program) const in DumpRecordTable() argument
106 void PandasmProgramDumper::DumpRecord(std::ostream &os, const pandasm::Record &record) const in DumpRecord() argument
118 void PandasmProgramDumper::DumpFieldList(std::ostream &os, const pandasm::Record &record) const in DumpFieldList() argument
[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/runtime_core/static_core/runtime/
Dcompiler.cpp54 bool PandaRuntimeInterface::IsGcValidForFastPath(SourceLanguage lang) const in IsGcValidForFastPath()
65MethodIndex index) const in ResolveMethodIndex()
71 FieldIndex index) const in ResolveFieldIndex()
77 TypeIndex index) const in ResolveTypeIndex()
82 …nterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, MethodId id) const in GetMethodById()
87 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::GetMethodId(MethodPtr method) const in GetMethodId()
92 …mpiler::RuntimeInterface::IntrinsicId PandaRuntimeInterface::GetIntrinsicId(MethodPtr method) const in GetIntrinsicId()
97 uint64_t PandaRuntimeInterface::GetUniqMethodId(MethodPtr method) const in GetUniqMethodId()
102 …erface::MethodPtr PandaRuntimeInterface::ResolveVirtualMethod(ClassPtr cls, MethodPtr method) const in ResolveVirtualMethod()
109MethodPtr method) const in ResolveInterfaceMethod()
[all …]
/arkcompiler/runtime_core/libabckit/src/
Dir_interface_impl.cpp19 std::string AbckitIrInterface::GetMethodIdByOffset(uint32_t offset) const in GetMethodIdByOffset()
27 std::string AbckitIrInterface::GetStringIdByOffset(uint32_t offset) const in GetStringIdByOffset()
35 std::string AbckitIrInterface::GetLiteralArrayIdByOffset(uint32_t offset) const in GetLiteralArrayIdByOffset()
43 std::string AbckitIrInterface::GetTypeIdByOffset(uint32_t offset) const in GetTypeIdByOffset()
51 std::string AbckitIrInterface::GetFieldIdByOffset(uint32_t offset) const in GetFieldIdByOffset()
/arkcompiler/runtime_core/abc2program/
Dprogram_dump.cpp38 void PandasmProgramDumper::DumpAbcFilePath(std::ostream &os) const in DumpAbcFilePath()
47 …PandasmProgramDumper::DumpLanguage(std::ostream &os, const panda::panda_file::SourceLang lang) con… in DumpLanguage() argument
64 void PandasmProgramDumper::DumpProgramLanguage(std::ostream &os) const in DumpProgramLanguage()
69 void PandasmProgramDumper::DumpRecordLanguage(std::ostream &os, const pandasm::Record &record) const in DumpRecordLanguage() argument
74 …ndasmProgramDumper::DumpFunctionLanguage(std::ostream &os, const pandasm::Function &function) const in DumpFunctionLanguage() argument
79 void PandasmProgramDumper::DumpLiteralArrayTable(std::ostream &os) const in DumpLiteralArrayTable()
110 void PandasmProgramDumper::DumpRecordTable(std::ostream &os) const in DumpRecordTable()
124 void PandasmProgramDumper::DumpRecord(std::ostream &os, const pandasm::Record &record) const in DumpRecord() argument
142 bool PandasmProgramDumper::DumpRecordMetaData(std::ostream &os, const pandasm::Record &record) const in DumpRecordMetaData() argument
152 void PandasmProgramDumper::DumpFieldList(std::ostream &os, const pandasm::Record &record) const in DumpFieldList() argument
[all …]
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsMappedType.cpp22 void TSMappedType::Iterate(const NodeTraverser &cb) const in Iterate() argument
30 void TSMappedType::Dump(ir::AstDumper *dumper) const in Dump()
45 void TSMappedType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
47 checker::Type *TSMappedType::Check([[maybe_unused]] checker::Checker *checker) const in Check()
52 checker::Type *TSMappedType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
DtsBooleanKeyword.cpp23 void TSBooleanKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSBooleanKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSBooleanKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSBooleanKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSBooleanKeyword::GetType(checker::Checker *checker) const in GetType()
DtsBigintKeyword.cpp23 void TSBigintKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSBigintKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSBigintKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSBigintKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSBigintKeyword::GetType(checker::Checker *checker) const in GetType()
DtsTypePredicate.cpp22 void TSTypePredicate::Iterate(const NodeTraverser &cb) const in Iterate() argument
30 void TSTypePredicate::Dump(ir::AstDumper *dumper) const in Dump()
38 void TSTypePredicate::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
40 checker::Type *TSTypePredicate::Check([[maybe_unused]] checker::Checker *checker) const in Check()
45 checker::Type *TSTypePredicate::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()
DtsImportType.cpp23 void TSImportType::Iterate(const NodeTraverser &cb) const in Iterate() argument
36 void TSImportType::Dump(ir::AstDumper *dumper) const in Dump()
45 void TSImportType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
47 checker::Type *TSImportType::Check([[maybe_unused]] checker::Checker *checker) const in Check()
52 checker::Type *TSImportType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
DtsThisType.cpp22 void TSThisType::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
24 void TSThisType::Dump(ir::AstDumper *dumper) const in Dump()
29 void TSThisType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
31 checker::Type *TSThisType::Check([[maybe_unused]] checker::Checker *checker) const in Check()
36 checker::Type *TSThisType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()

12345678910>>...38