Home
last modified time | relevance | path

Searched refs:annoRecordField (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp796 panda::pandasm::Field &annoRecordField) in CreateLiteralArrayProp()
806 annoRecordField.type = panda::pandasm::Type("f64", rank); in CreateLiteralArrayProp()
808 annoRecordField.type = panda::pandasm::Type("u1", rank); in CreateLiteralArrayProp()
811 annoRecordField.type = panda::pandasm::Type(ir::Annotation::stringClassName, rank); in CreateLiteralArrayProp()
814 annoRecordField.type = DeduceArrayEnumType(prop->Value(), rank, needToCreateArrayValue); in CreateLiteralArrayProp()
824 std::string baseName = annoName + "_" + annoRecordField.name; in CreateLiteralArrayProp()
829 annoRecordField.metadata->SetValue( in CreateLiteralArrayProp()
836 panda::pandasm::Field &annoRecordField) in CreateEnumProp()
843 annoRecordField.type = panda::pandasm::Type(ir::Annotation::stringClassName, 0); in CreateEnumProp()
847 annoRecordField in CreateEnumProp()
795 CreateLiteralArrayProp(const ir::ClassProperty *prop, const std::string &annoName, panda::pandasm::Field &annoRecordField) CreateLiteralArrayProp() argument
835 CreateEnumProp(const ir::ClassProperty *prop, const std::string &annoName, panda::pandasm::Field &annoRecordField) CreateEnumProp() argument
874 auto annoRecordField = panda::pandasm::Field(panda::panda_file::SourceLang::ECMASCRIPT); CreateAnnotationProp() local
[all...]

Completed in 2 milliseconds