Searched defs:make_error_condition (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp23 // make_error_condition must not be typo corrected to error_condition
24 // even though the first declaration of make_error_condition has not
28 *this = make_error_condition(_e);
33 inline error_condition make_error_condition(errc _e) { function

Completed in 96 milliseconds