Home
last modified time | relevance | path

Searched defs:var_name (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/lang/
Dir_generator.rb167 def append_inst(var_name, is_phi = false) argument
Dfunction.rb174 def let(var_name, inst) argument
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp828 std::string var_name = EMPTY_STR; in ExtractClassInheritInfo() local
1384 std::string var_name = EMPTY_STR; in ResolveCallInstCommon() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp413 …const auto var_name = checkerType->Variable() == nullptr ? "" : checkerType->Variable()->Name().Mu… in GenType() local