/arkcompiler/runtime_core/assembler/ |
D | annotation.h | 77 U1, enumerator 105 case Type::U1: in GetTypeAsChar() 179 case Type::U1: in GetArrayTypeAsChar() 242 type = Type::U1; in GetCharAsType() 313 type = Type::U1; in GetCharAsArrayType() 406 using type = std::conditional_t<value_type == Value::Type::U1, uint8_t,
|
D | annotation.cpp | 24 case Value::Type::U1: { in InitScalarValue() 25 …copy_val = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U1>(sc_val.GetValue<uint… in InitScalarValue() 118 case Value::Type::U1: in making_value() 208 case Value::Type::U1: in TypeToString()
|
D | define.h | 27 _("u1", U1) \
|
D | assembly-type.h | 112 … return type_id_ == panda_file::Type::TypeId::U1 || type_id_ == panda_file::Type::TypeId::U8 || in IsIntegral() 121 … return type_id_ == panda_file::Type::TypeId::U1 || type_id_ == panda_file::Type::TypeId::U8 || in FitsInto32()
|
D | assembly-literals.h | 141 case panda_file::Type::TypeId::U1: in GetArrayTagFromComponentType()
|
D | meta.cpp | 52 {"u1", VType::U1}, {"i8", VType::I8}, {"u8", VType::U8}, in GetType() 153 case Value::Type::U1: { 154 return CreatePrimitiveValue<Value::Type::U1>(value, 1);
|
D | assembly-emitter.cpp | 67 res.insert({Type::TypeId::U1, container->GetOrCreatePrimitiveTypeItem(Type::TypeId::U1)}); in CreatePrimitiveTypes() 100 case Value::Type::U1: in GetTypeId() 101 return panda_file::Type::TypeId::U1; in GetTypeId() 157 case Value::Type::U1: in CreateLiteralItem() 342 case Value::Type::U1: in CreateScalarValueItem() 587 … ScalarValue::Create<Value::Type::U1>(static_cast<bool>(std::get<bool>(literal.value_)))); in MakeLiteralItems()
|
/arkcompiler/runtime_core/libpandafile/templates/ |
D | type.h.erb | 125 case panda_file::Type::TypeId::U1: 161 return Type(panda_file::Type::TypeId::U1); 203 return GetEncoding() - static_cast<uint8_t>(TypeId::U1); 231 return Type(static_cast<TypeId>(field_encoding + static_cast<uint8_t>(TypeId::U1)));
|
/arkcompiler/runtime_core/assembler/tests/ |
D | annotation_test.cpp | 57 ScalarValue insn_order1(ScalarValue::Create<panda::pandasm::Value::Type::U1>(1U)); 59 ArrayValue array_value_U1(panda::pandasm::Value::Type::U1, elements); 74 char type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::U1); 162 type_u1 = Value::GetArrayTypeAsChar(panda::pandasm::Value::Type::U1); 243 EXPECT_EQ(panda::pandasm::Value::Type::U1, type); 306 EXPECT_EQ(panda::pandasm::Value::Type::U1, type); 369 std::string type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U1);
|
D | emitter_test.cpp | 539 {"f_u1", panda_file::Type::TypeId::U1, static_cast<uint32_t>(1)}, in TEST() 587 case panda_file::Type::TypeId::U1: { in TEST()
|
D | assembler_emitter_test.cpp | 629 {"f_u1", panda_file::Type::TypeId::U1, f_u1}, {"f_i8", panda_file::Type::TypeId::I8, f_i8}, 669 case panda_file::Type::TypeId::U1: { in __anon654af7a11002()
|
D | assembler_parser_test.cpp | 570 …m.Value().function_table.at(sig_m123).params[0].type.GetId(), panda::panda_file::Type::TypeId::U1);
|
D | parser_test.cpp | 350 …m.Value().function_table.at(sig_m123).params[0].type.GetId(), panda::panda_file::Type::TypeId::U1); in TEST()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | ramdaToolsNoInfinite2.ts | 91 export type Has<U extends Union, U1 extends Union> = Not<Extends<Exclude<U1, U>, U1>>;
|
/arkcompiler/ets_frontend/merge_abc/src/ |
D | annotationProto.cpp | 73 case panda::pandasm::Value::Type::U1: in Serialize() 177 case panda::pandasm::Value::Type::U1: { in CreateScalarValue() 178 … return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U1>(static_cast<uint8_t>( in CreateScalarValue()
|
/arkcompiler/ets_frontend/merge_abc/ |
D | HowToWriteProtoForAssemblyStuff.md | 163 U1,
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | debug_info_extractor_test.cpp | 101 params_baz.emplace_back(container->GetOrCreatePrimitiveTypeItem(Type::TypeId::U1)); in PreparePandaFile()
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_items.cpp | 1039 case panda_file::Type::TypeId::U1: in Write() 1076 case panda_file::Type::TypeId::U1: in GetComponentSize()
|
D | file_reader.cpp | 302 … container_.CreateItem<ArrayValueItem>(Type(Type::TypeId::U1), std::move(items))); in CreateAnnotationItem() 754 case Type::TypeId::U1: in CreateFieldItem()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 60839 const s = new U1(e, !1); 60859 class U1 { 121823 i.U1 = 6;
|