Home
last modified time | relevance | path

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

/system/core/demangle/
DDemangler.h50 function_suffix_.clear(); in Clear()
71 std::string function_suffix_; variable
DDemangler.cpp393 function_suffix_ += cur_state_.suffixes.back(); in ParseFunctionName()
709 function_suffix_ += " [clone .cfi]"; in ParseArguments()
918 return return_type + function_name_ + arg_str + function_suffix_; in Parse()