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

/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp39 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { argument
40 switch (pErrCode) {
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp26 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) { argument
54 if (pErrCode > kMaxErrorCode) {
55 pErrCode = kMaxErrorCode;
58 return ErrorString[ static_cast<size_t>(pErrCode) ];

Completed in 138 milliseconds