HomeSort by relevance Sort by last modified time
    Searched refs:make_error_condition (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
typo-correction.cpp 19 // make_error_condition must not be typo corrected to error_condition
20 // even though the first declaration of make_error_condition has not
24 *this = make_error_condition(_e);
29 inline error_condition make_error_condition(errc _e) { function
  /external/llvm/include/llvm/Support/
system_error.h 207 error_condition make_error_condition(errc e);
690 {*this = make_error_condition(_e);}
704 {*this = make_error_condition(_e); return *this;}
724 inline error_condition make_error_condition(errc _e) { function in namespace:llvm

Completed in 33 milliseconds