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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DErrorOr.h275 static void unspecified_bool_true() {} function in class:llvm::ErrorOr
280 return HasError ? 0 : unspecified_bool_true;
489 static void unspecified_bool_true() {} function in class:llvm::ErrorOr
493 return Error.getInt() ? unspecified_bool_true : 0;
H A Dsystem_error.h708 static void unspecified_bool_true() {} function in class:llvm::error_condition
711 return _val_ == 0 ? 0 : unspecified_bool_true;
775 static void unspecified_bool_true() {} function in class:llvm::error_code
778 return _val_ == 0 ? 0 : unspecified_bool_true;

Completed in 81 milliseconds