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

/external/llvm/lib/Support/Windows/
H A DWindows.h93 static void unspecified_bool_true() {} function in class:ScopedHandle
97 return Handle == HandleType(InvalidHandle) ? 0 : unspecified_bool_true;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h717 static void unspecified_bool_true() {} function in class:llvm::error_condition
720 return _val_ == 0 ? 0 : unspecified_bool_true;
780 static void unspecified_bool_true() {} function in class:llvm::error_code
783 return _val_ == 0 ? 0 : unspecified_bool_true;

Completed in 1477 milliseconds