Home
last modified time | relevance | path

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

/third_party/libabigail/src/
H A Dabg-ir.cc8306 /// @param cv_quals the bitmap of CV qualifiers to consider.
8310 get_string_representation_of_cv_quals(const qualified_type_def::CV cv_quals) in get_string_representation_of_cv_quals() argument
8313 if (cv_quals & qualified_type_def::CV_RESTRICT) in get_string_representation_of_cv_quals()
8315 if (cv_quals & qualified_type_def::CV_CONST) in get_string_representation_of_cv_quals()
8321 if (cv_quals & qualified_type_def::CV_VOLATILE) in get_string_representation_of_cv_quals()
15964 qualified_type_def::set_cv_quals(CV cv_quals) in set_cv_quals() argument
15965 {priv_->cv_quals_ = cv_quals;} in set_cv_quals()
/third_party/libabigail/include/
H A Dabg-ir.h2227 set_cv_quals(CV cv_quals);

Completed in 35 milliseconds