Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile_gen.cpp52 if (child->Type() != PARSEROP_CONFNODE) { in GetNodeRefPath()
98 switch (astObj->Type()) { in PrintBaseType()
120 Logger().Error() << "unknown opcode = " << astObj->Type(); in PrintBaseType()
128 if (astObj->Type() != PARSEROP_CONFNODE && astObj->Type() != PARSEROP_CONFTERM) { in OutPutWalk()
136 switch (astObj->Type()) { in OutPutWalk()
163 if (astObj->Type() != PARSEROP_CONFNODE) { in CloseBrace()
H A Dbytecode_gen.cpp82 auto opcode = ToOpCode(object->Type()); in ByteCodeConvert()
84 Logger().Error() << object->SourceInfo() << "cannot covert type " << object->Type() << " to opcode"; in ByteCodeConvert()
144 uint32_t size = Align(OPCODE_BYTE_WIDTH) + Align(ToOpCode(object->Type()).size);
204 Write(reinterpret_cast<const char *>(&value), ToOpCode(current->Type()).size);
H A Dast.cpp391 uint32_t AstObject::Type() in Type() function in AstObject
529 auto childDst = Lookup(childSrc->Name(), childSrc->Type());
620 auto dst = Lookup(child->Name(), child->Type());
663 auto baseObj = Lookup(objChild->Name(), objChild->Type());
781 if (child_->Type() == PARSEROP_DELETE) {
786 if (child_->Type() != PARSEROP_NODEREF) {
806 if (child_->Type() != src->Child()->Type() && (!child_->IsNumber() || !src->Child()->IsNumber())) {
865 arrayType_ = std::max(arrayType_, childObj->Type());
916 switch (object->Type()) {
[all...]
H A Dtext_gen.cpp257 switch (object->Type()) { in GenObjectDefinitionGen()
284 switch (value->Type()) { in GenTermDefinition()
301 ofs_ << TAB << TypeToStr(value->Type()) << " " << term->Name() << ";\n"; in GenTermDefinition()
415 switch (object->Type()) { in ObjectImplementGen()
493 switch (value->Type()) { in PrintTermImplement()
521 switch (object->Type()) { in PrintBaseTypeValue()
H A Dmacro_gen.cpp218 auto type = current->Type();
H A Dast.h119 virtual uint32_t Type();

Completed in 5 milliseconds