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

/external/clang/tools/scan-build/
H A Dscan-build65 sub ErrorDiag { subroutine
1588 ErrorDiag("No build command specified.\n\n");
/external/stressapptest/src/
H A Derror_diag.cc136 // ErrorDiag constructor.
137 ErrorDiag::ErrorDiag() { function in class:ErrorDiag
142 // ErrorDiag destructor.
143 ErrorDiag::~ErrorDiag() {
150 bool ErrorDiag::set_os(OsLayer *os) {
157 bool ErrorDiag::InitializeDeviceTree() {
166 int ErrorDiag::AddCeccError(string dimm_string) {
178 int ErrorDiag
[all...]
H A Derror_diag.h128 class ErrorDiag { class
130 ErrorDiag();
131 virtual ~ErrorDiag();
164 DISALLOW_COPY_AND_ASSIGN(ErrorDiag);

Completed in 664 milliseconds