Home
last modified time | relevance | path

Searched refs:OutPutWalk (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
Ddecompile_gen.h38 uint32_t OutPutWalk(const std::shared_ptr<AstObject> &astObj, int32_t walkDepth);
Ddecompile_gen.cpp126 uint32_t DecompileGen::OutPutWalk(const std::shared_ptr<AstObject> &astObj, int32_t walkDepth) in OutPutWalk() function in DecompileGen
183 return OutPutWalk(current, walkDepth); in OutPut()