Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
Dmacro_gen.cpp98 return ast_->WalkBackward([this](std::shared_ptr<AstObject> &object, int32_t depth) { in TemplateNodeSeparate()
108 std::string MacroGen::GenFullName(int32_t depth, const std::shared_ptr<AstObject> &node, const std:… in GenFullName()
154 bool MacroGen::GenNodeForeach(int32_t depth, const std::shared_ptr<AstObject> &node) in GenNodeForeach()
204 std::string MacroGen::GenRefObjName(int32_t depth, const std::shared_ptr<AstObject> &object) in GenRefObjName()
217 return ast_->WalkForward([this](std::shared_ptr<AstObject> &current, int32_t depth) { in NodeWalk()
229 …eData(uint32_t type, const std::shared_ptr<AstObject> &current, uint32_t &arraySize, int32_t depth) in SetTypeData()
Dtext_gen.cpp341 …auto forwardWalkFunc = [this](const std::shared_ptr<AstObject> &current, int32_t depth) -> uint32_… in OutputImplGlobalVariables()
345 …auto backwardWalkFunc = [this](const std::shared_ptr<AstObject> &current, int32_t depth) -> uint32… in OutputImplGlobalVariables()
367 uint32_t TextGen::ImplementCloseBraceGen(const std::shared_ptr<AstObject> &object, int32_t depth) in ImplementCloseBraceGen()
380 uint32_t TextGen::ImplementGenTraversal(const std::shared_ptr<AstObject> &object, int32_t depth) in ImplementGenTraversal()
413 uint32_t TextGen::ObjectImplementGen(const std::shared_ptr<AstObject> &object, int32_t depth) in ObjectImplementGen()
436 bool TextGen::TemplateObjectImplGen(const std::shared_ptr<AstObject> &object, int32_t depth) in TemplateObjectImplGen()
489 uint32_t TextGen::PrintTermImplement(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintTermImplement()
538 uint32_t TextGen::PrintArrayImplement(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintArrayImplement()
556 bool TextGen::PrintArrayImplInSubClass(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintArrayImplInSubClass()
700 [this](const std::shared_ptr<AstObject> &object, uint32_t depth) -> uint32_t { in TemplateVariableGen()
[all …]
Dbytecode_gen.cpp76 return ast_->WalkBackward([this](std::shared_ptr<AstObject> &object, int32_t depth) { in ByteCodeConvert()
193 return ast_->WalkForward([this](std::shared_ptr<AstObject> &current, int32_t depth) { in ByteCodeWriteWalk()
Dstartup_cfg_gen.cpp229 return ast_->WalkBackward([this](std::shared_ptr<AstObject> &object, int32_t depth) { in TemplateNodeSeparate()
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_queue.h42 uint32_t depth; member