Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-ir.cc7136 get_string_representation_of_cv_quals(const qualified_type_def::CV cv_quals) in get_string_representation_of_cv_quals() argument
7139 if (cv_quals & qualified_type_def::CV_RESTRICT) in get_string_representation_of_cv_quals()
7141 if (cv_quals & qualified_type_def::CV_CONST) in get_string_representation_of_cv_quals()
7147 if (cv_quals & qualified_type_def::CV_VOLATILE) in get_string_representation_of_cv_quals()
14116 qualified_type_def::set_cv_quals(CV cv_quals) in set_cv_quals() argument
14117 {priv_->cv_quals_ = cv_quals;} in set_cv_quals()
/external/libabigail/include/
Dabg-ir.h2110 set_cv_quals(CV cv_quals);