Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp133 bool has_default_arg, const std::string &source_file, bool is_this_ptr) { in SetupFunctionParameter() argument
139 GetTypeUniqueId(qual_type), has_default_arg, is_this_ptr)); in SetupFunctionParameter()
523 bool has_default_arg = (*param_it)->hasDefaultArg(); in SetupFunctionParameters() local
525 if (!SetupFunctionParameter(functionp, param_qt, has_default_arg, in SetupFunctionParameters()
Dabi_wrappers.h72 bool has_default_arg,