Home
last modified time | relevance | path

Searched refs:def_func (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dabc_file.cpp681 Function *def_func = def_class->GetDefiningFunction();
682 if (def_func != nullptr && processed_func.count(def_func) == 0) {
683 ExtractClassInheritInfo(def_func);
684 processed_func.insert(def_func);
703 Function *def_func = def_class->GetDefiningFunction();
704 if (def_func != nullptr && processed_func.count(def_func) == 0) {
705 ExtractClassInheritInfo(def_func);
706 processed_func.insert(def_func);
[all...]
H A Dfunction.cpp150 void Function::AddDefinedFunction(const Function *def_func) in AddDefinedFunction() argument
152 ASSERT(def_func != nullptr); in AddDefinedFunction()
153 def_func_list_.push_back(def_func); in AddDefinedFunction()
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dclass.h38 const AbcFile *abc_file, Function *def_func) in Class()
39 : class_name_(class_name), record_name_(record_name), abc_file_(abc_file), def_func_(def_func) in Class()
37 Class(std::string_view class_name, std::string_view record_name, const AbcFile *abc_file, Function *def_func) Class() argument
H A Dabc_file.h133 void HandleMemberFunctionFromClassBuf(const std::string &func_name, Function *def_func, Class *def_class) const;
135 void AddDefinedFunction(std::shared_ptr<Function> &&def_func);
136 void AddMergedDefinedFunction(std::shared_ptr<Function> &&def_func);
H A Dfunction.h65 void AddDefinedFunction(const Function *def_func);

Completed in 3 milliseconds