Home
last modified time | relevance | path

Searched defs:IsStringType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-type.cpp117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() function in panda::pandasm::Type
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-type.cpp133 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() function in panda::pandasm::Type
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h185 bool IsStringType() const in IsStringType() function
Dtype_info_accessors.h919 bool IsStringType() const in IsStringType() function
Dshare_gate_meta_data.h216 bool IsStringType() const in IsStringType() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.cpp74 static bool IsStringType(const ir::AstNode *ast) in IsStringType() function