Searched refs:needFree (Results 1 - 4 of 4) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | c_code_emitter.h | 32 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 D | c_code_emitter.cpp | 41 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 D | c_custom_types_code_emitter.h | 85 bool NeedEmitInitVar(const AutoPtr<ASTType> &type, bool needFree);
|
/drivers/liteos/hievent/src/ |
H A D | hiview_hievent.c | 394 int needFree = 1; in HiviewHieventFillPayload() local 418 needFree = 0; in HiviewHieventFillPayload() 421 if ((value != regularValue) && needFree) { in HiviewHieventFillPayload()
|
Completed in 2 milliseconds