Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_code_emitter.h32 bool needRW, bool needFree, StringBuilder &sb, const std::string &prefix) const;
34 bool EmitNeedLoopVar(const AutoPtr<ASTType> &type, bool needRW, bool needFree) const;
H A Dc_code_emitter.cpp41 const AutoPtr<ASTMethod> &method, bool needRW, bool needFree, StringBuilder &sb, const std::string &prefix) const in EmitMethodNeedLoopVar()
49 if (EmitNeedLoopVar(param->GetType(), needRW, needFree)) { in EmitMethodNeedLoopVar()
56 bool CCodeEmitter::EmitNeedLoopVar(const AutoPtr<ASTType> &type, bool needRW, bool needFree) const in EmitNeedLoopVar()
74 auto freeNeedLoopVar = [needFree](const AutoPtr<ASTType> &elementType) -> bool { in EmitNeedLoopVar()
75 if (!needFree) { in EmitNeedLoopVar()
40 EmitMethodNeedLoopVar( const AutoPtr<ASTMethod> &method, bool needRW, bool needFree, StringBuilder &sb, const std::string &prefix) const EmitMethodNeedLoopVar() argument
H A Dc_custom_types_code_emitter.h85 bool NeedEmitInitVar(const AutoPtr<ASTType> &type, bool needFree);
/drivers/liteos/hievent/src/
H A Dhiview_hievent.c394 int needFree = 1; in HiviewHieventFillPayload() local
418 needFree = 0; in HiviewHieventFillPayload()
421 if ((value != regularValue) && needFree) { in HiviewHieventFillPayload()

Completed in 2 milliseconds